| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (Forgot to update html.h with metafonts. Build will puke on check-out.) | Kristaps Dzonsons | 2009-11-10 | 1 | -0/+4 |
* | Noted that -man text decoration is re-set when exiting a macro invocation. | Kristaps Dzonsons | 2009-11-10 | 3 | -1/+15 |
* | Disable metafonts when printing document footer. | Kristaps Dzonsons | 2009-11-10 | 2 | -0/+5 |
* | Documented \s and cleaned up \f documentation in mdoc.7, man.7. | Kristaps Dzonsons | 2009-11-09 | 3 | -112/+91 |
* | a2roffdeco() now supports \s escapes. | Kristaps Dzonsons | 2009-11-08 | 2 | -77/+75 |
* | Hooked up -Tascii to a2roffdeco backend. | Kristaps Dzonsons | 2009-11-07 | 2 | -203/+50 |
* | Initial abstraction of front-end decoration events (special characters, text ... | Kristaps Dzonsons | 2009-11-07 | 2 | -0/+204 |
* | -Tascii now correctly ignores \s clauses. | Kristaps Dzonsons | 2009-11-06 | 2 | -13/+92 |
* | Documented that `\s' and `\f' don't work in HTML mode (and why). | Kristaps Dzonsons | 2009-11-05 | 3 | -17/+103 |
* | Correct support for `\fX' font modes in -Tascii. | Kristaps Dzonsons | 2009-11-05 | 4 | -12/+33 |
* | Consolidated `RI' and `IR' handlers (-man -Tascii). | Kristaps Dzonsons | 2009-11-05 | 1 | -24/+9 |
* | Fixed `RI' (was reversed). | Kristaps Dzonsons | 2009-11-05 | 1 | -2/+2 |
* | Added functionality of -Tascii non-breaking `\~' space. | Kristaps Dzonsons | 2009-11-05 | 3 | -4/+17 |
* | (Fix again for default `Bf Li' font.) | Kristaps Dzonsons | 2009-11-04 | 1 | -1/+1 |
* | Fixed `Bf Li' default style (monospace). | Kristaps Dzonsons | 2009-11-04 | 1 | -1/+1 |
* | Version: 1.9.13.VERSION.1.9.13 | Kristaps Dzonsons | 2009-11-02 | 1 | -2/+2 |
* | Examples not being link-referenced (consistency). | Kristaps Dzonsons | 2009-11-02 | 1 | -7/+4 |
* | Copied over and modified manual structure from man.7. | Kristaps Dzonsons | 2009-11-02 | 1 | -31/+178 |
* | Fixed `Sx' links in man.7 (todo: add a check for these). | Kristaps Dzonsons | 2009-11-02 | 1 | -30/+30 |
* | Significant improvements to man(7). More or less finished. | Kristaps Dzonsons | 2009-11-02 | 1 | -64/+313 |
* | Fix in junking dot lines in -man (from PR by Alex Kozlov). | Kristaps Dzonsons | 2009-11-02 | 1 | -3/+3 |
* | Added forgotten newline terminators in main.c. | Kristaps Dzonsons | 2009-11-02 | 1 | -4/+4 |
* | Added lint to __attribute__ defines. | Kristaps Dzonsons | 2009-11-02 | 1 | -1/+3 |
* | Using straight-up __attribute__ (inspired by portable openssh). | Kristaps Dzonsons | 2009-11-02 | 1 | -12/+9 |
* | Added mandoc_a2time() for proper date conversion. | Kristaps Dzonsons | 2009-11-02 | 10 | -102/+135 |
* | Lint fix. | Kristaps Dzonsons | 2009-11-01 | 1 | -1/+1 |
* | Using putchar for single-character prints (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-11-01 | 1 | -5/+5 |
* | print_encode() using strcspn instead of looping/putchar() (noted by Joerg Son... | Kristaps Dzonsons | 2009-11-01 | 1 | -12/+12 |
* | Replaced putchar() loop with fwrite() (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-11-01 | 2 | -8/+4 |
* | More libraries entered into lib.in (thanks Joerg Sonnenberger). | Kristaps Dzonsons | 2009-11-01 | 1 | -0/+9 |
* | Finished section-by-section definitions in man.7 (will be used as baseline fo... | Kristaps Dzonsons | 2009-10-31 | 3 | -35/+102 |
* | Fixed -Thtml printing of -ohang lists (-mdoc). | Kristaps Dzonsons | 2009-10-31 | 2 | -2/+7 |
* | Patch on DragonFly BSD syntax (thanks Sascha Wildner). | Kristaps Dzonsons | 2009-10-31 | 4 | -3/+10 |
* | Fixed in make dist (in version 1.9.12).VERSION.1.9.12 | Kristaps Dzonsons | 2009-10-31 | 1 | -1/+1 |
* | Version: 1.9.12. | Kristaps Dzonsons | 2009-10-31 | 1 | -2/+2 |
* | Removed non-portable __progname (thanks Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-31 | 1 | -3/+9 |
* | Using perror() instead of fprintf for failure from library functions. | Kristaps Dzonsons | 2009-10-31 | 9 | -31/+24 |
* | More lint fixes. | Kristaps Dzonsons | 2009-10-30 | 7 | -11/+8 |
* | Lint fixes. | Kristaps Dzonsons | 2009-10-30 | 3 | -3/+6 |
* | Continued safe handling of allocations. | Kristaps Dzonsons | 2009-10-30 | 3 | -17/+27 |
* | libmdoc and libman now using non-recoverable allocations (simpler code). | Kristaps Dzonsons | 2009-10-30 | 11 | -122/+38 |
* | Added newline after block-level closing tags (suggested by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-30 | 1 | -3/+3 |
* | Clean-ups in mdoc_action (using libmandoc.h functions). | Kristaps Dzonsons | 2009-10-29 | 1 | -151/+172 |
* | Slow movement of internal allocations to fail completely. | Kristaps Dzonsons | 2009-10-28 | 3 | -32/+91 |
* | Using "--warn" for validate, plus some accessibility fixes. | Kristaps Dzonsons | 2009-10-28 | 2 | -6/+6 |
* | Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, -m... | Kristaps Dzonsons | 2009-10-28 | 6 | -43/+31 |
* | Removed superfluous memset (thanks Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-28 | 2 | -10/+7 |
* | Fixed un-reset buffer in `.In', -Thtml, -mdoc. | Kristaps Dzonsons | 2009-10-28 | 3 | -13/+66 |
* | Removed dynamic allocations of header/footer data. | Kristaps Dzonsons | 2009-10-27 | 2 | -40/+14 |
* | bzero() -> memset() (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-27 | 7 | -10/+16 |