summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* catch up with the changed order of warnings;Ingo Schwarze2018-12-312-2/+2
* Use the new flag NODE_NOFILL in the validators, which is sometimesIngo Schwarze2018-12-314-13/+22
* Store the fill mode with a new flag NODE_NOFILL in every node,Ingo Schwarze2018-12-312-7/+12
* For .EX and .EE, set the fill mode parser state directly in theIngo Schwarze2018-12-311-0/+5
* Cleanup, no functional change:Ingo Schwarze2018-12-314-8/+7
* Move parsing of the .nf and .fi (fill mode) requests from the man(7)Ingo Schwarze2018-12-3111-80/+94
* Cleanup, minus 15 LOC, no functional change:Ingo Schwarze2018-12-3112-41/+18
* Cleanup, no functional change:Ingo Schwarze2018-12-3031-306/+270
* add some notes about using col(1) and ul(1) to process the ascii markupIngo Schwarze2018-12-281-0/+7
* bugfix: make the static class buffer long enoughIngo Schwarze2018-12-251-1/+1
* mandoc.css lives in /usr/share/misc now; use full paths to indicate this.Ingo Schwarze2018-12-241-7/+7
* Finally, stop abusing .Ss and .Sx to mark up macros, use .Ic insteadIngo Schwarze2018-12-231-795/+682
* Simplify and clarify instructions for .Ql, and deprecate .Li.Ingo Schwarze2018-12-231-34/+20
* Deprecate .Lp, use .Pp instead.Ingo Schwarze2018-12-231-2/+2
* In the TOC, close <a> before opening <ul>.Ingo Schwarze2018-12-221-1/+2
* merge a test update from OpenBSD that was forgotten in AprilIngo Schwarze2018-12-212-1/+11
* Rename mandoc_getarg() to roff_getarg() and pass it the roff parserIngo Schwarze2018-12-2135-92/+515
* Move the full responsibility for reporting open(2) errors fromIngo Schwarze2018-12-202-6/+8
* Explain what the fields in mandoc messages mean,Ingo Schwarze2018-12-201-3/+19
* Bugfix:Ingo Schwarze2018-12-204-4/+9
* As a first step towards making roff_res() callable from mandoc_getarg(),Ingo Schwarze2018-12-182-96/+97
* The .HP macro was deprecated by groff, and that makes senseIngo Schwarze2018-12-161-10/+18
* minor polishing, in parts related to functional improvements in the past,Ingo Schwarze2018-12-161-20/+28
* s/OpenBSD/Id/ in CVS IdsIngo Schwarze2018-12-163-3/+3
* Yet another round of improvements to manual font selection.Ingo Schwarze2018-12-1623-163/+252