summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/mdoc_action.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge mdoc_action.c into mdoc_validate.c, because having two places to doschwarze2010-12-011-1063/+0
* Downgrade nearly 20 ERRORS to WARNINGS.schwarze2010-10-261-8/+2
* Do not throw FATAL errors when there is no need to:schwarze2010-10-241-6/+8
* Support tbl(1) code embedded into mdoc(7) input files.schwarze2010-10-161-4/+23
* Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release.schwarze2010-07-311-1/+13
* Merge release 1.10.4 (all code by kristaps@), providing four new features:schwarze2010-07-131-26/+21
* In the mdoc(7) parser, inspect roff registers early such that all partsschwarze2010-07-011-1/+12
* merge release 1.10.2schwarze2010-06-261-111/+74
* Merge bsd.lv version 1.10.1 (to be released soon).schwarze2010-06-061-63/+11
* Merge bsd.lv release 1.10.0,schwarze2010-06-061-2/+24
* The inputschwarze2010-05-241-3/+6
* Increase performance by saving the list type in struct mdoc_node.schwarze2010-05-241-4/+59
* Unified error and warning message system for all of mandoc,schwarze2010-05-231-22/+46
* allow non-numeric manual sections in -mdoc;schwarze2010-05-151-20/+18
* various improvements regarding errors and warnings Joerg Sonnenberger:schwarze2010-05-151-9/+22
* Integrate kristaps@' end-of-sentence (EOS) frameworkschwarze2010-05-141-2/+1
* Merge 1.9.25, keeping local patches;schwarze2010-05-141-2/+2
* merge 1.9.24, keeping local patches; some changes:schwarze2010-05-141-5/+5
* Merge the good parts of 1.9.23,schwarze2010-04-071-22/+7
* Make sure we never stay in SEC_NONE when passing by .Sh.schwarze2010-04-041-2/+2
* merge 1.9.22, keeping local patchesschwarze2010-04-021-2/+3
* Proper inter-sentence spacing for mdoc(7).schwarze2010-03-021-1/+2
* sync to 1.9.13: minor fixes:schwarze2009-12-231-4/+5
* sync to 1.9.12, mostly portability and refactoring:schwarze2009-12-221-154/+174
* sync to 1.9.11: adapt printing of dates to groff conventions,schwarze2009-10-271-5/+22
* sync to 1.9.6: multiple improvements to references (.Rs)schwarze2009-10-191-4/+87
* sync to 1.9.6: do not die from .Bd -literal -offset w/o arg (and similar)schwarze2009-10-191-12/+49
* sync to 1.9.5: lookup hashes are now static tablesschwarze2009-09-211-3/+3
* sync to 1.9.1: .Rv and .Ex accept multiple argumentsschwarze2009-08-221-188/+173
* sync to 1.8.4: LLVM findings from <uqs at spoerlein dot net>schwarze2009-08-221-3/+8
* sync to 1.8.4: do not error out in case of out-of-order prologue macrosschwarze2009-08-221-2/+4
* sync to 1.8.3: .Pa without arguments is a synonym for .Pa ~schwarze2009-08-091-6/+6
* sync to 1.8.1: support .br and .spschwarze2009-07-261-1/+3
* sync to 1.8.0: move mdoc_a2att, mdoc_a2st, and mdoc_a2lib to libmdocschwarze2009-07-181-15/+91
* sync to 1.7.23: pass warning code to mdoc_pwarn() instead of warning messageschwarze2009-07-121-39/+5
* sync to 1.7.23: pass error code to mdoc_perr() instead of error stringschwarze2009-07-121-29/+1
* sync to 1.7.23: pass error code to mdoc_nerr() instead of error stringschwarze2009-07-121-26/+26
* sync to 1.7.23: unify the various "enum merr" into libman.h and libmdoc.h,schwarze2009-07-121-8/+1
* sync to 1.7.21: convert the last plain mdoc_err() in this file to verr();schwarze2009-07-061-2/+6
* sync to 1.7.20: (1) -width Ds is 6 spaces, not 8, see the manual.schwarze2009-06-271-3/+3
* sync to 1.7.20: like for the -man case, add an nchild counter to the -mdocschwarze2009-06-231-6/+6
* sync to 1.7.19: simplify code; no functional changeschwarze2009-06-211-4/+3
* sync to 1.7.19: .Bl -column now correctly handles tail entries,schwarze2009-06-211-1/+52
* sync to 1.7.19: more elegant section handlingschwarze2009-06-191-2/+2
* sync to 1.7.19: improved comment handlingschwarze2009-06-181-3/+2
* sync to 1.7.16: make a couple of macros callable, reserve "|",schwarze2009-06-181-3/+26
* sync to 1.7.16: comments, whitespace and spelling fixes; no functional changeschwarze2009-06-141-13/+13
* Initial check-in of mandoc for formatting manuals. ok deraadt@kristaps2009-04-061-0/+783