aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Parser reorg:Ingo Schwarze2017-05-0428-92/+182
* A few days ago, a patch from <G dot Branden dot Robinson at gmail dot com>Ingo Schwarze2017-05-011-2/+16
* When trying to expand some columns in a table where the sum of theIngo Schwarze2017-05-014-4/+45
* Parser unification: use nice ohashes for all three request and macro tables;Ingo Schwarze2017-04-2915-575/+379
* Delete .Pp right before the first .Sh and right before any .Ss,Ingo Schwarze2017-04-2811-5/+118
* ASCII characters that are special to roffIngo Schwarze2017-04-271-1/+8
* Delete the manpage(1) utility.Ingo Schwarze2017-04-243-206/+1
* Continue parser unification:Ingo Schwarze2017-04-2425-721/+766
* More thoroughly reject direct access to unintended files, such thatIngo Schwarze2017-04-191-2/+3
* Now that global -i is gone, pass -i through to the apropos(1)Ingo Schwarze2017-04-181-3/+7
* Delete the undocumented and unimplemented man(1) -i (interactiveIngo Schwarze2017-04-181-5/+1
* The apropos(1) manual still documents the unary -i operator forIngo Schwarze2017-04-181-1/+6
* Fix previous: i forgot explicit NUL termination;Ingo Schwarze2017-04-181-0/+2
* Restore -kO Nd, -kO Nm, -kO sec, and -kO arch to working order.Ingo Schwarze2017-04-172-26/+57