summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use [ rather than [[ for portability,Ingo Schwarze2017-05-181-1/+1
* Delete the -T xhtml command line option.Ingo Schwarze2017-05-174-12/+3
* Fix documentation bug:Ingo Schwarze2017-05-171-1/+1
* Modernize an example showing antiquated syntax,Ingo Schwarze2017-05-171-2/+1
* missing space between macro arg and punctuation; from jmc@Ingo Schwarze2017-05-171-1/+1
* Never create empty databases.Ingo Schwarze2017-05-172-0/+25
* 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-17/+0
* Introduce a new mandoc(1) message level, -W style, below -W warning.Ingo Schwarze2017-05-165-38/+49
* warn about punctuation between .Xr and .Rs in SEE ALSO;Ingo Schwarze2017-05-141-1/+1
* Tweak previous: tb@ noticed that some browser/font combinationsIngo Schwarze2017-05-141-1/+1
* Make the tag column in .Bl -tag lists wider:Ingo Schwarze2017-05-123-13/+27
* Trailing \c suppresses the output line break even ifIngo Schwarze2017-05-094-7/+10
* Line-breaking roff(7) requests also break man(7) next-line scope.Ingo Schwarze2017-05-082-7/+12
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-0816-15/+159
* Convert REQUEST REFERENCE from using .Ss to .Bl -tag, allowing toIngo Schwarze2017-05-081-428/+413
* implement .DT in terms of .ta; needed for print/ghostview, for exampleIngo Schwarze2017-05-072-3/+17
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-0720-31/+326
* Shorten the description of .sp and move it to roff(7).Ingo Schwarze2017-05-053-43/+11
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-0523-176/+95
* move .ll to the roff modulesIngo Schwarze2017-05-0517-76/+45
* Clean up docs after today's .br and .ft code cleanup; simpler.Ingo Schwarze2017-05-053-27/+5