aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Support taking the -O tag value from apropos(1) key=value search terms;Ingo Schwarze2019-01-012-12/+29
* Correctly set the ROFF_NOFILL parser flag for .Bd .Ed .Sh, suchIngo Schwarze2019-01-012-44/+49
* display the NODE_NOFILL flag indicating no-fill modeIngo Schwarze2019-01-011-12/+16
* Now that .nf and .fi are implemented in the roff(7) parser and formattersIngo Schwarze2019-01-012-35/+47
* drop flag HTML_LITERAL which is no longer usedIngo Schwarze2018-12-311-2/+1
* Cleanup, minus 25 LOC, no functional change:Ingo Schwarze2018-12-311-48/+7
* Cleanup, no functional change:Ingo Schwarze2018-12-311-13/+4
* Cleanup, no functional change:Ingo Schwarze2018-12-314-27/+6
* oops, one change ROFF_NOFILL -> NODE_NOFILL was forgotten in rev. 1.17Ingo Schwarze2018-12-311-2/+2
* 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-17/+26
* Store the fill mode with a new flag NODE_NOFILL in every node,Ingo Schwarze2018-12-312-9/+14
* For .EX and .EE, set the fill mode parser state directly in theIngo Schwarze2018-12-311-1/+6
* Cleanup, no functional change:Ingo Schwarze2018-12-314-12/+11
* Move parsing of the .nf and .fi (fill mode) requests from the man(7)Ingo Schwarze2018-12-3111-91/+105
* Cleanup, minus 15 LOC, no functional change:Ingo Schwarze2018-12-3112-53/+30
* Cleanup, no functional change:Ingo Schwarze2018-12-3031-337/+301
* add some notes about using col(1) and ul(1) to process the ascii markupIngo Schwarze2018-12-281-2/+9
* bugfix: make the static class buffer long enoughIngo Schwarze2018-12-251-2/+2
* mandoc.css lives in /usr/share/misc now; use full paths to indicate this.Ingo Schwarze2018-12-241-9/+9
* Finally, stop abusing .Ss and .Sx to mark up macros, use .Ic insteadIngo Schwarze2018-12-231-796/+683
* Simplify and clarify instructions for .Ql, and deprecate .Li.Ingo Schwarze2018-12-231-35/+21
* Deprecate .Lp, use .Pp instead.Ingo Schwarze2018-12-231-4/+4
* In the TOC, close <a> before opening <ul>.Ingo Schwarze2018-12-221-2/+3
* 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-98/+521
* Move the full responsibility for reporting open(2) errors fromIngo Schwarze2018-12-202-8/+10
* Explain what the fields in mandoc messages mean,Ingo Schwarze2018-12-201-5/+21
* Bugfix:Ingo Schwarze2018-12-204-5/+10
* As a first step towards making roff_res() callable from mandoc_getarg(),Ingo Schwarze2018-12-182-98/+99
* The .HP macro was deprecated by groff, and that makes senseIngo Schwarze2018-12-161-12/+20
* minor polishing, in parts related to functional improvements in the past,Ingo Schwarze2018-12-161-21/+29
* s/OpenBSD/Id/ in CVS IdsIngo Schwarze2018-12-163-3/+3
* Yet another round of improvements to manual font selection.Ingo Schwarze2018-12-1623-177/+266
* Several improvements to escape sequence handling.Ingo Schwarze2018-12-1540-143/+522
* zap trailing whitespace; from jmc@Ingo Schwarze2018-12-141-3/+3
* Cleanup, no functional change:Ingo Schwarze2018-12-1414-77/+33
* Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze2018-12-1419-583/+441
* Fold mparse_parse_buffer() into mparse_readfd(), making the codeIngo Schwarze2018-12-141-41/+42
* Delete the function mparse_readmem() that has been unused for almost aIngo Schwarze2018-12-142-17/+2
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-1424-499/+448
* Cleanup, no functional change:Ingo Schwarze2018-12-1323-136/+168
* libmdoc.h no longer needs mdoc.hIngo Schwarze2018-12-132-15/+10
* Cleanup, no functional change:Ingo Schwarze2018-12-134-87/+52
* Cleanup, no functional change:Ingo Schwarze2018-12-134-13/+29
* Cleanup, no functional change:Ingo Schwarze2018-12-1311-94/+125
* Cleanup, no functional change:Ingo Schwarze2018-12-137-101/+120
* Cleanup, no functional change:Ingo Schwarze2018-12-1312-114/+217
* Cleanup, no functional change:Ingo Schwarze2018-12-1215-140/+194
* HTML syntax audit: render \p as <br/>, not as <div>.Ingo Schwarze2018-12-041-5/+2