aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Test handling of escaped backslashes because the code related toIngo Schwarze2019-01-175-2/+97
* In PostScript and PDF output, one AFM unit is not nearly enoughIngo Schwarze2019-01-151-3/+4
* Improve error reporting when a file given on the command lineIngo Schwarze2019-01-112-5/+7
* do not access a NULL pointer when formatting a completely empty documentIngo Schwarze2019-01-112-5/+5
* Remove the HTML title= attributes which harmed accessibility andIngo Schwarze2019-01-1111-84/+146
* After years of gnashing of teeth, i finally found a way to avoidIngo Schwarze2019-01-102-15/+8
* Initializers for file-scope static variables should be compile-timeIngo Schwarze2019-01-102-4/+5
* Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze2019-01-0741-190/+627
* Finally, represent the man(7) .PP and .HP macros by the naturalIngo Schwarze2019-01-0633-122/+466
* In no-fill mode, avoid bogus blank lines in two situations:Ingo Schwarze2019-01-053-4/+36
* In groff, when the .SY block macro occurs in no-fill mode,Ingo Schwarze2019-01-055-4/+70
* Slowly start doing more HTML output tests, in this case for theIngo Schwarze2019-01-054-12/+44
* In HTML output, man(7) .RS blocks get formatted as <div class="Bd-indent">,Ingo Schwarze2019-01-051-2/+5
* minor cleanup, no functional change:Ingo Schwarze2019-01-051-24/+16
* Now that the NODE_NOFILL flag in the syntax tree is accurate,Ingo Schwarze2019-01-054-123/+74
* no-fill mode has to be suspended during tbl(7) rendering, tooIngo Schwarze2019-01-051-1/+3
* minor cleanup, no functional change:Ingo Schwarze2019-01-051-82/+65
* Some high-level block macros have an effect similar to temporarilyIngo Schwarze2019-01-055-16/+22
* Test interaction of low-level roff(7) filling requests with .Bd in generalIngo Schwarze2019-01-047-13/+98
* Two functional improvements to filling in terminal output.Ingo Schwarze2019-01-042-72/+45
* Simplify the roff(7) .ce and .rj terminal formatter by using theIngo Schwarze2019-01-041-15/+4
* Implement centering and adjustment to the right margin directly inIngo Schwarze2019-01-042-4/+20
* Oops, i forgot to adjust this file to the changes in roff.h rev. 1.67.Ingo Schwarze2019-01-041-10/+33
* test the roff(7) .ce and .rj requests;Ingo Schwarze2019-01-044-2/+43
* Rewrite the line filling function for terminal output yet again.Ingo Schwarze2019-01-031-179/+253
* Support taking the -O tag value from apropos(1) key=value search terms;Ingo Schwarze2019-01-012-12/+29
* Correctly set the ROFF_NOFILL parser flag for .Bd .Ed .Sh, suchIngo Schwarze2019-01-012-44/+49
* display the NODE_NOFILL flag indicating no-fill modeIngo Schwarze2019-01-011-12/+16
* Now that .nf and .fi are implemented in the roff(7) parser and formattersIngo Schwarze2019-01-012-35/+47
* drop flag HTML_LITERAL which is no longer usedIngo Schwarze2018-12-311-2/+1
* Cleanup, minus 25 LOC, no functional change:Ingo Schwarze2018-12-311-48/+7
* Cleanup, no functional change:Ingo Schwarze2018-12-311-13/+4
* Cleanup, no functional change:Ingo Schwarze2018-12-314-27/+6
* oops, one change ROFF_NOFILL -> NODE_NOFILL was forgotten in rev. 1.17Ingo Schwarze2018-12-311-2/+2
* catch up with the changed order of warnings;Ingo Schwarze2018-12-312-2/+2
* Use the new flag NODE_NOFILL in the validators, which is sometimesIngo Schwarze2018-12-314-17/+26
* Store the fill mode with a new flag NODE_NOFILL in every node,Ingo Schwarze2018-12-312-9/+14
* For .EX and .EE, set the fill mode parser state directly in theIngo Schwarze2018-12-311-1/+6
* Cleanup, no functional change:Ingo Schwarze2018-12-314-12/+11
* Move parsing of the .nf and .fi (fill mode) requests from the man(7)Ingo Schwarze2018-12-3111-91/+105
* Cleanup, minus 15 LOC, no functional change:Ingo Schwarze2018-12-3112-53/+30
* Cleanup, no functional change:Ingo Schwarze2018-12-3031-337/+301
* add some notes about using col(1) and ul(1) to process the ascii markupIngo Schwarze2018-12-281-2/+9
* bugfix: make the static class buffer long enoughIngo Schwarze2018-12-251-2/+2
* mandoc.css lives in /usr/share/misc now; use full paths to indicate this.Ingo Schwarze2018-12-241-9/+9
* Finally, stop abusing .Ss and .Sx to mark up macros, use .Ic insteadIngo Schwarze2018-12-231-796/+683
* Simplify and clarify instructions for .Ql, and deprecate .Li.Ingo Schwarze2018-12-231-35/+21
* Deprecate .Lp, use .Pp instead.Ingo Schwarze2018-12-231-4/+4
* In the TOC, close <a> before opening <ul>.Ingo Schwarze2018-12-221-2/+3
* merge a test update from OpenBSD that was forgotten in AprilIngo Schwarze2018-12-212-1/+11