Age | Commit message (Expand) | Author |
2023-11-13 | Reduce the man(7) default global indentation from 7n, which was an oddity | Ingo Schwarze |
2022-09-11 | Finally expand and delete the macro SCALE_VS_INIT(). | Ingo Schwarze |
2022-08-16 | When starting a new input line, even when continuing the same output | Ingo Schwarze |
2020-04-06 | Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It. | Ingo Schwarze |
2020-03-13 | Split tagging into a validation part including prioritization | Ingo Schwarze |
2020-02-27 | Fully support explicit tagging of .Sh and .Ss. | 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 |
2020-01-19 | Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a place | Ingo Schwarze |
2019-06-27 | Improve "man -h" output. | Ingo Schwarze |
2019-06-03 | Initialize the local variable "act" in print_mdoc_node(). | Ingo Schwarze |
2019-01-04 | Two functional improvements to filling in terminal output. | 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-17 | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze |
2018-04-11 | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze |
2018-04-05 | use the portable \(lq and \(rq internally rather than \(Lq and \(Rq | Ingo Schwarze |
2018-01-13 | Remove the implicit display feature of .Lk because it was inconsistent | 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-06-01 | Minimal implementation of the \h (horizontal motion) escape sequence. | Ingo Schwarze |
2017-05-30 | fix formatting of intermediate punctuation in .Lk | Ingo Schwarze |
2017-05-09 | Trailing \c suppresses the output line break even if | 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 |
2017-05-04 | Start roff formatter modules for HTML and termininal output, | Ingo Schwarze |
2017-05-04 | Parser reorg: | Ingo Schwarze |
2017-04-24 | Continue parser unification: | Ingo Schwarze |
2017-04-17 | Fix handling of trailing punctuation in .Lk. | Ingo Schwarze |
2017-04-14 | Show long .Lk URIs in like an indented display, similar to groff. | Ingo Schwarze |
2017-04-14 | Do not make the colon after the .Lk link text italic. | Ingo Schwarze |
2017-02-17 | Use typographic quotes rather than '"' for .Rs %T (no change for -Tascii | Ingo Schwarze |
2017-02-16 | Surprisingly, groff does not support scaling units in .Bl -column | Ingo Schwarze |
2017-02-16 | Remove the ENDBODY_NOSPACE flag, simplifying the code. | Ingo Schwarze |
2017-02-06 | The .Nm macro does not only use the default name when it has no | Ingo Schwarze |
2017-02-04 | Do not fix the default indent for all subsequent files; some may use | Ingo Schwarze |
2017-01-11 | Do text production for .Bt, .Ex, .Rv, .Ud at the validation stage | Ingo Schwarze |
2017-01-10 | Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At. | Ingo Schwarze |
2017-01-10 | For the .Ux/.Ox family of macros, do text production at the validation | Ingo Schwarze |
2017-01-10 | unify names of AST node flags; no change of cpp output | Ingo Schwarze |
2017-01-10 | Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes. | Ingo Schwarze |
2016-11-08 | use .Fn in custom sections for tagging, in addition to in DESCRIPTION; | Ingo Schwarze |
2016-11-08 | tag leading .Dv, .Li, and .No in .It; | Ingo Schwarze |
2016-11-08 | implement tag priority 0, which will tag only keys that appear as | Ingo Schwarze |