summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsIngo Schwarze2019-03-0112-23/+47
* Format multiple subsequent .IP or multiple subsequent .TP/.TQIngo Schwarze2019-02-282-7/+28
* Explain the ASCII rendering of single quotes because that repeatedlyIngo Schwarze2019-02-231-0/+11
* The horizontal line in a data cell containing only "_" or "="Ingo Schwarze2019-02-091-47/+44
* add a BUGS section explaining the situation with box and line drawingIngo Schwarze2019-02-091-1/+15
* ignore empty request lines in the table data reader;Ingo Schwarze2019-02-091-9/+22
* fix typo: "a data cells" -> "a data cell"; from bentley@Ingo Schwarze2019-02-081-1/+1
* style improvement from jmc@, no output change;Ingo Schwarze2019-02-071-4/+2
* Remove the misleading statement ".No takes no arguments".Ingo Schwarze2019-02-061-2/+2
* Let roff_getname() end the roff identifier at a tab characterIngo Schwarze2019-02-0618-22/+217
* adjust style and comments in roff_getname(); no functional changeIngo Schwarze2019-02-061-11/+14
* Relax overzealous PATH_INFO validation.Ingo Schwarze2019-01-311-1/+1
* Since resetting of offsets works quite differently in man(7) and mdoc(7),Ingo Schwarze2019-01-313-2/+29
* Fix tbl(7) centering in mdoc(7) documents.Ingo Schwarze2019-01-311-3/+7
* The .UR and .MT blocks in man(7) are represented by <a> elementsIngo Schwarze2019-01-184-55/+70
* Delete several entries that were already fixed.Ingo Schwarze2019-01-171-28/+1
* 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-2/+3
* Improve error reporting when a file given on the command lineIngo Schwarze2019-01-112-3/+5
* do not access a NULL pointer when formatting a completely empty documentIngo Schwarze2019-01-112-3/+3
* Remove the HTML title= attributes which harmed accessibility andIngo Schwarze2019-01-1111-78/+140
* After years of gnashing of teeth, i finally found a way to avoidIngo Schwarze2019-01-102-13/+6
* Initializers for file-scope static variables should be compile-timeIngo Schwarze2019-01-102-2/+3
* Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze2019-01-0741-181/+618
* Finally, represent the man(7) .PP and .HP macros by the naturalIngo Schwarze2019-01-0633-117/+461
* In no-fill mode, avoid bogus blank lines in two situations:Ingo Schwarze2019-01-053-3/+35
* In groff, when the .SY block macro occurs in no-fill mode,Ingo Schwarze2019-01-055-3/+69
* 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-1/+4
* minor cleanup, no functional change:Ingo Schwarze2019-01-051-23/+15
* Now that the NODE_NOFILL flag in the syntax tree is accurate,Ingo Schwarze2019-01-054-119/+70
* no-fill mode has to be suspended during tbl(7) rendering, tooIngo Schwarze2019-01-051-0/+2
* minor cleanup, no functional change:Ingo Schwarze2019-01-051-81/+64
* Some high-level block macros have an effect similar to temporarilyIngo Schwarze2019-01-055-11/+17
* Test interaction of low-level roff(7) filling requests with .Bd in generalIngo Schwarze2019-01-047-12/+97
* Two functional improvements to filling in terminal output.Ingo Schwarze2019-01-042-70/+43
* Simplify the roff(7) .ce and .rj terminal formatter by using theIngo Schwarze2019-01-041-14/+3
* Implement centering and adjustment to the right margin directly inIngo Schwarze2019-01-042-2/+18
* Oops, i forgot to adjust this file to the changes in roff.h rev. 1.67.Ingo Schwarze2019-01-041-9/+32
* 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-178/+252
* Support taking the -O tag value from apropos(1) key=value search terms;Ingo Schwarze2019-01-012-9/+26
* Correctly set the ROFF_NOFILL parser flag for .Bd .Ed .Sh, suchIngo Schwarze2019-01-012-42/+47
* display the NODE_NOFILL flag indicating no-fill modeIngo Schwarze2019-01-011-11/+15
* Now that .nf and .fi are implemented in the roff(7) parser and formattersIngo Schwarze2019-01-012-31/+43
* drop flag HTML_LITERAL which is no longer usedIngo Schwarze2018-12-311-1/+0
* Cleanup, minus 25 LOC, no functional change:Ingo Schwarze2018-12-311-47/+6
* Cleanup, no functional change:Ingo Schwarze2018-12-311-12/+3
* Cleanup, no functional change:Ingo Schwarze2018-12-314-23/+2
* oops, one change ROFF_NOFILL -> NODE_NOFILL was forgotten in rev. 1.17Ingo Schwarze2018-12-311-1/+1