summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Broke ascii_*() functions into term_ascii.cKristaps Dzonsons2010-06-081-3/+5
* No functionality changes: just restructuring. DeprecatedKristaps Dzonsons2010-06-081-3/+7
* First check-in of PostScript output. This does not change any logicKristaps Dzonsons2010-06-071-9/+13
* Added version bits for 1.10.1.Kristaps Dzonsons2010-06-071-1/+1
* Remove manuals.7 (see http://manpages.bsd.lv).Kristaps Dzonsons2010-06-031-4/+4
* Version bits for 1.10.1.Kristaps Dzonsons2010-06-031-2/+2
* Bump 1.10.0 version in Makefile.Kristaps Dzonsons2010-05-291-2/+2
* Added roff.3, which documents the roff parser interface.Kristaps Dzonsons2010-05-251-14/+15
* Documented ie/el.Kristaps Dzonsons2010-05-171-6/+7
* Use a default prefix of /usr/local. Honour DESTDIR for install targets.Joerg Sonnenberger2010-05-171-19/+20
* Initial roff shim skeleton in place.Kristaps Dzonsons2010-05-151-11/+27
* Making room for libroff in Makefile: properly split out libmandoc.a.Kristaps Dzonsons2010-05-151-15/+57
* Documented version bits.VERSION_1_9_25Kristaps Dzonsons2010-05-131-2/+2
* Use "=" instead of "?=" for compatibility.Kristaps Dzonsons2010-05-131-1/+1
* Getting version ready.Kristaps Dzonsons2010-05-091-2/+2
* margerr -> margserr (getting ready for margverr).Kristaps Dzonsons2010-05-071-3/+3
* Protection against running lookup() against quoted words.Kristaps Dzonsons2010-05-071-13/+14
* Noting version.Kristaps Dzonsons2010-04-071-2/+2
* Added mandoc_char.7 to installed manuals (noted by Joerg Sonnenberger).Kristaps Dzonsons2010-04-051-1/+2
* Added generation of mdoc.h.html and man.h.html as linked from generated mdoc....Kristaps Dzonsons2010-04-051-2/+5
* Added new version information. Fixing up Makefile a bit.VERSION_1_9_22Kristaps Dzonsons2010-03-311-4/+12
* Fixed fatal bug in Xo/Xc patch that caused segfaults with last-child explicit...Kristaps Dzonsons2010-03-311-1/+1
* Re-adjusting UGLY tags.Kristaps Dzonsons2010-03-311-1/+1
* Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...Kristaps Dzonsons2010-03-311-1/+1
* Version (bug-fix).Kristaps Dzonsons2010-03-311-2/+2
* Modified in_line_eoln() to handle leading punctuation.VERSION_1_9_20Kristaps Dzonsons2010-03-301-2/+2
* Fixed re-adjustment of scope in exiting roff instructions (libman).Kristaps Dzonsons2010-03-271-2/+2
* Cleaned up version info.Kristaps Dzonsons2010-03-251-1/+1
* Updated web-site with new version.VERSION_1_9_16Kristaps Dzonsons2010-03-221-58/+30
* Added news item for new version.VERSION_1_9_15Kristaps Dzonsons2010-02-171-2/+2
* Fixed Makefile for `make lint' dep. on config.hKristaps Dzonsons2010-01-291-0/+2
* Version (pre): 1.9.15-pre2Kristaps Dzonsons2010-01-011-2/+2
* CFLAGS need -Werror to make the strlcpy/strlcat check work.Kristaps Dzonsons2010-01-011-2/+2
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-5/+25
* Fixed handling of exampledir (pointed out by Ulrich Sporlein, forgotten, disc...Kristaps Dzonsons2009-12-021-1/+4
* Version: 1.9.14.VERSION_1_9_14Kristaps Dzonsons2009-11-161-2/+2
* More clarification in manuals. Added per-OUTPUT section in mandoc.1.Kristaps Dzonsons2009-11-161-0/+2
* Version: 1.9.13.VERSION_1_9_13Kristaps Dzonsons2009-11-021-2/+2
* Finished section-by-section definitions in man.7 (will be used as baseline fo...Kristaps Dzonsons2009-10-311-7/+10
* Fixed in make dist (in version 1.9.12).VERSION_1_9_12Kristaps Dzonsons2009-10-311-1/+1
* Version: 1.9.12.Kristaps Dzonsons2009-10-311-2/+2
* Using "--warn" for validate, plus some accessibility fixes.Kristaps Dzonsons2009-10-281-1/+1
* Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, -m...Kristaps Dzonsons2009-10-281-1/+4
* 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