summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Consolidated `RI' and `IR' handlers (-man -Tascii).Kristaps Dzonsons2009-11-051-24/+9
* Fixed `RI' (was reversed).Kristaps Dzonsons2009-11-051-2/+2
* Added functionality of -Tascii non-breaking `\~' space.Kristaps Dzonsons2009-11-053-4/+17
* (Fix again for default `Bf Li' font.)Kristaps Dzonsons2009-11-041-1/+1
* Fixed `Bf Li' default style (monospace).Kristaps Dzonsons2009-11-041-1/+1
* Version: 1.9.13.VERSION.1.9.13Kristaps Dzonsons2009-11-021-2/+2
* Examples not being link-referenced (consistency).Kristaps Dzonsons2009-11-021-7/+4
* Copied over and modified manual structure from man.7.Kristaps Dzonsons2009-11-021-31/+178
* Fixed `Sx' links in man.7 (todo: add a check for these).Kristaps Dzonsons2009-11-021-30/+30
* Significant improvements to man(7). More or less finished.Kristaps Dzonsons2009-11-021-64/+313
* Fix in junking dot lines in -man (from PR by Alex Kozlov).Kristaps Dzonsons2009-11-021-3/+3
* Added forgotten newline terminators in main.c.Kristaps Dzonsons2009-11-021-4/+4
* Added lint to __attribute__ defines.Kristaps Dzonsons2009-11-021-1/+3
* Using straight-up __attribute__ (inspired by portable openssh).Kristaps Dzonsons2009-11-021-12/+9
* Added mandoc_a2time() for proper date conversion.Kristaps Dzonsons2009-11-0210-102/+135
* Lint fix.Kristaps Dzonsons2009-11-011-1/+1
* Using putchar for single-character prints (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-11-011-5/+5
* print_encode() using strcspn instead of looping/putchar() (noted by Joerg Son...Kristaps Dzonsons2009-11-011-12/+12
* Replaced putchar() loop with fwrite() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-11-012-8/+4
* More libraries entered into lib.in (thanks Joerg Sonnenberger).Kristaps Dzonsons2009-11-011-0/+9
* Finished section-by-section definitions in man.7 (will be used as baseline fo...Kristaps Dzonsons2009-10-313-35/+102
* Fixed -Thtml printing of -ohang lists (-mdoc).Kristaps Dzonsons2009-10-312-2/+7
* Patch on DragonFly BSD syntax (thanks Sascha Wildner).Kristaps Dzonsons2009-10-314-3/+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
* 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