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