summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2019-03-11mark check_abort() and post_abort() as __dead;Ingo Schwarze
2019-03-09Mention mandoc.db(5), makewhatis(8), and weekly(8).Ingo Schwarze
2019-03-06drop redundant '0' flag from "%02.2X" format string;Ingo Schwarze
2019-03-06man.cgi also needs to link arch.o; forgotten in rev. 1.116Ingo Schwarze
2019-03-04For TIOCGWINSZ, #include <termios.h> rather than <sys/termios.h>Ingo Schwarze
2019-03-04When the -S option is given to man(1) and the requested manual pageIngo Schwarze
2019-03-04Fix the last straggler where the struct roff_node "line" memberIngo Schwarze
2019-03-03Reset HTML formatter state, in particular the id_unique hash,Ingo Schwarze
2019-03-02Represent multiple subsequent .IP blocks having a consistentIngo Schwarze
2019-03-01Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsIngo Schwarze
2019-02-28Format multiple subsequent .IP or multiple subsequent .TP/.TQIngo Schwarze
2019-02-24Remove -S from install commandskn
2019-02-23Explain the ASCII rendering of single quotes because that repeatedlyIngo Schwarze
2019-02-09The horizontal line in a data cell containing only "_" or "="Ingo Schwarze
2019-02-09ignore empty request lines in the table data reader;Ingo Schwarze
2019-02-06Let roff_getname() end the roff identifier at a tab characterIngo Schwarze
2019-02-06adjust style and comments in roff_getname(); no functional changeIngo Schwarze
2019-01-31Relax overzealous PATH_INFO validation.Ingo Schwarze
2019-01-31Fix tbl(7) centering in mdoc(7) documents.Ingo Schwarze
2019-01-18The .UR and .MT blocks in man(7) are represented by <a> elementsIngo Schwarze
2019-01-15In PostScript and PDF output, one AFM unit is not nearly enoughIngo Schwarze
2019-01-11Improve error reporting when a file given on the command lineIngo Schwarze
2019-01-11do not access a NULL pointer when formatting a completely empty documentIngo Schwarze
2019-01-11Remove the HTML title= attributes which harmed accessibility andIngo Schwarze
2019-01-10After years of gnashing of teeth, i finally found a way to avoidIngo Schwarze
2019-01-10Initializers for file-scope static variables should be compile-timeIngo Schwarze
2019-01-07Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze
2019-01-06Finally, represent the man(7) .PP and .HP macros by the naturalIngo Schwarze
2019-01-05In no-fill mode, avoid bogus blank lines in two situations:Ingo Schwarze
2019-01-05In groff, when the .SY block macro occurs in no-fill mode,Ingo Schwarze
2019-01-05In HTML output, man(7) .RS blocks get formatted as <div class="Bd-indent">,Ingo Schwarze
2019-01-05minor cleanup, no functional change:Ingo Schwarze
2019-01-05Now that the NODE_NOFILL flag in the syntax tree is accurate,Ingo Schwarze
2019-01-05no-fill mode has to be suspended during tbl(7) rendering, tooIngo Schwarze
2019-01-05minor cleanup, no functional change:Ingo Schwarze
2019-01-05Some high-level block macros have an effect similar to temporarilyIngo Schwarze
2019-01-04Two functional improvements to filling in terminal output.Ingo Schwarze
2019-01-04Simplify the roff(7) .ce and .rj terminal formatter by using theIngo Schwarze
2019-01-04Implement centering and adjustment to the right margin directly inIngo Schwarze
2019-01-04Oops, i forgot to adjust this file to the changes in roff.h rev. 1.49.Ingo Schwarze
2019-01-03Rewrite the line filling function for terminal output yet again.Ingo Schwarze
2019-01-01Support taking the -O tag value from apropos(1) key=value search terms;Ingo Schwarze
2019-01-01Correctly set the ROFF_NOFILL parser flag for .Bd .Ed .Sh, suchIngo Schwarze
2019-01-01display the NODE_NOFILL flag indicating no-fill modeIngo Schwarze
2018-12-31drop flag HTML_LITERAL which is no longer usedIngo Schwarze
2018-12-31Cleanup, minus 25 LOC, no functional change:Ingo Schwarze
2018-12-31Cleanup, no functional change:Ingo Schwarze
2018-12-31Cleanup, no functional change:Ingo Schwarze
2018-12-31oops, one change ROFF_NOFILL -> NODE_NOFILL was forgotten in rev. 1.17Ingo Schwarze
2018-12-31Use the new flag NODE_NOFILL in the validators, which is sometimesIngo Schwarze