| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops, i forgot to adjust this file to the changes in roff.h rev. 1.67. | Ingo Schwarze | 2019-01-04 | 1 | -9/+32 |
* | test the roff(7) .ce and .rj requests; | Ingo Schwarze | 2019-01-04 | 4 | -2/+43 |
* | Rewrite the line filling function for terminal output yet again. | Ingo Schwarze | 2019-01-03 | 1 | -178/+252 |
* | Support taking the -O tag value from apropos(1) key=value search terms; | Ingo Schwarze | 2019-01-01 | 2 | -9/+26 |
* | Correctly set the ROFF_NOFILL parser flag for .Bd .Ed .Sh, such | Ingo Schwarze | 2019-01-01 | 2 | -42/+47 |
* | display the NODE_NOFILL flag indicating no-fill mode | Ingo Schwarze | 2019-01-01 | 1 | -11/+15 |
* | Now that .nf and .fi are implemented in the roff(7) parser and formatters | Ingo Schwarze | 2019-01-01 | 2 | -31/+43 |
* | drop flag HTML_LITERAL which is no longer used | Ingo Schwarze | 2018-12-31 | 1 | -1/+0 |
* | Cleanup, minus 25 LOC, no functional change: | Ingo Schwarze | 2018-12-31 | 1 | -47/+6 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-31 | 1 | -12/+3 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-31 | 4 | -23/+2 |
* | oops, one change ROFF_NOFILL -> NODE_NOFILL was forgotten in rev. 1.17 | Ingo Schwarze | 2018-12-31 | 1 | -1/+1 |
* | catch up with the changed order of warnings; | Ingo Schwarze | 2018-12-31 | 2 | -2/+2 |
* | Use the new flag NODE_NOFILL in the validators, which is sometimes | Ingo Schwarze | 2018-12-31 | 4 | -13/+22 |
* | Store the fill mode with a new flag NODE_NOFILL in every node, | Ingo Schwarze | 2018-12-31 | 2 | -7/+12 |
* | For .EX and .EE, set the fill mode parser state directly in the | Ingo Schwarze | 2018-12-31 | 1 | -0/+5 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-31 | 4 | -8/+7 |
* | Move parsing of the .nf and .fi (fill mode) requests from the man(7) | Ingo Schwarze | 2018-12-31 | 11 | -80/+94 |
* | Cleanup, minus 15 LOC, no functional change: | Ingo Schwarze | 2018-12-31 | 12 | -41/+18 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-30 | 31 | -306/+270 |
* | add some notes about using col(1) and ul(1) to process the ascii markup | Ingo Schwarze | 2018-12-28 | 1 | -0/+7 |
* | bugfix: make the static class buffer long enough | Ingo Schwarze | 2018-12-25 | 1 | -1/+1 |
* | mandoc.css lives in /usr/share/misc now; use full paths to indicate this. | Ingo Schwarze | 2018-12-24 | 1 | -7/+7 |
* | Finally, stop abusing .Ss and .Sx to mark up macros, use .Ic instead | Ingo Schwarze | 2018-12-23 | 1 | -795/+682 |
* | Simplify and clarify instructions for .Ql, and deprecate .Li. | Ingo Schwarze | 2018-12-23 | 1 | -34/+20 |
* | Deprecate .Lp, use .Pp instead. | Ingo Schwarze | 2018-12-23 | 1 | -2/+2 |
* | In the TOC, close <a> before opening <ul>. | Ingo Schwarze | 2018-12-22 | 1 | -1/+2 |
* | merge a test update from OpenBSD that was forgotten in April | Ingo Schwarze | 2018-12-21 | 2 | -1/+11 |
* | Rename mandoc_getarg() to roff_getarg() and pass it the roff parser | Ingo Schwarze | 2018-12-21 | 35 | -92/+515 |
* | Move the full responsibility for reporting open(2) errors from | Ingo Schwarze | 2018-12-20 | 2 | -6/+8 |
* | Explain what the fields in mandoc messages mean, | Ingo Schwarze | 2018-12-20 | 1 | -3/+19 |
* | Bugfix: | Ingo Schwarze | 2018-12-20 | 4 | -4/+9 |
* | As a first step towards making roff_res() callable from mandoc_getarg(), | Ingo Schwarze | 2018-12-18 | 2 | -96/+97 |
* | The .HP macro was deprecated by groff, and that makes sense | Ingo Schwarze | 2018-12-16 | 1 | -10/+18 |
* | minor polishing, in parts related to functional improvements in the past, | Ingo Schwarze | 2018-12-16 | 1 | -20/+28 |
* | s/OpenBSD/Id/ in CVS Ids | Ingo Schwarze | 2018-12-16 | 3 | -3/+3 |
* | Yet another round of improvements to manual font selection. | Ingo Schwarze | 2018-12-16 | 23 | -163/+252 |
* | Several improvements to escape sequence handling. | Ingo Schwarze | 2018-12-15 | 40 | -128/+507 |
* | zap trailing whitespace; from jmc@ | Ingo Schwarze | 2018-12-14 | 1 | -1/+1 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-14 | 14 | -63/+19 |
* | Almost mechanical diff to remove the "struct mparse *" argument | Ingo Schwarze | 2018-12-14 | 19 | -566/+424 |
* | Fold mparse_parse_buffer() into mparse_readfd(), making the code | Ingo Schwarze | 2018-12-14 | 1 | -40/+41 |
* | Delete the function mparse_readmem() that has been unused for almost a | Ingo Schwarze | 2018-12-14 | 2 | -15/+0 |
* | Major cleanup; may imply minor changes in edge cases of error reporting. | Ingo Schwarze | 2018-12-14 | 24 | -477/+426 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 23 | -116/+148 |
* | libmdoc.h no longer needs mdoc.h | Ingo Schwarze | 2018-12-13 | 2 | -14/+9 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 4 | -85/+50 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 4 | -10/+26 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 11 | -86/+117 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 7 | -98/+117 |