Age | Commit message (Expand) | Author |
2022-08-16 | Adjust desired output after the bugfix man.c rev. 1.137. | Ingo Schwarze |
2022-08-16 | Adjust the desired output after the improvements in term.c rev. 1.150. | Ingo Schwarze |
2022-08-02 | Reorganize the tests that require custom command line options | Ingo Schwarze |
2022-06-08 | Surprisingly, every escape sequence can also be used as an argument | Ingo Schwarze |
2022-06-07 | Split the excessively generic diagnostic message "invalid escape sequence" | Ingo Schwarze |
2022-06-06 | adjust two desired error messages after roff_escape.c rev. 1.11 | Ingo Schwarze |
2022-06-05 | With the improved escape sequence parser, it becomes easy to also improve | Ingo Schwarze |
2022-06-03 | oops, update forgotten date in the footer | Ingo Schwarze |
2022-06-03 | During identifier parsing, handle undefined escape sequences | Ingo Schwarze |
2022-05-30 | Dummy implementation of the roff(7) \V (interpolate environment variable) | Ingo Schwarze |
2022-05-20 | Re-classify the roff(7) \r (reverse line feed) escape sequence | Ingo Schwarze |
2022-05-20 | Test the handling of some additional one-character escape sequences | Ingo Schwarze |
2022-05-19 | following the fixed parsing direction of roff_expand() in roff.c rev. 1.260, | Ingo Schwarze |
2022-05-19 | Adjust a column number in an error message | Ingo Schwarze |
2022-05-19 | fix a wrong column number that got fixed as a side effect | Ingo Schwarze |
2022-05-19 | remove a bogus warning that went away as a side effect | Ingo Schwarze |
2022-05-01 | Split a new function roff_parse_comment() out of roff_expand() because this | Ingo Schwarze |
2022-04-30 | Provide a new function roff_req_or_macro() to parse and handle a request | Ingo Schwarze |
2022-04-28 | The syntax of the roff(7) .mc request is quite special | Ingo Schwarze |
2022-04-27 | Fix three bugs regarding the interaction of \z and \h: | Ingo Schwarze |
2022-04-24 | If a .shift request has a negative argument, do not use a negative array | Ingo Schwarze |
2022-04-13 | Surprisingly, groff supports multiple copy mode escapes at the | Ingo Schwarze |
2021-08-10 | Support two-character font names (BI, CW, CR, CB, CI) | Ingo Schwarze |
2021-06-28 | delete the two pairs of extra blank lines from expected man(7) terminal | Ingo Schwarze |
2020-12-21 | Rename syntax test of the \O escape sequence (suppress output groff | Ingo Schwarze |
2020-10-24 | Treat \*[.T] in the same way as \*(.T rather than calling abort(3). | Ingo Schwarze |
2020-10-16 | In HTML output, avoid printing a newline right after <pre> | Ingo Schwarze |
2020-09-03 | oops, i tripped over $Mdocdate$ again; so sync the date after the commit | Ingo Schwarze |
2020-09-03 | Fix two issues with .po (page offset) formatting: | Ingo Schwarze |
2020-09-03 | If .ti had an excessive argument, using it was attempted, in some | Ingo Schwarze |
2020-09-02 | Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode. | Ingo Schwarze |
2020-08-03 | Put the code handling \} into a new function roff_cond_checkend() | Ingo Schwarze |
2020-07-30 | bluhm@ has been pointing out for a long time that the mandoc test suite | Ingo Schwarze |
2019-09-03 | adapt to new <p> output logic (html.c rev. 1.131) | Ingo Schwarze |
2019-04-30 | In HTML output, allow switching the desired font for subsequent | Ingo Schwarze |
2019-04-21 | When calling an empty macro, do not clobber existing arguments. | Ingo Schwarze |
2019-04-21 | Implement the roff .break request (break out of a .while loop). | Ingo Schwarze |
2019-03-01 | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements | Ingo Schwarze |
2019-02-06 | Let roff_getname() end the roff identifier at a tab character | Ingo Schwarze |
2019-01-17 | Test handling of escaped backslashes because the code related to | Ingo Schwarze |
2019-01-07 | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features) | Ingo Schwarze |
2019-01-06 | Finally, represent the man(7) .PP and .HP macros by the natural | Ingo Schwarze |
2019-01-04 | test the roff(7) .ce and .rj requests; | Ingo Schwarze |
2018-12-21 | Rename mandoc_getarg() to roff_getarg() and pass it the roff parser | Ingo Schwarze |
2018-12-16 | make test output less ugly | Ingo Schwarze |
2018-12-15 | Yet another round of improvements to manual font selection. | Ingo Schwarze |
2018-12-15 | Several improvements to escape sequence handling. | Ingo Schwarze |
2018-12-04 | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all | Ingo Schwarze |
2018-11-26 | When a conditional block is closed by putting "\}" on a text line | Ingo Schwarze |
2018-08-25 | oops, hook up the tests for the roff(7) .char request | Ingo Schwarze |