summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mdoc_action.c
AgeCommit message (Expand)Author
2010-07-31Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release.Ingo Schwarze
2010-07-13Merge release 1.10.4 (all code by kristaps@), providing four new features:Ingo Schwarze
2010-07-01In the mdoc(7) parser, inspect roff registers early such that all partsIngo Schwarze
2010-06-26merge release 1.10.2Ingo Schwarze
2010-06-06Merge bsd.lv version 1.10.1 (to be released soon).Ingo Schwarze
2010-06-06Merge bsd.lv release 1.10.0,Ingo Schwarze
2010-05-24The inputIngo Schwarze
2010-05-24Increase performance by saving the list type in struct mdoc_node.Ingo Schwarze
2010-05-23Unified error and warning message system for all of mandoc,Ingo Schwarze
2010-05-15allow non-numeric manual sections in -mdoc;Ingo Schwarze
2010-05-15various improvements regarding errors and warnings Joerg Sonnenberger:Ingo Schwarze
2010-05-14Integrate kristaps@' end-of-sentence (EOS) frameworkIngo Schwarze
2010-05-14Merge 1.9.25, keeping local patches;Ingo Schwarze
2010-05-14merge 1.9.24, keeping local patches; some changes:Ingo Schwarze
2010-04-07Merge the good parts of 1.9.23,Ingo Schwarze
2010-04-04Make sure we never stay in SEC_NONE when passing by .Sh.Ingo Schwarze
2010-04-02merge 1.9.22, keeping local patchesIngo Schwarze
2010-03-02Proper inter-sentence spacing for mdoc(7).Ingo Schwarze
2009-12-23sync to 1.9.13: minor fixes:Ingo Schwarze
2009-12-22sync to 1.9.12, mostly portability and refactoring:Ingo Schwarze
2009-10-27sync to 1.9.11: adapt printing of dates to groff conventions,Ingo Schwarze
2009-10-19sync to 1.9.6: multiple improvements to references (.Rs)Ingo Schwarze
2009-10-19sync to 1.9.6: do not die from .Bd -literal -offset w/o arg (and similar)Ingo Schwarze
2009-09-21sync to 1.9.5: lookup hashes are now static tablesIngo Schwarze
2009-08-22sync to 1.9.1: .Rv and .Ex accept multiple argumentsIngo Schwarze
2009-08-22sync to 1.8.4: LLVM findings from <uqs at spoerlein dot net>Ingo Schwarze
2009-08-22sync to 1.8.4: do not error out in case of out-of-order prologue macrosIngo Schwarze
2009-08-09sync to 1.8.3: .Pa without arguments is a synonym for .Pa ~Ingo Schwarze
2009-07-26sync to 1.8.1: support .br and .spIngo Schwarze
2009-07-18sync to 1.8.0: move mdoc_a2att, mdoc_a2st, and mdoc_a2lib to libmdocIngo Schwarze
2009-07-12sync to 1.7.23: pass warning code to mdoc_pwarn() instead of warning messageIngo Schwarze
2009-07-12sync to 1.7.23: pass error code to mdoc_perr() instead of error stringIngo Schwarze
2009-07-12sync to 1.7.23: pass error code to mdoc_nerr() instead of error stringIngo Schwarze
2009-07-12sync to 1.7.23: unify the various "enum merr" into libman.h and libmdoc.h,Ingo Schwarze
2009-07-06sync to 1.7.21: convert the last plain mdoc_err() in this file to verr();Ingo Schwarze
2009-06-27sync to 1.7.20: (1) -width Ds is 6 spaces, not 8, see the manual.Ingo Schwarze
2009-06-23sync to 1.7.20: like for the -man case, add an nchild counter to the -mdocIngo Schwarze
2009-06-21sync to 1.7.19: simplify code; no functional changeIngo Schwarze
2009-06-21sync to 1.7.19: .Bl -column now correctly handles tail entries,Ingo Schwarze
2009-06-19sync to 1.7.19: more elegant section handlingIngo Schwarze
2009-06-18sync to 1.7.19: improved comment handlingIngo Schwarze
2009-06-18sync to 1.7.16: make a couple of macros callable, reserve "|",Ingo Schwarze
2009-06-14sync to 1.7.16: comments, whitespace and spelling fixes; no functional changeIngo Schwarze
2009-04-06Initial check-in of mandoc for formatting manuals. ok deraadt@kristaps