| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Some pre-handlers produce output, so reorder the code to set up | Ingo Schwarze | 2011-02-06 | 1 | -20/+25 |
* | Add initial libmdoc and libman top-most machinery for accepting TBL | Kristaps Dzonsons | 2011-02-06 | 1 | -0/+4 |
* | If `Ns' is specified on its own line, it should be ignored. This is | Kristaps Dzonsons | 2011-02-02 | 1 | -1/+2 |
* | Arguments to `Bsx' and friends are separated by a non-breaking space. | Kristaps Dzonsons | 2011-01-25 | 1 | -2/+6 |
* | Push capitalisation of `Bx' second argument into validator, where it belongs. | Kristaps Dzonsons | 2011-01-25 | 1 | -7/+2 |
* | Properly uppercase the first-letter of the `Bx' second argument. | Kristaps Dzonsons | 2011-01-25 | 1 | -2/+7 |
* | Have `Bx' accept two arguments, not just one, and join these arguments | Kristaps Dzonsons | 2011-01-25 | 1 | -6/+20 |
* | If %B is specified, quote %T. Noted by schwarze@ in the TODO. | Kristaps Dzonsons | 2011-01-25 | 1 | -2/+2 |
* | If the first character of free-form text is whitespace, then a newline | Kristaps Dzonsons | 2011-01-12 | 1 | -0/+2 |
* | Make -literal displays only have 8-character displays. From a | Kristaps Dzonsons | 2011-01-06 | 1 | -1/+3 |
* | Turn on -Tascii tbl printing. The output still has some issues---I'm | Kristaps Dzonsons | 2011-01-02 | 1 | -0/+1 |
* | Add table processing structures to -mdoc. This consists of an | Kristaps Dzonsons | 2011-01-01 | 1 | -7/+22 |
* | As pointed out by schwarze@, %T/%J renders with a normal double-quote, not | Kristaps Dzonsons | 2010-12-25 | 1 | -4/+4 |
* | Implement schwarze@'s much more elegant version of my %T/%J fix. | Kristaps Dzonsons | 2010-12-25 | 1 | -3/+3 |
* | Specifying both %T and %J in an `Rs' block causes the title to be quoted | Kristaps Dzonsons | 2010-12-25 | 1 | -3/+42 |
* | As per schwarze@'s suggestions, roll back the refcount structure in | Kristaps Dzonsons | 2010-12-24 | 1 | -24/+24 |
* | Implement reference-counted version of original union mdoc_data. This | Kristaps Dzonsons | 2010-12-22 | 1 | -29/+24 |
* | Handle .Bk the same way as groff 1.20.1: | Ingo Schwarze | 2010-12-19 | 1 | -1/+2 |
* | Migrate `An' to use a pointer in its data, like everybody else. This is | Kristaps Dzonsons | 2010-12-16 | 1 | -2/+2 |
* | Remove `Pp' and `Lp' checks in front-ends to make sure we're not | Kristaps Dzonsons | 2010-12-15 | 1 | -5/+0 |
* | Make SYNOPSIS sections and code having .nr nS enabled | Ingo Schwarze | 2010-12-11 | 1 | -1/+14 |
* | Merge schwarze@'s changes allowing nested displays. Tweak the patch by | Kristaps Dzonsons | 2010-12-05 | 1 | -0/+4 |
* | Move `Mt', `Ar', and `Li' handling from mdoc_action.c into mdoc_validate.c. | Kristaps Dzonsons | 2010-11-29 | 1 | -1/+1 |
* | let .Bsx print just "BSD/OS" like in modern groff | Ingo Schwarze | 2010-10-23 | 1 | -1/+1 |
* | `Sm' no longer produces a linebreak when used in `Bd'. | Kristaps Dzonsons | 2010-10-10 | 1 | -0/+2 |
* | * need a space before .No even if it starts with a closing delimiter | Ingo Schwarze | 2010-10-01 | 1 | -5/+4 |
* | Merge from OpenBSD right after 1.10.6; now back to full sync. | Ingo Schwarze | 2010-09-27 | 1 | -1/+0 |
* | Suppress whitespace following Pp, Lp, sp, and the other newline-emitting | Kristaps Dzonsons | 2010-09-27 | 1 | -0/+20 |
* | Linted function arguments. | Kristaps Dzonsons | 2010-09-26 | 1 | -0/+2 |
* | Big clean-up consolidating all punctuation opening/closing functions into | Kristaps Dzonsons | 2010-09-26 | 1 | -225/+117 |
* | A `%T' invoked outside of `Rs' should not produce trailing punctuation. | Kristaps Dzonsons | 2010-09-25 | 1 | -1/+3 |
* | Add `Rs' vertical-space in -T[x]html "SEE ALSO" section. Remove | Kristaps Dzonsons | 2010-09-25 | 1 | -1/+5 |
* | When the HEAD of an .Nm block in the SYNOPSIS might be wider | Ingo Schwarze | 2010-09-23 | 1 | -6/+12 |
* | Properly handle -mdoc %A in all outputs. This has two-author entires | Kristaps Dzonsons | 2010-09-04 | 1 | -1/+25 |
* | Backout previous. | Ingo Schwarze | 2010-08-21 | 1 | -13/+0 |
* | .Bl -column phrases ignore spacing rules for trailing punctuation | Ingo Schwarze | 2010-08-20 | 1 | -0/+13 |
* | Correctly print `Lk' arguments in -Tascii. Issue raised by Aldis Berzoja. | Kristaps Dzonsons | 2010-08-09 | 1 | -5/+7 |
* | merge from OpenBSD mdoc_term.c rev. 1.100: | Ingo Schwarze | 2010-08-07 | 1 | -2/+4 |
* | Fix how `Bd -unfilled' and `Bd -literal' break lines. This unbreaks | Kristaps Dzonsons | 2010-07-27 | 1 | -7/+3 |
* | `Ad' is supposed to underline. Found whilst trolling through manuals. | Kristaps Dzonsons | 2010-07-26 | 1 | -1/+1 |
* | In the SYNOPSIS, .Nm at the beginning of an input line starts | Ingo Schwarze | 2010-07-21 | 1 | -1/+2 |
* | Remove some FIXMEs: `Ms' accepts arbitrary text, so it can't/shouldn't | Kristaps Dzonsons | 2010-07-19 | 1 | -1/+1 |
* | Fix spurrious newline emitted by `Pp' when specified before or after | Kristaps Dzonsons | 2010-07-19 | 1 | -0/+5 |
* | After .Sm on, spacing ought to restart right away, before the next token, | Ingo Schwarze | 2010-07-16 | 1 | -2/+4 |
* | Re-constitution of `ds' symbol processing. First, push the | Kristaps Dzonsons | 2010-07-07 | 1 | -1/+0 |
* | Proper `Bk -words' support: only suppress breaks within a line, but | Kristaps Dzonsons | 2010-07-06 | 1 | -0/+17 |
* | Assert my copyright, making it explicit that i'm granting the same license | Ingo Schwarze | 2010-07-04 | 1 | -1/+2 |
* | Cache column sizes and char pointer into mdoc_bl. Finally get rid of | Kristaps Dzonsons | 2010-07-04 | 1 | -27/+5 |
* | Allow empty `Fo' to get by without an assertion. | Kristaps Dzonsons | 2010-07-03 | 1 | -1/+3 |
* | Cached `An' arguments in struct mdoc_an. Note that this isn't a | Kristaps Dzonsons | 2010-07-02 | 1 | -15/+2 |