Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CFLAGS need -Werror to make the strlcpy/strlcat check work. | Kristaps Dzonsons | 2010-01-01 | 1 | -2/+2 |
| | |||||
* | Big check-in of compatibility layer. This should work on most major ↵ | Kristaps Dzonsons | 2010-01-01 | 36 | -67/+207 |
| | | | | architectures. Thanks to Joerg Sonnenberger. | ||||
* | Noted non-accepted comment syntax (thanks Joerg Sonnenberger).VERSION.1.9.15-pre1 | Kristaps Dzonsons | 2010-01-01 | 1 | -0/+4 |
| | |||||
* | Issue of `Pa' put to rest by Jason McIntyre. Noted in COMPATIBILITY. | Kristaps Dzonsons | 2010-01-01 | 1 | -5/+79 |
| | |||||
* | `Bl' lets `Sm' slip by as a child. Noted by Ingo Schwarze. | Kristaps Dzonsons | 2010-01-01 | 1 | -3/+10 |
| | |||||
* | Correct handling of arbitrary column lengths, which groff handles ↵ | Kristaps Dzonsons | 2010-01-01 | 1 | -13/+14 |
| | | | | differently depending on number of visible columns. | ||||
* | Cleaned-up column handling to be char-compatible with groff (thanks Ingo ↵ | Kristaps Dzonsons | 2010-01-01 | 1 | -25/+37 |
| | | | | | | Schwarze). Fixed assertion in exceeded rmargin by ridiculous columns. | ||||
* | Documented `Fl' in mdoc.7. | Kristaps Dzonsons | 2010-01-01 | 3 | -26/+26 |
| | | | | Backed out stipulation that `Fl ""' is ignored: this is not the case in !OpenBSD groffs. | ||||
* | `Fl' has each argument be in a separate scope (thanks Ingo Schwarze). | Kristaps Dzonsons | 2010-01-01 | 3 | -4/+51 |
| | | | | | Situation of `Fl [arg]* "" [arg]*' is fixed: empty arguments are ignored. Note that OpenBSD crashes when this happens. Situation of `Fl' is fixed wrt trailing whitespace. | ||||
* | Fixed handling of exampledir (pointed out by Ulrich Sporlein, forgotten, ↵ | Kristaps Dzonsons | 2009-12-02 | 2 | -3/+6 |
| | | | | discovered again). | ||||
* | Version: 1.9.14.VERSION.1.9.14 | Kristaps Dzonsons | 2009-11-16 | 1 | -2/+2 |
| | |||||
* | More clarification in manuals. Added per-OUTPUT section in mandoc.1. | Kristaps Dzonsons | 2009-11-16 | 5 | -77/+128 |
| | |||||
* | Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1). | Kristaps Dzonsons | 2009-11-16 | 5 | -10/+25 |
| | |||||
* | Abstraction of -Thtml -man font setting (still experimental). | Kristaps Dzonsons | 2009-11-16 | 3 | -34/+58 |
| | |||||
* | Fixed -Thtml -man PP left- and top-margin. | Kristaps Dzonsons | 2009-11-15 | 1 | -6/+6 |
| | |||||
* | \f escapes appear to work properly for -Thtml -man. Needs more testing. | Kristaps Dzonsons | 2009-11-15 | 4 | -14/+25 |
| | |||||
* | Initial check-in of -man -Thtml \f support (needs testing). | Kristaps Dzonsons | 2009-11-14 | 2 | -7/+51 |
| | |||||
* | Removed superfluous HTML_NEWLINE. | Kristaps Dzonsons | 2009-11-14 | 3 | -17/+6 |
| | |||||
* | Fix of fix of -Thtml nospace. | Kristaps Dzonsons | 2009-11-14 | 1 | -3/+3 |
| | |||||
* | Fixed \c handling in -Thtml. | Kristaps Dzonsons | 2009-11-14 | 3 | -13/+11 |
| | |||||
* | Fixed \c support for all input and output modes (documented in mandoc_char.7). | Kristaps Dzonsons | 2009-11-12 | 7 | -19/+15 |
| | |||||
* | Deprecated ".i <notext>" support (nobody uses it -- it can be re-added, but ↵ | Kristaps Dzonsons | 2009-11-12 | 2 | -17/+12 |
| | | | | adds a bit of complexity that I'd rather avoid). | ||||
* | FreeBSD sys/types inclusion fixed. | Kristaps Dzonsons | 2009-11-12 | 1 | -2/+4 |
| | |||||
* | Basically re-wrote -Tascii font handling: instead of incrementers for | Kristaps Dzonsons | 2009-11-12 | 6 | -243/+303 |
| | | | | | | | | | bold and underline, we use a stack (no cascading, no double-font-mode). Font modes with \f only affect the current stack point, as documented in mdoc.7 and man.7. While -mdoc stacks fonts with embedded macros, -man replaces them (the stack is always size 1). This works for all invocations in supported systems' manual corpora to date. It doesn't support groff's insanity with line-scoped \f as documented in mdoc.7. | ||||
* | Removed superfluous monospace note in example.style.css (they're all monospace). | Kristaps Dzonsons | 2009-11-12 | 1 | -2/+2 |
| | |||||
* | Protected example.style.css from cascading styles. | Kristaps Dzonsons | 2009-11-11 | 1 | -26/+26 |
| | |||||
* | Lint fixes in function call. | Kristaps Dzonsons | 2009-11-10 | 1 | -6/+6 |
| | |||||
* | (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 |
| | | | | -Thtml now using a2roffdeco(). | ||||
* | 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 |
| | | | | decorations, etc.). | ||||
* | -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 |
| | | | | Added support for recognising the many forms of `\s' (doesn't yet render). | ||||
* | 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 |
| |