summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Lint fixes in function call.Kristaps Dzonsons2009-11-101-7/+7
* (Forgot to update html.h with metafonts. Build will puke on check-out.)Kristaps Dzonsons2009-11-101-1/+5
* Noted that -man text decoration is re-set when exiting a macro invocation.Kristaps Dzonsons2009-11-103-5/+19
* Disable metafonts when printing document footer.Kristaps Dzonsons2009-11-102-2/+7
* Documented \s and cleaned up \f documentation in mdoc.7, man.7.Kristaps Dzonsons2009-11-093-117/+96
* a2roffdeco() now supports \s escapes.Kristaps Dzonsons2009-11-082-79/+77
* Hooked up -Tascii to a2roffdeco backend.Kristaps Dzonsons2009-11-072-205/+52
* Initial abstraction of front-end decoration events (special characters, text ...Kristaps Dzonsons2009-11-072-2/+206
* -Tascii now correctly ignores \s clauses.Kristaps Dzonsons2009-11-062-16/+95
* Documented that `\s' and `\f' don't work in HTML mode (and why).Kristaps Dzonsons2009-11-053-21/+107
* Correct support for `\fX' font modes in -Tascii.Kristaps Dzonsons2009-11-054-18/+39
* Consolidated `RI' and `IR' handlers (-man -Tascii).Kristaps Dzonsons2009-11-051-25/+10
* Fixed `RI' (was reversed).Kristaps Dzonsons2009-11-051-3/+3
* Added functionality of -Tascii non-breaking `\~' space.Kristaps Dzonsons2009-11-053-7/+20
* (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-8/+5
* Copied over and modified manual structure from man.7.Kristaps Dzonsons2009-11-021-32/+179
* Fixed `Sx' links in man.7 (todo: add a check for these).Kristaps Dzonsons2009-11-021-31/+31
* Significant improvements to man(7). More or less finished.Kristaps Dzonsons2009-11-021-65/+314
* Fix in junking dot lines in -man (from PR by Alex Kozlov).Kristaps Dzonsons2009-11-021-4/+4
* Added forgotten newline terminators in main.c.Kristaps Dzonsons2009-11-021-5/+5
* Added lint to __attribute__ defines.Kristaps Dzonsons2009-11-021-2/+4
* Using straight-up __attribute__ (inspired by portable openssh).Kristaps Dzonsons2009-11-021-13/+10
* Added mandoc_a2time() for proper date conversion.Kristaps Dzonsons2009-11-0210-114/+147
* Lint fix.Kristaps Dzonsons2009-11-011-2/+2
* Using putchar for single-character prints (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-11-011-6/+6
* print_encode() using strcspn instead of looping/putchar() (noted by Joerg Son...Kristaps Dzonsons2009-11-011-13/+13
* Replaced putchar() loop with fwrite() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-11-012-10/+6
* More libraries entered into lib.in (thanks Joerg Sonnenberger).Kristaps Dzonsons2009-11-011-1/+10
* Finished section-by-section definitions in man.7 (will be used as baseline fo...Kristaps Dzonsons2009-10-313-38/+105
* Fixed -Thtml printing of -ohang lists (-mdoc).Kristaps Dzonsons2009-10-312-4/+9
* Patch on DragonFly BSD syntax (thanks Sascha Wildner).Kristaps Dzonsons2009-10-314-8/+15
* 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
* Lint fixes.Kristaps Dzonsons2009-10-303-6/+9
* 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, -m...Kristaps Dzonsons2009-10-286-48/+36
* 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
* Removed dynamic allocations of header/footer data.Kristaps Dzonsons2009-10-272-42/+16