Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Accomodate (libman) for next-line macros followed by non-text macros `na', ↵ | Kristaps Dzonsons | 2010-03-22 | 7 | -58/+127 |
| | | | | | | `sp', and `br'. Based on a patch by Ingo Schwarze. | ||||
* | Added Longsoon architecture (thanks Jason McIntyre, Ingo Schwarze). | Kristaps Dzonsons | 2010-03-21 | 2 | -0/+2 |
| | |||||
* | Added news item for new version.VERSION.1.9.15 | Kristaps Dzonsons | 2010-02-17 | 2 | -4/+9 |
| | | | | Version: 1.9.15. | ||||
* | Fixed printing of XHTML DOCTYPE "html" vs. "HTML". | Kristaps Dzonsons | 2010-02-17 | 1 | -1/+5 |
| | |||||
* | Updated index with new address bits and such. | Kristaps Dzonsons | 2010-02-17 | 2 | -192/+219 |
| | |||||
* | Made `Xr' compatible with groff calling conventions where arguments ↵ | Kristaps Dzonsons | 2010-02-17 | 2 | -5/+19 |
| | | | | | | following the trailing section are implicitly `Ns'd. Based on a patch submitted by Ingo Schwarze. | ||||
* | Macro documentation for `Xr'. | Kristaps Dzonsons | 2010-02-17 | 1 | -1/+32 |
| | | | | | Re-added macros following `Vt' (lost somehow?). Removed `Xr' <3 stipulations. | ||||
* | Removed offsets from most parts (no reason for indentation). | Kristaps Dzonsons | 2010-02-17 | 2 | -36/+38 |
| | | | | | Using POSIX2008 idioms for examples (thanks Joerg Sonnenberger). Removed references to fgetln(). | ||||
* | Added `Vt' double-type documentation. | Kristaps Dzonsons | 2010-01-30 | 1 | -5/+32 |
| | |||||
* | Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg ↵ | Kristaps Dzonsons | 2010-01-30 | 5 | -7/+79 |
| | | | | Sonnenberger. | ||||
* | Mandate html attributes for xhtml. | Kristaps Dzonsons | 2010-01-30 | 1 | -5/+27 |
| | |||||
* | Fixed Makefile for `make lint' dep. on config.h | Kristaps Dzonsons | 2010-01-29 | 8 | -23/+127 |
| | | | | Added -Txhtml for XHTML output (minimal increase to programme logic). Because groff has it and it bothers me that we don't. | ||||
* | Removed superfluous lookahead block in chars.c. | Kristaps Dzonsons | 2010-01-28 | 1 | -12/+0 |
| | |||||
* | Fix white-space issues found by mandoc's better white-space finder. | Kristaps Dzonsons | 2010-01-07 | 5 | -43/+43 |
| | | | | Fixed bogus `\\' escapes in some manuals. | ||||
* | Check for white-space at the end of free-form text. Lack of check spotted ↵ | Kristaps Dzonsons | 2010-01-07 | 2 | -3/+38 |
| | | | | by Jason McIntyre. | ||||
* | Check for white-space at end of stand-alone macro line. | Kristaps Dzonsons | 2010-01-07 | 2 | -8/+23 |
| | |||||
* | mandoc_char(7) sync with OpenBSD version. | Kristaps Dzonsons | 2010-01-07 | 1 | -1/+1 |
| | |||||
* | Removed references to `\\' escape (noted by Jason McIntyre, Ingo Schwarze). | Kristaps Dzonsons | 2010-01-05 | 3 | -4/+1 |
| | |||||
* | Fixed -column widths to be string literals (as per mdoc.samples: surprise!). ↵ | Kristaps Dzonsons | 2010-01-05 | 1 | -25/+25 |
| | | | | | | | (Jason McIntyre, Ingo Schwarze) Remove trailing whitespace. (Jason McIntyre, Ingo Schwarze). Remove reference to `\\', which is a groff strangeism. (Jason McIntyre, Ingo Schwarze). | ||||
* | Version (pre): 1.9.15-pre2 | Kristaps Dzonsons | 2010-01-01 | 1 | -2/+2 |
| | |||||
* | Fix of subtle, but significant, resetting of tags when in list mode. ↵VERSION.1.9.15-pre2 | Kristaps Dzonsons | 2010-01-01 | 1 | -16/+19 |
| | | | | Pointed out by Ingo Schwarze. | ||||
* | More in-code documentation and clarity re-arrangements. | Kristaps Dzonsons | 2010-01-01 | 1 | -36/+65 |
| | |||||
* | 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 |
| |