Age | Commit message (Expand) | Author |
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 |
2018-12-31 | Store the fill mode with a new flag NODE_NOFILL in every node, | Ingo Schwarze |
2018-12-31 | For .EX and .EE, set the fill mode parser state directly in the | Ingo Schwarze |
2018-12-31 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-31 | Move parsing of the .nf and .fi (fill mode) requests from the man(7) | Ingo Schwarze |
2018-12-31 | Cleanup, minus 15 LOC, no functional change: | Ingo Schwarze |
2018-12-30 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-27 | add some notes about using col and ul to process the ascii markup | Ted Unangst |
2018-12-25 | bugfix: make the static class buffer long enough | Ingo Schwarze |
2018-12-24 | mandoc.css lives in /usr/share/misc now; use full paths to indicate this. | Ted Unangst |
2018-12-24 | install /usr/share/misc/mandoc.css | Ingo Schwarze |
2018-12-22 | In the TOC, close <a> before opening <ul>. | Ingo Schwarze |
2018-12-21 | Rename mandoc_getarg() to roff_getarg() and pass it the roff parser | Ingo Schwarze |
2018-12-20 | Move the full responsibility for reporting open(2) errors from | Ingo Schwarze |
2018-12-20 | Explain what the fields in mandoc messages mean, | Ingo Schwarze |
2018-12-20 | Bugfix: | Ingo Schwarze |
2018-12-18 | As a first step towards making roff_res() callable from mandoc_getarg(), | Ingo Schwarze |
2018-12-15 | Yet another round of improvements to manual font selection. | Ingo Schwarze |
2018-12-15 | Several improvements to escape sequence handling. | Ingo Schwarze |
2018-12-14 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-14 | Almost mechanical diff to remove the "struct mparse *" argument | Ingo Schwarze |
2018-12-14 | Fold mparse_parse_buffer() into mparse_readfd(), making the code | Ingo Schwarze |
2018-12-14 | Major cleanup; may imply minor changes in edge cases of error reporting. | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | libmdoc.h no longer needs mdoc.h | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |