summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)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-4/+10
|
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-319-40/+33
|
* More lint fixes.Kristaps Dzonsons2009-10-307-18/+15
| | | | Removed err.h from inclusions (less main.c--still in progress).
* Lint fixes.Kristaps Dzonsons2009-10-303-6/+9
| | | | Made realloc puke with fprintf.
* Continued safe handling of allocations.Kristaps Dzonsons2009-10-303-20/+30
|
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-3011-133/+49
|
* Added newline after block-level closing tags (suggested by Joerg Sonnenberger).Kristaps Dzonsons2009-10-301-4/+4
|
* Clean-ups in mdoc_action (using libmandoc.h functions).Kristaps Dzonsons2009-10-291-152/+173
|
* Slow movement of internal allocations to fail completely.Kristaps Dzonsons2009-10-283-35/+94
|
* Using "--warn" for validate, plus some accessibility fixes.Kristaps Dzonsons2009-10-282-7/+7
|
* Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, ↵Kristaps Dzonsons2009-10-286-48/+36
| | | | | | | | -mdoc). Made html_idcat be completely correct (messy standard) (-Thtml). Fixed warnings about -ohang and -item lists (-Thtml, -mdoc). Fixed typo in index.sgml.
* Removed superfluous memset (thanks Joerg Sonnenberger).Kristaps Dzonsons2009-10-282-12/+9
|
* Fixed un-reset buffer in `.In', -Thtml, -mdoc.Kristaps Dzonsons2009-10-283-16/+69
| | | | Added html_id[cat,cpy] for transforming id's into well-formed attribute strings (no %s, etc.).
* Removed dynamic allocations of header/footer data.Kristaps Dzonsons2009-10-272-42/+16
|
* bzero() -> memset() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-277-17/+23
|
* Merged Ingo's comments on term_flushln() variable names.Kristaps Dzonsons2009-10-271-14/+14
| | | | Fixed assertion (this needs more consideration) when an overstep line is exactly as long as the rmargin.
* Added "summary" tag to tables in order to silence HTML-tidy's complaints.Kristaps Dzonsons2009-10-274-12/+26
|
* Added time.h to various files for FreeBSD compilation (thanks Ulrich Sporlein).Kristaps Dzonsons2009-10-269-9/+18
|
* Merged patch to allow -fign-escape (thanks Joerg Sonnenberger).Kristaps Dzonsons2009-10-262-4/+13
|
* Fix to segfault in ordering Rs blocks (d'oh!).VERSION_1_9_11Kristaps Dzonsons2009-10-263-6/+64
| | | | Version: 1.9.11.
* Lint fix.VERSION_1_9_10Kristaps Dzonsons2009-10-261-2/+3
|
* Version: 1.9.10.Kristaps Dzonsons2009-10-261-2/+2
|
* Allowed -O to be invoked multiple times.Kristaps Dzonsons2009-10-261-3/+5
|
* Portability: replaced queue macros in html.c (Joerg Sonnenberger).Kristaps Dzonsons2009-10-265-37/+36
| | | | | Fixed "-o" residue. Added "-O" to usage() (-o didn't appear there either).
* Fixed overstep patch.Kristaps Dzonsons2009-10-261-2/+3
|
* -man also prints unknown macro (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-263-11/+17
|
* Changed `-o' to `-O' for clarity. THIS BREAKS UTILITIES DEPENDING ON -o!Kristaps Dzonsons2009-10-263-11/+11
|
* Full `%U' support.Kristaps Dzonsons2009-10-269-104/+129
| | | | | | | `Lk' display fixed. Renamed arg2xxxx as a2xxxx for consistency. Renamed print_foot to print_man_foot for consistency. Removed default printing of `~' when `Lk' not provided (not sure where I got that from).
* Removed need for superfluous `os' value in overstep calculation (thanks Ingo ↵Kristaps Dzonsons2009-10-241-8/+5
| | | | Schwarze).
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-249-12/+32
|
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-248-11/+25
|
* Linuxisms.Kristaps Dzonsons2009-10-221-1/+5
|
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ↵Kristaps Dzonsons2009-10-226-34/+64
| | | | Noted by Ulrich Sporlein.
* Fixed order of printing backspace-encoding for terms that are both bold and ↵Kristaps Dzonsons2009-10-221-5/+5
| | | | underlined (noted by Joerg Sonnenberger).
* Added ability to set OS name at compile-time with -DOSNAME="\"foo\"".Kristaps Dzonsons2009-10-222-2/+16
|
* Typo in mdoc.7 fixed (thanks to Joerg Sonnenberger).Kristaps Dzonsons2009-10-221-2/+2
|
* Fix adding -centred to `Bd' types (thanks to Joerg Sonnenberger).Kristaps Dzonsons2009-10-221-1/+3
|
* Groff-compatibility fix (Ds) (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-221-3/+3
|
* Noted downstream in NetBSD base. Many thanks to Joerg et al. for their ↵Kristaps Dzonsons2009-10-221-3/+3
| | | | efforts in getting it checked in!
* Fixed strftime stray %d -> %e (pointed out by Ulrich Sporlein).Kristaps Dzonsons2009-10-211-2/+2
|
* Temporarily turned off validation (mandoc -Thtml needs URI encoding!).VERSION_1_9_9Kristaps Dzonsons2009-10-202-10/+10
| | | | Aesthetic fixes in index.sgml.
* Version: 1.9.9.Kristaps Dzonsons2009-10-201-4/+4
|
* Added cvsweb. Whee!Kristaps Dzonsons2009-10-201-2/+8
|
* More updates to mdoc.7.Kristaps Dzonsons2009-10-203-30/+462
|
* More fixes to scaling-width multipliers (which, just to make my life ↵Kristaps Dzonsons2009-10-192-9/+12
| | | | difficult, differ not only between -mdoc and -man, but between various invocation, e.g., -offset and -width).
* Continued work on mdoc.7.Kristaps Dzonsons2009-10-192-13/+178
| | | | Noted buffer overwrite bug in -Thtml -mdoc (will fix later).
* Fixed -mdoc -Thtml with -item lists not to default-indent when width isn't ↵Kristaps Dzonsons2009-10-192-226/+424
| | | | | | specified. Many more cleanups to mdoc.7 (ongoing completion and documentation of all macros).
* Fixed `-file' argument to `Bd', which is NOT a type, but instead just an ↵Kristaps Dzonsons2009-10-192-5/+3
| | | | argument.