summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mdoc.h
AgeCommit message (Expand)Author
2011-04-24Merge version 1.11.1:Ingo Schwarze
2011-03-20Import the foundation for eqn(7) support.Ingo Schwarze
2011-03-07Clean up date handling,Ingo Schwarze
2011-01-30Like in groff, if .%B is specified, quote .%T; from kristaps@.Ingo Schwarze
2011-01-04Merge kristaps@' cleaner tbl integration, removing mine;Ingo Schwarze
2010-12-29Reorg by Kristaps: In libmdoc, replace the union of pointers to structsIngo Schwarze
2010-12-27Remove two #defines that are unused since the *_action.c removal;Ingo Schwarze
2010-12-26Behave more like groff (both old and new): Specifying both .%T and .%J inIngo Schwarze
2010-12-21Migrate .An to use a pointer to its data, like everybody else.Ingo Schwarze
2010-12-21Vertical spacing improvements from kristaps@, small tweaks by me:Ingo Schwarze
2010-12-19Significant improvements to -Thtml by kristaps@:Ingo Schwarze
2010-10-23sync comments to bsd.lv; no functional changeIngo Schwarze
2010-10-16Support tbl(1) code embedded into mdoc(7) input files.Ingo Schwarze
2010-08-20Implement a simple, consistent user interface for error handling.Ingo Schwarze
2010-07-25Sync to bsd.lv; in particular, pull in lots of bug fixes.Ingo Schwarze
2010-07-13Merge release 1.10.4 (all code by kristaps@), providing four new features:Ingo Schwarze
2010-06-29Support for badly nested blocks, written around the time ofIngo Schwarze
2010-06-27Full .nr nS support, unbreaking the kernel manuals.Ingo 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-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-20Support nested roff instructions:Ingo Schwarze
2010-05-15allow non-numeric manual sections in -mdoc;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-13Remove the command line option -fno-ign-chars.Ingo Schwarze
2010-04-02merge 1.9.22, keeping local patchesIngo Schwarze
2010-03-02Proper inter-sentence spacing for mdoc(7).Ingo Schwarze
2010-02-26Support .It .Xo.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-21sync to 1.9.9, featuring:Ingo Schwarze
2009-08-22sync to 1.9.1: sync mdoc manual structure to man manual structureIngo Schwarze
2009-08-09sync to 1.8.4: remove superfluous FIXMEsIngo 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: first step to get rid of enum mdoc_warn: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: make the declarations more readableIngo 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-18complete sync to 1.7.17: garbage collect unused functionsIngo 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