aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tweak previous: tb@ noticed that some browser/font combinationsIngo Schwarze2017-05-141-2/+2
* Make the tag column in .Bl -tag lists wider:Ingo Schwarze2017-05-123-17/+31
* Trailing \c suppresses the output line break even ifIngo Schwarze2017-05-094-11/+14
* Line-breaking roff(7) requests also break man(7) next-line scope.Ingo Schwarze2017-05-082-9/+14
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-0816-22/+166
* Convert REQUEST REFERENCE from using .Ss to .Bl -tag, allowing toIngo Schwarze2017-05-081-430/+415
* implement .DT in terms of .ta; needed for print/ghostview, for exampleIngo Schwarze2017-05-072-6/+20
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-0720-40/+335
* Shorten the description of .sp and move it to roff(7).Ingo Schwarze2017-05-053-46/+14
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-0523-192/+111
* move .ll to the roff modulesIngo Schwarze2017-05-0517-90/+59
* Clean up docs after today's .br and .ft code cleanup; simpler.Ingo Schwarze2017-05-053-33/+11
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-0521-110/+235
* Start roff formatter modules for HTML and termininal output,Ingo Schwarze2017-05-0410-62/+152