Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | Fitted TH and Dd handlers to use mandoc_a2time(). Documented date syntax for -man, fixed documentation for -mdoc. | ||||
* | 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 ↵ | Kristaps Dzonsons | 2009-11-01 | 1 | -12/+12 |
| | | | | Sonnenberger). | ||||
* | 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 ↵ | Kristaps Dzonsons | 2009-10-31 | 3 | -35/+102 |
| | | | | for mdoc.7). | ||||
* | Fixed -Thtml printing of -ohang lists (-mdoc). | Kristaps Dzonsons | 2009-10-31 | 2 | -2/+7 |
| | | | | Fixed validation of -ohang lists as having no widths. | ||||
* | Patch on DragonFly BSD syntax (thanks Sascha Wildner). | Kristaps Dzonsons | 2009-10-31 | 4 | -3/+10 |
| | | | | Noted inclusion into DragonFly BSD (thanks Sascha Wildner). | ||||
* | 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 |
| | | | | Removed err.h from inclusions (less main.c--still in progress). | ||||
* | Lint fixes. | Kristaps Dzonsons | 2009-10-30 | 3 | -3/+6 |
| | | | | Made realloc puke with fprintf. | ||||
* | 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, ↵ | Kristaps Dzonsons | 2009-10-28 | 6 | -43/+31 |
| | | | | | | | | -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 Dzonsons | 2009-10-28 | 2 | -10/+7 |
| | |||||
* | Fixed un-reset buffer in `.In', -Thtml, -mdoc. | Kristaps Dzonsons | 2009-10-28 | 3 | -13/+66 |
| | | | | 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 Dzonsons | 2009-10-27 | 2 | -40/+14 |
| | |||||
* | bzero() -> memset() (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-27 | 7 | -10/+16 |
| | |||||
* | Merged Ingo's comments on term_flushln() variable names. | Kristaps Dzonsons | 2009-10-27 | 1 | -13/+13 |
| | | | | 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 Dzonsons | 2009-10-27 | 4 | -8/+22 |
| | |||||
* | Added time.h to various files for FreeBSD compilation (thanks Ulrich Sporlein). | Kristaps Dzonsons | 2009-10-26 | 9 | -0/+9 |
| | |||||
* | Merged patch to allow -fign-escape (thanks Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-26 | 2 | -2/+11 |
| | |||||
* | Fix to segfault in ordering Rs blocks (d'oh!).VERSION.1.9.11 | Kristaps Dzonsons | 2009-10-26 | 3 | -3/+61 |
| | | | | Version: 1.9.11. | ||||
* | Lint fix.VERSION.1.9.10 | Kristaps Dzonsons | 2009-10-26 | 1 | -1/+2 |
| | |||||
* | Version: 1.9.10. | Kristaps Dzonsons | 2009-10-26 | 1 | -2/+2 |
| | |||||
* | Allowed -O to be invoked multiple times. | Kristaps Dzonsons | 2009-10-26 | 1 | -2/+4 |
| | |||||
* | Portability: replaced queue macros in html.c (Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-26 | 5 | -32/+31 |
| | | | | | Fixed "-o" residue. Added "-O" to usage() (-o didn't appear there either). | ||||
* | Fixed overstep patch. | Kristaps Dzonsons | 2009-10-26 | 1 | -1/+2 |
| | |||||
* | -man also prints unknown macro (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-26 | 3 | -8/+14 |
| | |||||
* | Changed `-o' to `-O' for clarity. THIS BREAKS UTILITIES DEPENDING ON -o! | Kristaps Dzonsons | 2009-10-26 | 3 | -8/+8 |
| | |||||
* | Full `%U' support. | Kristaps Dzonsons | 2009-10-26 | 9 | -95/+120 |
| | | | | | | | `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 Dzonsons | 2009-10-24 | 1 | -7/+4 |
| | | | | Schwarze). | ||||
* | Added `%U' to -mdoc (doesn't render in a nice way yet). | Kristaps Dzonsons | 2009-10-24 | 9 | -2/+22 |
| | |||||
* | Added `PD' to -man (doesn't do anything, yet). | Kristaps Dzonsons | 2009-10-24 | 8 | -2/+16 |
| | |||||
* | Linuxisms. | Kristaps Dzonsons | 2009-10-22 | 1 | -0/+4 |
| | |||||
* | Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ↵ | Kristaps Dzonsons | 2009-10-22 | 6 | -28/+58 |
| | | | | Noted by Ulrich Sporlein. |