summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed non-portable __progname (thanks Joerg Sonnenberger).Kristaps Dzonsons2009-10-311-3/+9
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-319-31/+24
* More lint fixes.Kristaps Dzonsons2009-10-307-11/+8
* Lint fixes.Kristaps Dzonsons2009-10-303-3/+6
* Continued safe handling of allocations.Kristaps Dzonsons2009-10-303-17/+27
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-3011-122/+38
* Added newline after block-level closing tags (suggested by Joerg Sonnenberger).Kristaps Dzonsons2009-10-301-3/+3
* Clean-ups in mdoc_action (using libmandoc.h functions).Kristaps Dzonsons2009-10-291-151/+172
* Slow movement of internal allocations to fail completely.Kristaps Dzonsons2009-10-283-32/+91
* Using "--warn" for validate, plus some accessibility fixes.Kristaps Dzonsons2009-10-282-6/+6
* Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, -m...Kristaps Dzonsons2009-10-286-43/+31
* Removed superfluous memset (thanks Joerg Sonnenberger).Kristaps Dzonsons2009-10-282-10/+7
* Fixed un-reset buffer in `.In', -Thtml, -mdoc.Kristaps Dzonsons2009-10-283-13/+66
* Removed dynamic allocations of header/footer data.Kristaps Dzonsons2009-10-272-40/+14
* bzero() -> memset() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-277-10/+16
* Merged Ingo's comments on term_flushln() variable names.Kristaps Dzonsons2009-10-271-13/+13
* Added "summary" tag to tables in order to silence HTML-tidy's complaints.Kristaps Dzonsons2009-10-274-8/+22
* Added time.h to various files for FreeBSD compilation (thanks Ulrich Sporlein).Kristaps Dzonsons2009-10-269-0/+9
* Merged patch to allow -fign-escape (thanks Joerg Sonnenberger).Kristaps Dzonsons2009-10-262-2/+11
* Fix to segfault in ordering Rs blocks (d'oh!).VERSION.1.9.11Kristaps Dzonsons2009-10-263-3/+61
* Lint fix.VERSION.1.9.10Kristaps Dzonsons2009-10-261-1/+2
* Version: 1.9.10.Kristaps Dzonsons2009-10-261-2/+2
* Allowed -O to be invoked multiple times.Kristaps Dzonsons2009-10-261-2/+4
* Portability: replaced queue macros in html.c (Joerg Sonnenberger).Kristaps Dzonsons2009-10-265-32/+31
* Fixed overstep patch.Kristaps Dzonsons2009-10-261-1/+2
* -man also prints unknown macro (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-263-8/+14
* Changed `-o' to `-O' for clarity. THIS BREAKS UTILITIES DEPENDING ON -o!Kristaps Dzonsons2009-10-263-8/+8
* Full `%U' support.Kristaps Dzonsons2009-10-269-95/+120
* Removed need for superfluous `os' value in overstep calculation (thanks Ingo ...Kristaps Dzonsons2009-10-241-7/+4
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-249-2/+22
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-248-2/+16
* Linuxisms.Kristaps Dzonsons2009-10-221-0/+4
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ...Kristaps Dzonsons2009-10-226-28/+58
* Fixed order of printing backspace-encoding for terms that are both bold and u...Kristaps Dzonsons2009-10-221-4/+4
* Added ability to set OS name at compile-time with -DOSNAME="\"foo\"".Kristaps Dzonsons2009-10-222-1/+15
* Typo in mdoc.7 fixed (thanks to Joerg Sonnenberger).Kristaps Dzonsons2009-10-221-1/+1
* Fix adding -centred to `Bd' types (thanks to Joerg Sonnenberger).Kristaps Dzonsons2009-10-221-0/+2
* Groff-compatibility fix (Ds) (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-221-1/+1
* Noted downstream in NetBSD base. Many thanks to Joerg et al. for their effor...Kristaps Dzonsons2009-10-221-2/+2
* Fixed strftime stray %d -> %e (pointed out by Ulrich Sporlein).Kristaps Dzonsons2009-10-211-1/+1
* Temporarily turned off validation (mandoc -Thtml needs URI encoding!).VERSION.1.9.9Kristaps Dzonsons2009-10-202-9/+9
* Version: 1.9.9.Kristaps Dzonsons2009-10-201-4/+4
* Added cvsweb. Whee!Kristaps Dzonsons2009-10-201-1/+7
* More updates to mdoc.7.Kristaps Dzonsons2009-10-203-26/+458
* More fixes to scaling-width multipliers (which, just to make my life difficul...Kristaps Dzonsons2009-10-192-7/+10
* Continued work on mdoc.7.Kristaps Dzonsons2009-10-192-11/+176
* Fixed -mdoc -Thtml with -item lists not to default-indent when width isn't sp...Kristaps Dzonsons2009-10-192-224/+422
* Fixed `-file' argument to `Bd', which is NOT a type, but instead just an argu...Kristaps Dzonsons2009-10-192-3/+1