| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | implement the roff(7) d (macro or string defined) conditional | Ingo Schwarze | 2017-06-14 | 5 | -8/+70 |
* | implement roff(7) .rj (right justify) request | Ingo Schwarze | 2017-06-14 | 7 | -32/+39 |
* | implement the roff(7) \p (break output line) escape sequence | Ingo Schwarze | 2017-06-14 | 9 | -9/+110 |
* | Partial support for the \n[an-margin] number register. | Ingo Schwarze | 2017-06-13 | 4 | -2/+56 |
* | If the layout is empty except for requesting a left vertical frame, | Ingo Schwarze | 2017-06-13 | 1 | -0/+2 |
* | Delete the arbitrary range restriction for -Owidth. | Ingo Schwarze | 2017-06-13 | 2 | -3/+2 |
* | fix the interaction of the allbox option with spanned cells in the layout | Ingo Schwarze | 2017-06-13 | 3 | -16/+49 |
* | Explicitly ignore .br, .ce, and .sp inside tbl(7) text blocks. | Ingo Schwarze | 2017-06-13 | 1 | -2/+3 |
* | test the new allbox and wrapping features | Ingo Schwarze | 2017-06-12 | 5 | -1/+95 |
* | Two minor fixes for the "allbox" modifier: | Ingo Schwarze | 2017-06-12 | 1 | -2/+5 |
* | If a tbl(7) layout contains a 'w' (minimum width) modifier for a | Ingo Schwarze | 2017-06-12 | 1 | -2/+3 |
* | implement the tbl(7) "allbox" option; | Ingo Schwarze | 2017-06-12 | 1 | -1/+7 |
* | fix column width calculation for text block cells | Ingo Schwarze | 2017-06-12 | 4 | -14/+21 |
* | Implement automatic line breaking | Ingo Schwarze | 2017-06-12 | 12 | -88/+343 |
* | ooops, fix a glitch in the previous commit... | Ingo Schwarze | 2017-06-11 | 1 | -1/+1 |
* | Style message about legacy man(7) date format in mdoc(7) documents | Ingo Schwarze | 2017-06-11 | 59 | -0/+59 |
* | Style message about legacy man(7) date format in mdoc(7) documents | Ingo Schwarze | 2017-06-11 | 101 | -15/+142 |
* | style message about missing .Fn markup; inspired by mdoclint | Ingo Schwarze | 2017-06-11 | 4 | -7/+35 |
* | Do not issue the message "no blank before trailing delimiter" for .No. | Ingo Schwarze | 2017-06-11 | 2 | -4/+3 |
* | add forgotten file | Ingo Schwarze | 2017-06-11 | 1 | -0/+0 |
* | fix order of messages | Ingo Schwarze | 2017-06-11 | 1 | -1/+1 |
* | Reduce false positives for the "no blank before trailing delimiter" message. | Ingo Schwarze | 2017-06-10 | 1 | -2/+75 |
* | minor markup simplifications | Ingo Schwarze | 2017-06-10 | 2 | -2/+2 |
* | 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 |