summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mdoc_macro.c
AgeCommit message (Expand)Author
2010-07-16Text ending in a full stop, exclamation mark or question markIngo 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-07-01Correct handling of trailing punctuation in MDOC_DELIM blk_full HEADs.Ingo Schwarze
2010-07-01Improve .Nm indentation in the SYNOPSIS;Ingo Schwarze
2010-06-30Closing of full blocks (Bd Bf Bk Bl It Fo Nd Rs Sh Ss) may never beIngo Schwarze
2010-06-29fix a typo in the function declaration;Ingo Schwarze
2010-06-29Considerably simplify block rewind rules; no functional change intended.Ingo Schwarze
2010-06-29Support for badly nested blocks, written around the time ofIngo 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-23Unified error and warning message system for all of mandoc,Ingo Schwarze
2010-05-15merge bsd.lv rev. 1.63:Ingo Schwarze
2010-05-15more end-of-sentence (EOS) handling:Ingo Schwarze
2010-05-15proper handling of quoted tab-separated column listsIngo Schwarze
2010-05-15Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).Ingo Schwarze
2010-05-15block-implicit macros now up-propogate end-of-sentence spacing;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-02merge 1.9.22, keeping local patchesIngo Schwarze
2010-04-02Temporarily disable the handling of leading punctuation.Ingo Schwarze
2010-04-02merge 1.9.20, keeping local patchesIngo Schwarze
2010-03-02Proper inter-sentence spacing for mdoc(7).Ingo Schwarze
2010-03-02Distinguish opening and closing delimiters, and close out blockIngo Schwarze
2010-02-26Support .It .Xo.Ingo Schwarze
2010-02-18sync to release 1.9.15:Ingo Schwarze
2010-01-01When multiple arguments are passed to .Fl,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-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