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