summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mdoc_macro.c
AgeCommit message (Expand)Author
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-09-21sync to 1.9.5: lookup hashes are now static tablesIngo Schwarze
2009-08-22sync to 1.9.1: correctly flag delimiter whitespaceIngo Schwarze
2009-08-22sync to 1.9.1: set mdoc_next flags in mdoc_*_alloc routines, where they belongIngo Schwarze
2009-08-22sync to 1.9.0: polishing the core code of mdoc macro handlingIngo Schwarze
2009-08-22sync to 1.8.4: LLVM findings from <uqs at spoerlein dot net>Ingo Schwarze
2009-08-09sync to 1.8.4: full .An -[no]split supportIngo Schwarze
2009-08-09sync to 1.8.3: .Pa without arguments is a synonym for .Pa ~Ingo Schwarze
2009-08-09sync to 1.8.2: fix and cleanup .Bl -column phrase handlingIngo Schwarze
2009-08-09sync to 1.8.2: use in_line_eoln instead of in_line for .Pp and .LpIngo Schwarze
2009-08-09sync to 1.8.1: make .Cd parsedIngo Schwarze
2009-07-26sync to 1.8.1: explicit-close macros now only warn when encounteringIngo Schwarze
2009-07-26sync to 1.8.1: support .br and .spIngo Schwarze
2009-07-18sync to 1.8.0: .Nd is now a BFI, was an ELEM,Ingo Schwarze
2009-07-12sync to 1.7.24: make .In handling more similar to new groffIngo 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-12sync to 1.7.23: third step to get rid of enum mdoc_warn:Ingo Schwarze
2009-07-12sync to 1.7.23: second step to get rid of enum mdoc_warn:Ingo 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