summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/Makefile
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-06-29sync to bsd.lv version 1.10.3:Ingo Schwarze
2010-06-26merge release 1.10.2Ingo Schwarze
2010-06-10minimal initial -Tps support, from kristaps@ GSOCIngo 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-16In theory, Kristaps never intended to write a roff parser,Ingo 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-05-10Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexibleDale Rahn
2010-04-07Merge the good parts of 1.9.23,Ingo Schwarze
2010-04-02merge 1.9.22, keeping local patchesIngo Schwarze
2010-04-02merge 1.9.20, keeping local patchesIngo Schwarze
2010-03-29merge 1.9.19, keeping local patchesIngo Schwarze
2010-03-26merge 1.9.17, keeping local patchesIngo Schwarze
2010-03-25merge 1.9.16, keeping local patchesIngo Schwarze
2010-01-03This is not intended to document just the mandoc(1) program, but ratherIngo Schwarze
2010-01-03Install mandoc_char(7), a comprehensive overview of mandoc(1) specialIngo Schwarze
2010-01-02complete the sync to 1.9.15-pre2: mostly minor fixesIngo Schwarze
2009-12-24sync to 1.9.14: rewrite escape sequence handling: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-21sync to 1.9.9, featuring:Ingo Schwarze
2009-10-19sync to 1.9.5: partial rewrite of special character and predefined stringIngo Schwarze
2009-09-18now in sync with version 1.9.2Ingo Schwarze
2009-08-22another large chunk of -man updates,Ingo Schwarze
2009-08-22Kristaps@ significantly overhauled libman.Ingo Schwarze
2009-08-22now in sync with 1.8.5 (except for %T underline)Ingo Schwarze
2009-08-22now in sync with 1.8.4Ingo Schwarze
2009-08-09now in sync with version 1.8.3Ingo Schwarze
2009-08-09now in sync with release 1.8.2Ingo Schwarze
2009-07-26now in sync with version 1.8.1Ingo Schwarze
2009-07-18Kristaps was so happy about .Bl -hang support ("the last major missingIngo Schwarze
2009-07-13now in sync with release 1.7.24Ingo Schwarze
2009-07-12now in sync with release 1.7.23Ingo Schwarze
2009-07-08sync to 1.7.21: unified escape sequence validation for mdoc and manIngo Schwarze
2009-06-27Now in sync with 1.7.20, except that a few patches looking incorrectIngo Schwarze
2009-06-21now in sync with release 1.7.19Ingo Schwarze
2009-06-18complete sync to 1.7.17: garbage collect unused functionsIngo Schwarze
2009-06-14sync to 1.7.16: support -V command line optionIngo Schwarze
2009-04-15Replace variadic macros with real functions, so that this compiles onMiod Vallat
2009-04-06Initial check-in of mandoc for formatting manuals. ok deraadt@kristaps