summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Fix to segfault in ordering Rs blocks (d'oh!).VERSION_1_9_11Kristaps Dzonsons2009-10-261-1/+1
* Version: 1.9.10.Kristaps Dzonsons2009-10-261-2/+2
* Changed `-o' to `-O' for clarity. THIS BREAKS UTILITIES DEPENDING ON -o!Kristaps Dzonsons2009-10-261-1/+1
* Added ability to set OS name at compile-time with -DOSNAME="\"foo\"".Kristaps Dzonsons2009-10-221-1/+2
* Temporarily turned off validation (mandoc -Thtml needs URI encoding!).VERSION_1_9_9Kristaps Dzonsons2009-10-201-1/+1
* Version: 1.9.9.Kristaps Dzonsons2009-10-201-4/+4
* Fixed typo in Makefile.Kristaps Dzonsons2009-10-181-1/+1
* Re-added HTML changelog.Kristaps Dzonsons2009-10-181-1/+1
* Makefile uses multiple deps for some rules (shorter file).Kristaps Dzonsons2009-10-171-14/+2
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-1/+1
* Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein).Kristaps Dzonsons2009-10-131-1/+1
* Version: 1.9.8.VERSION_1_9_8Kristaps Dzonsons2009-10-101-2/+2
* Version up.VERSION_1_9_7Kristaps Dzonsons2009-10-091-2/+2
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-071-6/+9
* Fixed mandoc.1 examples (new -Thtml options).Kristaps Dzonsons2009-10-031-6/+9
* Temporarily disabled ChangeLog.html (server's hosed and doesn't have xsltproc).Kristaps Dzonsons2009-09-251-2/+5
* Version: 1.9.6.Kristaps Dzonsons2009-09-251-2/+2
* Many more macros added to -Thtml.Kristaps Dzonsons2009-09-241-6/+8
* All special characters sync'd with groff, both -Thtml and -Tascii.Kristaps Dzonsons2009-09-231-4/+6
* Added chars.h to HEADS.VERSION_1_9_5Kristaps Dzonsons2009-09-211-2/+4
* Added html.h to headers that should be distributed.Kristaps Dzonsons2009-09-211-2/+3
* Version: 1.9.5.Kristaps Dzonsons2009-09-211-2/+2
* Split html.c into html.h, mdoc_html.c, man_html.c.Kristaps Dzonsons2009-09-211-7/+14
* Fixed body/divbody structure of html pages.Kristaps Dzonsons2009-09-211-7/+5
* Removed new-born out.{h,c} (not a good idea).Kristaps Dzonsons2009-09-211-12/+18
* Tentative addition of front-end utility functions (out.h) (not sure if it's n...Kristaps Dzonsons2009-09-211-5/+8
* ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).Kristaps Dzonsons2009-09-171-6/+6
* More updates to html.c.Kristaps Dzonsons2009-09-161-3/+6
* Lookup hashes are now static tables, ordered first-level by second character,...Kristaps Dzonsons2009-09-161-1/+1
* Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ...Kristaps Dzonsons2009-09-151-0/+3
* Version: 1.9.2.VERSION_1_9_2Kristaps Dzonsons2009-09-051-2/+2
* Removed superfluous XXX.Kristaps Dzonsons2009-08-211-2/+2
* Updated libman AST documentation.Kristaps Dzonsons2009-08-171-2/+2
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-131-3/+6
* Version: 1.8.5.Kristaps Dzonsons2009-07-281-2/+2
* Version.VERSION_1_8_4Kristaps Dzonsons2009-07-261-2/+2
* Version.VERSION_1_8_3Kristaps Dzonsons2009-07-231-2/+2
* Version.VERSION_1_8_2Kristaps Dzonsons2009-07-201-2/+2
* Fixed broken `make www' dep.VERSION_1_8_1Kristaps Dzonsons2009-07-191-2/+2
* Version.Kristaps Dzonsons2009-07-191-2/+2
* ChangeLog xsl reflects symbolic tag.Kristaps Dzonsons2009-07-191-1/+1
* Removed automatic port generation, as the downstream versions should be used ...Kristaps Dzonsons2009-07-171-69/+4
* Proper html showing of ChangeLog.Kristaps Dzonsons2009-07-161-1/+1
* Using xsl for html changelog.Kristaps Dzonsons2009-07-161-8/+13
* Minor version bumped: -hang lists were the last major missing formatting "fea...Kristaps Dzonsons2009-07-141-2/+2
* Version.VERSION_1_7_24Kristaps Dzonsons2009-07-121-2/+2
* Small clean-ups in error message usage.VERSION_1_7_23Kristaps Dzonsons2009-07-071-2/+2
* Version.VERSION_1_7_22Kristaps Dzonsons2009-07-051-2/+2
* Version up.VERSION_1_7_21Kristaps Dzonsons2009-07-041-2/+2
* Moved escape validation into libmandoc.h/mandoc.c (common between libman/libm...Kristaps Dzonsons2009-07-041-7/+8