| Commit message (Expand) | Author | Age | Files | Lines |
* | adjust style and comments in roff_getname(); no functional change | Ingo Schwarze | 2019-02-06 | 1 | -11/+14 |
* | Relax overzealous PATH_INFO validation. | Ingo Schwarze | 2019-01-31 | 1 | -1/+1 |
* | Since resetting of offsets works quite differently in man(7) and mdoc(7), | Ingo Schwarze | 2019-01-31 | 3 | -2/+29 |
* | Fix tbl(7) centering in mdoc(7) documents. | Ingo Schwarze | 2019-01-31 | 1 | -3/+7 |
* | The .UR and .MT blocks in man(7) are represented by <a> elements | Ingo Schwarze | 2019-01-18 | 4 | -55/+70 |
* | Delete several entries that were already fixed. | Ingo Schwarze | 2019-01-17 | 1 | -28/+1 |
* | Test handling of escaped backslashes because the code related to | Ingo Schwarze | 2019-01-17 | 5 | -2/+97 |
* | In PostScript and PDF output, one AFM unit is not nearly enough | Ingo Schwarze | 2019-01-15 | 1 | -2/+3 |
* | Improve error reporting when a file given on the command line | Ingo Schwarze | 2019-01-11 | 2 | -3/+5 |
* | do not access a NULL pointer when formatting a completely empty document | Ingo Schwarze | 2019-01-11 | 2 | -3/+3 |
* | Remove the HTML title= attributes which harmed accessibility and | Ingo Schwarze | 2019-01-11 | 11 | -78/+140 |
* | After years of gnashing of teeth, i finally found a way to avoid | Ingo Schwarze | 2019-01-10 | 2 | -13/+6 |
* | Initializers for file-scope static variables should be compile-time | Ingo Schwarze | 2019-01-10 | 2 | -2/+3 |
* | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features) | Ingo Schwarze | 2019-01-07 | 41 | -181/+618 |
* | Finally, represent the man(7) .PP and .HP macros by the natural | Ingo Schwarze | 2019-01-06 | 33 | -117/+461 |
* | In no-fill mode, avoid bogus blank lines in two situations: | Ingo Schwarze | 2019-01-05 | 3 | -3/+35 |
* | In groff, when the .SY block macro occurs in no-fill mode, | Ingo Schwarze | 2019-01-05 | 5 | -3/+69 |
* | Slowly start doing more HTML output tests, in this case for the | Ingo Schwarze | 2019-01-05 | 4 | -12/+44 |
* | In HTML output, man(7) .RS blocks get formatted as <div class="Bd-indent">, | Ingo Schwarze | 2019-01-05 | 1 | -1/+4 |
* | minor cleanup, no functional change: | Ingo Schwarze | 2019-01-05 | 1 | -23/+15 |
* | Now that the NODE_NOFILL flag in the syntax tree is accurate, | Ingo Schwarze | 2019-01-05 | 4 | -119/+70 |
* | no-fill mode has to be suspended during tbl(7) rendering, too | Ingo Schwarze | 2019-01-05 | 1 | -0/+2 |
* | minor cleanup, no functional change: | Ingo Schwarze | 2019-01-05 | 1 | -81/+64 |
* | Some high-level block macros have an effect similar to temporarily | Ingo Schwarze | 2019-01-05 | 5 | -11/+17 |
* | Test interaction of low-level roff(7) filling requests with .Bd in general | Ingo Schwarze | 2019-01-04 | 7 | -12/+97 |
* | Two functional improvements to filling in terminal output. | Ingo Schwarze | 2019-01-04 | 2 | -70/+43 |
* | Simplify the roff(7) .ce and .rj terminal formatter by using the | Ingo Schwarze | 2019-01-04 | 1 | -14/+3 |
* | Implement centering and adjustment to the right margin directly in | Ingo Schwarze | 2019-01-04 | 2 | -2/+18 |
* | 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 |