summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/mdoc_argv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide a helper function macro_or_word() and use it to prune theschwarze2014-11-291-12/+7
* Fold the loop around mdoc_argv() into the function itself,schwarze2014-11-281-71/+78
* Simplify the code by making various mdoc parser helper functions void.schwarze2014-11-281-22/+12
* Clean up messages related to plain text and to escape sequences.schwarze2014-07-061-5/+9
* Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,schwarze2014-07-021-4/+4
* Audit malloc(3)/calloc(3)/realloc(3) usage.schwarze2014-04-231-5/+5
* KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,schwarze2014-04-201-46/+46
* Implement the roff(7) .ll (line length) request.schwarze2014-03-301-1/+2
* The files mandoc.c and mandoc.h contained both specialised low-levelschwarze2014-03-211-1/+2
* s/[Nn]ull/NUL/ in comments where appropriate;schwarze2013-12-251-4/+4
* Fix end-of-sentence spacing after the DragonFly text production macro.schwarze2013-12-221-2/+2
* In quoted macro arguments, double quotes can be quoted by doubling them.schwarze2013-12-151-1/+13
* Fix four small whitespace issues related to trailing punctuationschwarze2012-11-181-4/+4
* Cleanup naming of local variables to make the code easier on the eye:schwarze2012-11-171-30/+30
* Two more macros (.Ap and .In) do trailing delimiter handling.schwarze2012-11-161-3/+4
* Two bugfixes regarding the -width and -offset macro arguments:schwarze2012-04-151-38/+4
* Sync to bsd.lv (all coded by kristaps@):schwarze2011-07-051-235/+185
* Merge release 1.11.3, almost all code by kristaps@:schwarze2011-05-291-223/+186
* Merge version 1.11.1:schwarze2011-04-241-44/+77
* Merge version 1.10.10:schwarze2011-04-211-148/+126
* Reorg by Kristaps: In libmdoc, replace the union of pointers to structsschwarze2010-12-291-3/+2
* Prevent .Pp and .Lp from looping endlessly on punctuation.schwarze2010-09-131-3/+3
* Sync to bsd.lv; in particular, pull in lots of bug fixes.schwarze2010-07-251-4/+6
* Merge release 1.10.4 (all code by kristaps@), providing four new features:schwarze2010-07-131-3/+4
* merge release 1.10.2schwarze2010-06-261-3/+3
* Merge bsd.lv version 1.10.1 (to be released soon).schwarze2010-06-061-27/+22
* Unified error and warning message system for all of mandoc,schwarze2010-05-231-10/+12
* proper handling of quoted tab-separated column listsschwarze2010-05-151-19/+39
* Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).schwarze2010-05-151-3/+4
* Integrate kristaps@' end-of-sentence (EOS) frameworkschwarze2010-05-141-2/+1
* Merge 1.9.25, keeping local patches;schwarze2010-05-141-7/+10
* merge 1.9.24, keeping local patches; some changes:schwarze2010-05-141-22/+29
* When two conflicting list types are specified for the same list,schwarze2010-04-031-15/+20
* merge 1.9.22, keeping local patchesschwarze2010-04-021-7/+7
* Proper inter-sentence spacing for mdoc(7).schwarze2010-03-021-1/+2
* Distinguish opening and closing delimiters, and close out blockschwarze2010-03-021-3/+3
* sync to 1.9.12, mostly portability and refactoring:schwarze2009-12-221-33/+14
* sync to 1.9.11: adapt printing of dates to groff conventions,schwarze2009-10-271-1/+2
* sync to 1.9.9, featuring:schwarze2009-10-211-2/+4
* sync to 1.9.7: avoid using the same identifier for a static functionschwarze2009-10-191-31/+31
* sync to 1.9.6: do not die from .Bd -literal -offset w/o arg (and similar)schwarze2009-10-191-3/+7
* sync to 1.9.1: .Rv and .Ex accept multiple argumentsschwarze2009-08-221-2/+2
* sync to 1.9.1: correctly flag delimiter whitespaceschwarze2009-08-221-13/+30
* sync to 1.8.1: rewrite quoted literal handling correctly,schwarze2009-07-261-199/+154
* sync to 1.8.1: removed excessively verbose EARGVPARM warningschwarze2009-07-261-9/+3
* sync to 1.8.1: support .br and .spschwarze2009-07-261-1/+3
* sync to 1.7.24: remove long-fixed FIXMEschwarze2009-07-121-2/+1
* sync to 1.7.23: pass warning code to mdoc_pwarn() instead of warning messageschwarze2009-07-121-51/+14
* sync to 1.7.23: pass error code to mdoc_perr() instead of error stringschwarze2009-07-121-29/+3
* sync to 1.7.23: pass error code to mdoc_nerr() instead of error stringschwarze2009-07-121-19/+19