| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | style message about missing blank before trailing delimiter; | Ingo Schwarze | 2017-06-10 | 155 | -238/+483 |
* | do not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and its arguments | Ingo Schwarze | 2017-06-10 | 1 | -9/+18 |
* | Properly reinitialize roffce_node between parses, | Ingo Schwarze | 2017-06-08 | 1 | -0/+4 |
* | Implement w layout specifier (minimum column width). | Ingo Schwarze | 2017-06-08 | 12 | -31/+140 |
* | make the internal a2roffsu() interface more powerful by returning | Ingo Schwarze | 2017-06-08 | 11 | -46/+44 |
* | warning about unknown .Lb arguments; inspired by mdoclint(1) | Ingo Schwarze | 2017-06-08 | 5 | -0/+13 |
* | style checks related to .Er; inspired by mdoclint(1) | Ingo Schwarze | 2017-06-07 | 5 | -2/+77 |
* | Also catch "new sentence, new line" if there are three blanks | Ingo Schwarze | 2017-06-07 | 1 | -6/+12 |
* | Make "new sentence, new line" detection stricter: | Ingo Schwarze | 2017-06-07 | 1 | -1/+1 |
* | Prepare the terminal driver for filling multiple columns in parallel, | Ingo Schwarze | 2017-06-07 | 2 | -25/+42 |
* | Prepare the terminal driver for filling multiple columns in parallel, | Ingo Schwarze | 2017-06-07 | 8 | -236/+253 |
* | The \h escape sequence provides another method for moving backwards, | Ingo Schwarze | 2017-06-07 | 2 | -15/+29 |
* | Implement the roff(7) .rn (rename macro or string) request. | Ingo Schwarze | 2017-06-07 | 3 | -7/+109 |
* | document the new .ce implementation | Ingo Schwarze | 2017-06-06 | 1 | -1/+4 |
* | Minimal implementation of the roff(7) .ce request (center a number | Ingo Schwarze | 2017-06-06 | 9 | -11/+132 |
* | Implement the roff(7) .mc (right margin character) request. | Ingo Schwarze | 2017-06-04 | 12 | -101/+119 |
* | Make term_flushln() simpler and more robust: | Ingo Schwarze | 2017-06-04 | 4 | -105/+38 |
* | Pure preprocessor implementation of the roff(7) .ec and .eo requests | Ingo Schwarze | 2017-06-04 | 3 | -85/+107 |
* | ignore blank lines in man(7) next line scope; | Ingo Schwarze | 2017-06-03 | 19 | -7/+63 |
* | enable -Wstyle by default in -Tlint; OK jmc@ | Ingo Schwarze | 2017-06-03 | 2 | -3/+3 |
* | Partial implementation of \h (horizontal line drawing function). | Ingo Schwarze | 2017-06-02 | 4 | -6/+75 |
* | add about 15 missing character escape sequences found in groff_char(7); | Ingo Schwarze | 2017-06-02 | 15 | -33/+112 |
* | Minimal implementation of the \h (horizontal motion) escape sequence. | Ingo Schwarze | 2017-06-01 | 6 | -7/+32 |
* | STYLE message about full stop at the end of .Nd; inspired by mdoclint(1) | Ingo Schwarze | 2017-06-01 | 4 | -0/+13 |
* | STYLE message about missing use of Ox/Nx/Fx/Dx; OK jmc@ wiz@ | Ingo Schwarze | 2017-05-31 | 4 | -0/+44 |
* | tweak previous; from jmc@ | Ingo Schwarze | 2017-05-30 | 1 | -2/+2 |
* | STYLE message about useless macros we don't want (Bt Tn Ud); | Ingo Schwarze | 2017-05-30 | 7 | -3/+39 |
* | fix formatting of intermediate punctuation in .Lk | Ingo Schwarze | 2017-05-30 | 5 | -28/+56 |
* | Macro argument quoting does not prevent recognition of punctuation | Ingo Schwarze | 2017-05-30 | 118 | -160/+611 |
* | Use [ rather than [[ for portability, | Ingo Schwarze | 2017-05-18 | 1 | -1/+1 |
* | Delete the -T xhtml command line option. | Ingo Schwarze | 2017-05-17 | 4 | -12/+3 |
* | Fix documentation bug: | Ingo Schwarze | 2017-05-17 | 1 | -1/+1 |
* | Modernize an example showing antiquated syntax, | Ingo Schwarze | 2017-05-17 | 1 | -2/+1 |
* | missing space between macro arg and punctuation; from jmc@ | Ingo Schwarze | 2017-05-17 | 1 | -1/+1 |
* | Never create empty databases. | Ingo Schwarze | 2017-05-17 | 2 | -0/+25 |
* | Do not warn if a database file does not exist | Ingo Schwarze | 2017-05-17 | 1 | -1/+2 |
* | Delete pointless width calculation for SYNOPSIS .Nm block heads. | Ingo Schwarze | 2017-05-17 | 1 | -17/+0 |
* | Introduce a new mandoc(1) message level, -W style, below -W warning. | Ingo Schwarze | 2017-05-16 | 5 | -38/+49 |
* | warn about punctuation between .Xr and .Rs in SEE ALSO; | Ingo Schwarze | 2017-05-14 | 1 | -1/+1 |
* | Tweak previous: tb@ noticed that some browser/font combinations | Ingo Schwarze | 2017-05-14 | 1 | -1/+1 |
* | Make the tag column in .Bl -tag lists wider: | Ingo Schwarze | 2017-05-12 | 3 | -13/+27 |
* | Trailing \c suppresses the output line break even if | Ingo Schwarze | 2017-05-09 | 4 | -7/+10 |
* | Line-breaking roff(7) requests also break man(7) next-line scope. | Ingo Schwarze | 2017-05-08 | 2 | -7/+12 |
* | Basic implementation of the roff(7) .ti (temporary indent) request. | Ingo Schwarze | 2017-05-08 | 16 | -15/+159 |
* | Convert REQUEST REFERENCE from using .Ss to .Bl -tag, allowing to | Ingo Schwarze | 2017-05-08 | 1 | -428/+413 |
* | implement .DT in terms of .ta; needed for print/ghostview, for example | Ingo Schwarze | 2017-05-07 | 2 | -3/+17 |
* | Basic implementation of the roff(7) .ta (define tab stops) request. | Ingo Schwarze | 2017-05-07 | 20 | -31/+326 |
* | Shorten the description of .sp and move it to roff(7). | Ingo Schwarze | 2017-05-05 | 3 | -43/+11 |
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 23 | -176/+95 |
* | move .ll to the roff modules | Ingo Schwarze | 2017-05-05 | 17 | -76/+45 |