Age | Commit message (Expand) | Author |
2023-11-13 | Reduce the man(7) default global indentation from 7n, which was an oddity | Ingo Schwarze |
2023-10-24 | Implement the man(7) .MR macro, a 2023 GNU extension. | Ingo Schwarze |
2023-04-28 | Do not rewrite MAN_LP and MAN_P to MAN_PP because doing that causes | Ingo Schwarze |
2022-08-28 | Stop unconditionally emitting vertical space before .TS (table start). | Ingo Schwarze |
2022-08-16 | When starting a new input line, even when continuing the same output | Ingo Schwarze |
2022-08-15 | Simplify handling of no-fill mode in man(7) by inspecting NODE_NOFILL | Ingo Schwarze |
2022-08-15 | In GNU, Heirloom, and Plan 9 roff, tab positions apply to *input* lines, | Ingo Schwarze |
2022-04-27 | The .AT, .DT, and .UC macros are allowed inside next-line scope | Ingo Schwarze |
2021-06-28 | In terminal output of man(7) documents, stop printing two extra blank | Ingo Schwarze |
2020-03-13 | Split tagging into a validation part including prioritization | Ingo Schwarze |
2020-02-27 | Introduce the concept of nodes that are semantically transparent: | Ingo Schwarze |
2020-01-20 | Make the code more readable by introducing | Ingo Schwarze |
2019-07-23 | tagging support for .TP and .TQ; try e.g. man -O tag=commit cvs | Ingo Schwarze |
2019-07-22 | Slowly start implementing tagging support for man(7) pages, even | Ingo Schwarze |
2019-07-01 | delete trailing whitespace and space-tab sequences; no code change; | Ingo Schwarze |
2019-06-27 | Improve "man -h" output. | Ingo Schwarze |
2019-01-05 | In groff, when the .SY block macro occurs in no-fill mode, | Ingo Schwarze |
2019-01-05 | minor cleanup, no functional change: | Ingo Schwarze |
2019-01-05 | Some high-level block macros have an effect similar to temporarily | Ingo Schwarze |
2018-12-31 | Cleanup, minus 25 LOC, no functional change: | Ingo Schwarze |
2018-12-31 | Move parsing of the .nf and .fi (fill mode) requests from the man(7) | Ingo Schwarze |
2018-12-30 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-03 | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) | Ingo Schwarze |
2018-08-26 | Support nesting of elements with next-line scope. | Ingo Schwarze |
2018-08-18 | .SY causes a one-column indentation even without any argument | Ingo Schwarze |
2018-08-18 | The .nf/.fi (fill mode) requests never have text children | Ingo Schwarze |
2018-08-18 | Two consecutive .SY blocks only get a blank line in between | Ingo Schwarze |
2018-08-18 | prevent line breaks in the middle of .OP | Ingo Schwarze |
2018-08-18 | implement the GNU man-ext .SY/.YS (synopsis block) macro in man, | Ingo Schwarze |
2018-08-17 | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze |
2018-08-16 | implement the GNU man-ext .TQ macro in man(7), | Ingo Schwarze |
2018-08-14 | support tail arguments on the .ME and .UE macros, | Ingo Schwarze |
2018-06-10 | When formatting man(7) documents that do not contain .SH macros | Ingo Schwarze |
2018-04-11 | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze |
2017-07-31 | Fix an out of bounds read access to a constant array that caused | Ingo Schwarze |
2017-06-25 | Add support for the MT and ME mailto macros, used for example in wg(8). | Anthony J. Bentley |
2017-06-17 | correct handling of blank lines after \c | Ingo Schwarze |
2017-06-17 | properly set the default indentation | Ingo Schwarze |
2017-06-14 | improve rounding rules for scaling units | Ingo Schwarze |
2017-06-08 | make the internal a2roffsu() interface more powerful by returning | Ingo Schwarze |
2017-06-07 | Prepare the terminal driver for filling multiple columns in parallel, | Ingo Schwarze |
2017-06-04 | Implement the roff(7) .mc (right margin character) request. | Ingo Schwarze |
2017-06-04 | Make term_flushln() simpler and more robust: | Ingo Schwarze |
2017-05-09 | Trailing \c suppresses the output line break even if | Ingo Schwarze |
2017-05-07 | implement .DT in terms of .ta; needed for print/ghostview, for example | Ingo Schwarze |
2017-05-07 | Basic implementation of the roff(7) .ta (define tab stops) request. | Ingo Schwarze |
2017-05-05 | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze |
2017-05-05 | move .ll to the roff modules | Ingo Schwarze |
2017-05-05 | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze |