| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | new test for an empty text block; from rea@ via bapt@ (FreeBSD) | Ingo Schwarze | 2019-07-18 | 3 | -2/+44 |
* | When parsing a tab character that is not preceded by a space character | Ingo Schwarze | 2019-07-11 | 4 | -5/+6 |
* | delete trailing whitespace and space-tab sequences; no code change; | Ingo Schwarze | 2019-07-01 | 1 | -1/+1 |
* | Do not access a NULL pointer if a table contains a horizontal line | Ingo Schwarze | 2019-06-11 | 3 | -2/+99 |
* | In HTML output, allow switching the desired font for subsequent | Ingo Schwarze | 2019-04-30 | 1 | -5/+4 |
* | When calling an empty macro, do not clobber existing arguments. | Ingo Schwarze | 2019-04-21 | 3 | -3/+30 |
* | Implement the roff .break request (break out of a .while loop). | Ingo Schwarze | 2019-04-21 | 3 | -2/+27 |
* | Automatically detect whether diff(1) supports the -a option. | Ingo Schwarze | 2019-03-10 | 1 | -0/+1 |
* | mention Solaris BUGS in regress.pl(1) | Ingo Schwarze | 2019-03-06 | 1 | -0/+18 |
* | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements | Ingo Schwarze | 2019-03-01 | 6 | -1/+17 |
* | Let roff_getname() end the roff identifier at a tab character | Ingo Schwarze | 2019-02-06 | 17 | -15/+199 |
* | Since resetting of offsets works quite differently in man(7) and mdoc(7), | Ingo Schwarze | 2019-01-31 | 3 | -2/+29 |
* | Test handling of escaped backslashes because the code related to | Ingo Schwarze | 2019-01-17 | 5 | -2/+97 |
* | Remove the HTML title= attributes which harmed accessibility and | Ingo Schwarze | 2019-01-11 | 6 | -19/+18 |
* | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features) | Ingo Schwarze | 2019-01-07 | 35 | -60/+450 |
* | Finally, represent the man(7) .PP and .HP macros by the natural | Ingo Schwarze | 2019-01-06 | 28 | -45/+380 |
* | In no-fill mode, avoid bogus blank lines in two situations: | Ingo Schwarze | 2019-01-05 | 2 | -1/+33 |
* | In groff, when the .SY block macro occurs in no-fill mode, | Ingo Schwarze | 2019-01-05 | 4 | -2/+66 |
* | Slowly start doing more HTML output tests, in this case for the | Ingo Schwarze | 2019-01-05 | 4 | -12/+44 |
* | Test interaction of low-level roff(7) filling requests with .Bd in general | Ingo Schwarze | 2019-01-04 | 7 | -12/+97 |
* | test the roff(7) .ce and .rj requests; | Ingo Schwarze | 2019-01-04 | 4 | -2/+43 |
* | catch up with the changed order of warnings; | Ingo Schwarze | 2018-12-31 | 2 | -2/+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 | 29 | -31/+365 |
* | Bugfix: | Ingo Schwarze | 2018-12-20 | 3 | -3/+8 |
* | Yet another round of improvements to manual font selection. | Ingo Schwarze | 2018-12-16 | 10 | -34/+79 |
* | Several improvements to escape sequence handling. | Ingo Schwarze | 2018-12-15 | 27 | -58/+303 |
* | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all | Ingo Schwarze | 2018-12-04 | 8 | -4/+19 |
* | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) | Ingo Schwarze | 2018-12-03 | 1 | -2/+2 |
* | When a conditional block is closed by putting "\}" on a text line | Ingo Schwarze | 2018-11-26 | 3 | -4/+30 |
* | Render the eqn(7) "sqrt" function as U+221A in UTF-8 output. | Ingo Schwarze | 2018-10-02 | 2 | -4/+4 |
* | Rudimentary implementation of the roff(7) .char (output glyph | Ingo Schwarze | 2018-08-25 | 7 | -2/+61 |
* | If man(7) next-line scope is open and the line ends with \c, | Ingo Schwarze | 2018-08-25 | 2 | -3/+29 |
* | Rudimentary implementation of the roff(7) .while request. | Ingo Schwarze | 2018-08-24 | 16 | -2/+182 |
* | Implement the roff(7) .shift and .return requests, | Ingo Schwarze | 2018-08-23 | 14 | -8/+184 |
* | Improve the ASCII rendering of \(Po (Pound Sterling) | Ingo Schwarze | 2018-08-21 | 16 | -90/+86 |
* | Fix some issues found looking at groff_char(7): | Ingo Schwarze | 2018-08-21 | 8 | -12/+12 |
* | Disable one test for now that is broken after the addition of \). | Ingo Schwarze | 2018-08-19 | 2 | -4/+3 |
* | Implement the \*(.T predefined string (interpolate device name) | Ingo Schwarze | 2018-08-16 | 6 | -1/+90 |
* | support tail arguments on the .ME and .UE macros, | Ingo Schwarze | 2018-08-14 | 6 | -16/+33 |
* | Two new low-level roff(7) features: | Ingo Schwarze | 2018-04-10 | 3 | -1/+50 |
* | When accessing an undefined number register, define it to be zero, like | Ingo Schwarze | 2018-04-09 | 3 | -1/+46 |
* | Using an undefined string or macro will cause it to be defined as empty. | Ingo Schwarze | 2018-04-09 | 4 | -2/+110 |
* | fix wrong date | Ingo Schwarze | 2018-02-07 | 2 | -2/+2 |
* | Delete the "no blank before trailing delimiter" check from the | Ingo Schwarze | 2018-02-06 | 9 | -15/+0 |
* | Remove the implicit display feature of .Lk because it was inconsistent | Ingo Schwarze | 2018-01-13 | 1 | -3/+2 |
* | eliminate white space after opening and before closing punctuation | Ingo Schwarze | 2017-08-23 | 3 | -4/+4 |
* | Suppress spacing before certain kinds of lists. | Ingo Schwarze | 2017-08-23 | 1 | -1/+1 |
* | Improve ASCII rendering of a few rare character escape sequences | Ingo Schwarze | 2017-08-23 | 2 | -6/+6 |
* | catch up with ASCII renderings in chars.c rev. 1.72 | Ingo Schwarze | 2017-08-23 | 21 | -113/+118 |