summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* implement the roff(7) \p (break output line) escape sequenceIngo Schwarze2017-06-149-9/+110
* Partial support for the \n[an-margin] number register.Ingo Schwarze2017-06-134-2/+56
* If the layout is empty except for requesting a left vertical frame,Ingo Schwarze2017-06-131-0/+2
* Delete the arbitrary range restriction for -Owidth.Ingo Schwarze2017-06-132-3/+2
* fix the interaction of the allbox option with spanned cells in the layoutIngo Schwarze2017-06-133-16/+49
* Explicitly ignore .br, .ce, and .sp inside tbl(7) text blocks.Ingo Schwarze2017-06-131-2/+3
* test the new allbox and wrapping featuresIngo Schwarze2017-06-125-1/+95
* Two minor fixes for the "allbox" modifier:Ingo Schwarze2017-06-121-2/+5
* If a tbl(7) layout contains a 'w' (minimum width) modifier for aIngo Schwarze2017-06-121-2/+3
* implement the tbl(7) "allbox" option;Ingo Schwarze2017-06-121-1/+7
* fix column width calculation for text block cellsIngo Schwarze2017-06-124-14/+21
* Implement automatic line breakingIngo Schwarze2017-06-1212-88/+343
* ooops, fix a glitch in the previous commit...Ingo Schwarze2017-06-111-1/+1
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-1159-0/+59
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-11101-15/+142
* style message about missing .Fn markup; inspired by mdoclintIngo Schwarze2017-06-114-7/+35
* Do not issue the message "no blank before trailing delimiter" for .No.Ingo Schwarze2017-06-112-4/+3
* add forgotten fileIngo Schwarze2017-06-111-0/+0
* fix order of messagesIngo Schwarze2017-06-111-1/+1
* Reduce false positives for the "no blank before trailing delimiter" message.Ingo Schwarze2017-06-101-2/+75
* minor markup simplificationsIngo Schwarze2017-06-102-2/+2
* style message about missing blank before trailing delimiter;Ingo Schwarze2017-06-10155-238/+483
* do not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and its argumentsIngo Schwarze2017-06-101-9/+18
* Properly reinitialize roffce_node between parses,Ingo Schwarze2017-06-081-0/+4
* Implement w layout specifier (minimum column width).Ingo Schwarze2017-06-0812-31/+140
* make the internal a2roffsu() interface more powerful by returningIngo Schwarze2017-06-0811-46/+44
* warning about unknown .Lb arguments; inspired by mdoclint(1)Ingo Schwarze2017-06-085-0/+13
* style checks related to .Er; inspired by mdoclint(1)Ingo Schwarze2017-06-075-2/+77
* Also catch "new sentence, new line" if there are three blanksIngo Schwarze2017-06-071-6/+12
* Make "new sentence, new line" detection stricter:Ingo Schwarze2017-06-071-1/+1
* Prepare the terminal driver for filling multiple columns in parallel,Ingo Schwarze2017-06-072-25/+42
* Prepare the terminal driver for filling multiple columns in parallel,Ingo Schwarze2017-06-078-236/+253
* The \h escape sequence provides another method for moving backwards,Ingo Schwarze2017-06-072-15/+29
* Implement the roff(7) .rn (rename macro or string) request.Ingo Schwarze2017-06-073-7/+109
* document the new .ce implementationIngo Schwarze2017-06-061-1/+4
* Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze2017-06-069-11/+132
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-0412-101/+119
* Make term_flushln() simpler and more robust:Ingo Schwarze2017-06-044-105/+38
* Pure preprocessor implementation of the roff(7) .ec and .eo requestsIngo Schwarze2017-06-043-85/+107
* ignore blank lines in man(7) next line scope;Ingo Schwarze2017-06-0319-7/+63
* enable -Wstyle by default in -Tlint; OK jmc@Ingo Schwarze2017-06-032-3/+3
* Partial implementation of \h (horizontal line drawing function).Ingo Schwarze2017-06-024-6/+75
* add about 15 missing character escape sequences found in groff_char(7);Ingo Schwarze2017-06-0215-33/+112
* Minimal implementation of the \h (horizontal motion) escape sequence.Ingo Schwarze2017-06-016-7/+32
* STYLE message about full stop at the end of .Nd; inspired by mdoclint(1)Ingo Schwarze2017-06-014-0/+13
* STYLE message about missing use of Ox/Nx/Fx/Dx; OK jmc@ wiz@Ingo Schwarze2017-05-314-0/+44
* tweak previous; from jmc@Ingo Schwarze2017-05-301-2/+2
* STYLE message about useless macros we don't want (Bt Tn Ud);Ingo Schwarze2017-05-307-3/+39
* fix formatting of intermediate punctuation in .LkIngo Schwarze2017-05-305-28/+56
* Macro argument quoting does not prevent recognition of punctuationIngo Schwarze2017-05-30118-160/+611