| Commit message (Expand) | Author | Age | Files | Lines |
* | spelling fixes from Paul Tagliamonte via tech@ and jmc@ | Ingo Schwarze | 2023-04-28 | 1 | -2/+2 |
* | The mandoc(1) manual already mentions that -T man output mode | Ingo Schwarze | 2021-07-04 | 1 | -10/+22 |
* | Introduce the concept of nodes that are semantically transparent: | Ingo Schwarze | 2020-02-27 | 1 | -37/+48 |
* | bugfix: indented paragraph macros need a space character | Ingo Schwarze | 2020-02-20 | 1 | -3/+3 |
* | bugfix: .Tg must be ignored completely in these output modes | Ingo Schwarze | 2020-02-20 | 1 | -1/+1 |
* | Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a place | Ingo Schwarze | 2020-01-19 | 1 | -0/+1 |
* | Oops, i forgot to adjust this file to the changes in roff.h rev. 1.67. | Ingo Schwarze | 2019-01-04 | 1 | -9/+32 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-30 | 1 | -5/+4 |
* | Several improvements to escape sequence handling. | Ingo Schwarze | 2018-12-15 | 1 | -0/+1 |
* | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) | Ingo Schwarze | 2018-12-03 | 1 | -2/+9 |
* | The upcoming .while request will have to re-execute roff(7) lines | Ingo Schwarze | 2018-08-23 | 1 | -13/+0 |
* | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze | 2018-08-17 | 1 | -14/+20 |
* | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze | 2018-04-11 | 1 | -2/+10 |
* | Do not use a non-portable .R man(7) macro. Neither groff nor the | Ingo Schwarze | 2018-04-05 | 1 | -1/+1 |
* | For .Do/.Dq, use the documented and portable \(lq and \(rq | Ingo Schwarze | 2018-04-05 | 1 | -2/+2 |
* | Remove the implicit display feature of .Lk because it was inconsistent | Ingo Schwarze | 2018-01-13 | 1 | -9/+0 |
* | Naive implementation of the roff(7) .po (page offset) request. | Ingo Schwarze | 2017-06-14 | 1 | -0/+1 |
* | implement roff(7) .rj (right justify) request | Ingo Schwarze | 2017-06-14 | 1 | -8/+9 |
* | do not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and its arguments | Ingo Schwarze | 2017-06-10 | 1 | -9/+18 |
* | make the internal a2roffsu() interface more powerful by returning | Ingo Schwarze | 2017-06-08 | 1 | -8/+14 |
* | Minimal implementation of the roff(7) .ce request (center a number | Ingo Schwarze | 2017-06-06 | 1 | -0/+4 |
* | Implement the roff(7) .mc (right margin character) request. | Ingo Schwarze | 2017-06-04 | 1 | -0/+1 |
* | fix formatting of intermediate punctuation in .Lk | Ingo Schwarze | 2017-05-30 | 1 | -6/+12 |
* | Basic implementation of the roff(7) .ti (temporary indent) request. | Ingo Schwarze | 2017-05-08 | 1 | -4/+8 |
* | Basic implementation of the roff(7) .ta (define tab stops) request. | Ingo Schwarze | 2017-05-07 | 1 | -1/+11 |
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 1 | -14/+8 |
* | move .ll to the roff modules | Ingo Schwarze | 2017-05-05 | 1 | -25/+23 |
* | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze | 2017-05-05 | 1 | -4/+17 |
* | Parser reorg: | Ingo Schwarze | 2017-05-04 | 1 | -1/+10 |
* | Continue parser unification: | Ingo Schwarze | 2017-04-24 | 1 | -3/+3 |
* | implement display of long .Lk URIs to match -Tascii | Ingo Schwarze | 2017-04-17 | 1 | -4/+57 |
* | Fix handling of trailing punctuation in .Lk. | Ingo Schwarze | 2017-04-17 | 1 | -3/+11 |
* | Do not make the colon after the .Lk link text italic. | Ingo Schwarze | 2017-04-14 | 1 | -1/+1 |
* | Remove a redundant condition in .%T handling, no functional change. | Ingo Schwarze | 2017-03-04 | 1 | -4/+2 |
* | Use typographic quotes rather than '"' for .Rs %T (no change for -Tascii | Ingo Schwarze | 2017-02-17 | 1 | -4/+2 |
* | Remove the ENDBODY_NOSPACE flag, simplifying the code. | Ingo Schwarze | 2017-02-16 | 1 | -3/+0 |
* | The .Nm macro does not only use the default name when it has no | Ingo Schwarze | 2017-02-06 | 1 | -4/+2 |
* | Do text production for .Bt, .Ex, .Rv, .Ud at the validation stage | Ingo Schwarze | 2017-01-11 | 1 | -100/+10 |
* | Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At. | Ingo Schwarze | 2017-01-10 | 1 | -22/+1 |
* | For the .Ux/.Ox family of macros, do text production at the validation | Ingo Schwarze | 2017-01-10 | 1 | -6/+6 |
* | unify names of AST node flags; no change of cpp output | Ingo Schwarze | 2017-01-10 | 1 | -17/+17 |
* | Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes. | Ingo Schwarze | 2017-01-10 | 1 | -1/+4 |
* | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze | 2016-01-08 | 1 | -25/+24 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -14/+0 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -71/+71 |
* | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), | Ingo Schwarze | 2015-04-18 | 1 | -11/+5 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -2/+2 |
* | Third step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -2/+2 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -10/+10 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -33/+34 |