aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* fix column width calculation for text block cellsIngo Schwarze2017-06-124-18/+25
* Implement automatic line breakingIngo Schwarze2017-06-1212-97/+352
* ooops, fix a glitch in the previous commit...Ingo Schwarze2017-06-111-2/+2
* 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-20/+147
* style message about missing .Fn markup; inspired by mdoclintIngo Schwarze2017-06-114-12/+40
* Do not issue the message "no blank before trailing delimiter" for .No.Ingo Schwarze2017-06-112-5/+4
* 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-3/+76
* minor markup simplificationsIngo Schwarze2017-06-102-6/+6
* style message about missing blank before trailing delimiter;Ingo Schwarze2017-06-10155-243/+488
* do not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and its argumentsIngo Schwarze2017-06-101-10/+19
* Properly reinitialize roffce_node between parses,Ingo Schwarze2017-06-081-1/+5
* Implement w layout specifier (minimum column width).Ingo Schwarze2017-06-0812-41/+150
* make the internal a2roffsu() interface more powerful by returningIngo Schwarze2017-06-0811-56/+54
* warning about unknown .Lb arguments; inspired by mdoclint(1)Ingo Schwarze2017-06-085-5/+18
* style checks related to .Er; inspired by mdoclint(1)Ingo Schwarze2017-06-075-8/+83
* Also catch "new sentence, new line" if there are three blanksIngo Schwarze2017-06-071-7/+13
* Make "new sentence, new line" detection stricter:Ingo Schwarze2017-06-071-2/+2
* Prepare the terminal driver for filling multiple columns in parallel,Ingo Schwarze2017-06-072-27/+44
* Prepare the terminal driver for filling multiple columns in parallel,Ingo Schwarze2017-06-078-244/+261
* The \h escape sequence provides another method for moving backwards,Ingo Schwarze2017-06-072-17/+31
* Implement the roff(7) .rn (rename macro or string) request.Ingo Schwarze2017-06-073-11/+113
* document the new .ce implementationIngo Schwarze2017-06-061-3/+6
* Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze2017-06-069-21/+142
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-0412-110/+128
* Make term_flushln() simpler and more robust:Ingo Schwarze2017-06-044-109/+42
* Pure preprocessor implementation of the roff(7) .ec and .eo requestsIngo Schwarze2017-06-043-89/+111
* ignore blank lines in man(7) next line scope;Ingo Schwarze2017-06-0319-10/+66
* enable -Wstyle by default in -Tlint; OK jmc@Ingo Schwarze2017-06-032-6/+6
* Partial implementation of \h (horizontal line drawing function).Ingo Schwarze2017-06-024-11/+80
* add about 15 missing character escape sequences found in groff_char(7);Ingo Schwarze2017-06-0215-36/+115
* Minimal implementation of the \h (horizontal motion) escape sequence.Ingo Schwarze2017-06-016-13/+38
* STYLE message about full stop at the end of .Nd; inspired by mdoclint(1)Ingo Schwarze2017-06-014-5/+18
* STYLE message about missing use of Ox/Nx/Fx/Dx; OK jmc@ wiz@Ingo Schwarze2017-05-314-5/+49
* tweak previous; from jmc@Ingo Schwarze2017-05-301-3/+3
* STYLE message about useless macros we don't want (Bt Tn Ud);Ingo Schwarze2017-05-307-9/+45
* fix formatting of intermediate punctuation in .LkIngo Schwarze2017-05-305-32/+60
* Macro argument quoting does not prevent recognition of punctuationIngo Schwarze2017-05-30118-163/+614
* Use [ rather than [[ for portability,Ingo Schwarze2017-05-181-1/+1
* Delete the -T xhtml command line option.Ingo Schwarze2017-05-174-18/+9
* Fix documentation bug:Ingo Schwarze2017-05-171-3/+3
* Modernize an example showing antiquated syntax,Ingo Schwarze2017-05-171-3/+2
* missing space between macro arg and punctuation; from jmc@Ingo Schwarze2017-05-171-3/+3
* Never create empty databases.Ingo Schwarze2017-05-172-3/+28
* Do not warn if a database file does not existIngo Schwarze2017-05-171-1/+2
* Delete pointless width calculation for SYNOPSIS .Nm block heads.Ingo Schwarze2017-05-171-18/+1
* Introduce a new mandoc(1) message level, -W style, below -W warning.Ingo Schwarze2017-05-165-44/+55
* warn about punctuation between .Xr and .Rs in SEE ALSO;Ingo Schwarze2017-05-141-2/+2