2020-08-27 |
Ingo Schwarze | Avoid artifacts in the most common case of closing... |
blob | commitdiff | raw |
2020-08-03 |
Ingo Schwarze | Put the code handling \} into a new function roff_cond_... |
blob | commitdiff | raw | diff to current |
2020-04-08 |
Ingo Schwarze | Use a separate node->tag attribute rather than abusing... |
blob | commitdiff | raw | diff to current |
2020-04-06 |
Ingo Schwarze | Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl,... |
blob | commitdiff | raw | diff to current |
2020-04-03 |
Ingo Schwarze | Remove some stray argument names from function prototypes, |
blob | commitdiff | raw | diff to current |
2020-02-27 |
Ingo Schwarze | Fully support explicit tagging of .Sh and .Ss. |
blob | commitdiff | raw | diff to current |
2020-02-27 |
Ingo Schwarze | Introduce the concept of nodes that are semantically... |
blob | commitdiff | raw | diff to current |
2020-01-19 |
Ingo Schwarze | Introduce a new mdoc(7) macro .Tg ("tag") to explicitly... |
blob | commitdiff | raw | diff to current |
2019-12-26 |
Ingo Schwarze | Do not fail an assertion when a high level macro occurs... |
blob | commitdiff | raw | diff to current |
2019-11-09 |
Ingo Schwarze | In the past, generating comment nodes stopped at the... |
blob | commitdiff | raw | diff to current |
2019-07-01 |
Ingo Schwarze | delete trailing whitespace and space-tab sequences... |
blob | commitdiff | raw | diff to current |
2019-04-21 |
Ingo Schwarze | When calling an empty macro, do not clobber existing... |
blob | commitdiff | raw | diff to current |
2019-04-21 |
Ingo Schwarze | Implement the roff .break request (break out of a ... |
blob | commitdiff | raw | diff to current |
2019-02-06 |
Ingo Schwarze | Let roff_getname() end the roff identifier at a tab... |
blob | commitdiff | raw | diff to current |
2019-02-06 |
Ingo Schwarze | adjust style and comments in roff_getname(); no functio... |
blob | commitdiff | raw | diff to current |
2019-01-05 |
Ingo Schwarze | no-fill mode has to be suspended during tbl(7) renderin... |
blob | commitdiff | raw | diff to current |
2019-01-05 |
Ingo Schwarze | Some high-level block macros have an effect similar... |
blob | commitdiff | raw | diff to current |
2018-12-31 |
Ingo Schwarze | Store the fill mode with a new flag NODE_NOFILL in... |
blob | commitdiff | raw | diff to current |
2018-12-31 |
Ingo Schwarze | Move parsing of the .nf and .fi (fill mode) requests... |
blob | commitdiff | raw | diff to current |
2018-12-31 |
Ingo Schwarze | Cleanup, minus 15 LOC, no functional change: |
blob | commitdiff | raw | diff to current |
2018-12-30 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-12-21 |
Ingo Schwarze | Rename mandoc_getarg() to roff_getarg() and pass it... |
blob | commitdiff | raw | diff to current |
2018-12-20 |
Ingo Schwarze | Bugfix: |
blob | commitdiff | raw | diff to current |
2018-12-18 |
Ingo Schwarze | As a first step towards making roff_res() callable... |
blob | commitdiff | raw | diff to current |
2018-12-15 |
Ingo Schwarze | Several improvements to escape sequence handling. |
blob | commitdiff | raw | diff to current |
2018-12-14 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-12-14 |
Ingo Schwarze | Almost mechanical diff to remove the "struct mparse... |
blob | commitdiff | raw | diff to current |
2018-12-13 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-12-13 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-12-13 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-12-13 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-12-12 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-12-04 |
Ingo Schwarze | Clean up the validation of .Pp, .PP, .sp, and .br.... |
blob | commitdiff | raw | diff to current |
2018-11-26 |
Ingo Schwarze | When a conditional block is closed by putting "\}"... |
blob | commitdiff | raw | diff to current |
2018-10-25 |
Ingo Schwarze | Implement the \f(CW and \f(CR (constant width font... |
blob | commitdiff | raw | diff to current |
2018-08-25 |
Ingo Schwarze | Rudimentary implementation of the roff(7) .char (output... |
blob | commitdiff | raw | diff to current |
2018-08-24 |
Ingo Schwarze | Rudimentary implementation of the roff(7) .while request. |
blob | commitdiff | raw | diff to current |
2018-08-23 |
Ingo Schwarze | Implement the roff(7) .shift and .return requests, |
blob | commitdiff | raw | diff to current |
2018-08-21 |
Ingo Schwarze | Implement the \\$@ escape sequence (insert all macro... |
blob | commitdiff | raw | diff to current |
2018-08-20 |
Ingo Schwarze | Expand \n(.$ (the number of macro arguments) right... |
blob | commitdiff | raw | diff to current |
2018-08-19 |
Ingo Schwarze | Mostly complete implementation of the 'c' (character... |
blob | commitdiff | raw | diff to current |
2018-08-18 |
Ingo Schwarze | Bugfix: When a line ends with '\ \"', don't strip the... |
blob | commitdiff | raw | diff to current |
2018-08-18 |
Ingo Schwarze | support the highly surprising escape sequence \# (line... |
blob | commitdiff | raw | diff to current |
2018-08-18 |
Ingo Schwarze | implement the GNU man-ext .SY/.YS (synopsis block)... |
blob | commitdiff | raw | diff to current |
2018-08-16 |
Ingo Schwarze | implement the GNU man-ext .TQ macro in man(7), |
blob | commitdiff | raw | diff to current |
2018-08-16 |
Ingo Schwarze | Implement the \*(.T predefined string (interpolate... |
blob | commitdiff | raw | diff to current |
2018-08-10 |
Ingo Schwarze | Implement the roff(7) .nop (no operation) request. |
blob | commitdiff | raw | diff to current |
2018-08-01 |
Ingo Schwarze | After rewriting the parse buffer from scratch, we also... |
blob | commitdiff | raw | diff to current |
2018-04-11 |
Ingo Schwarze | preserve comments before .Dd when converting mdoc(7... |
blob | commitdiff | raw | diff to current |
2018-04-10 |
Ingo Schwarze | Two new low-level roff(7) features: |
blob | commitdiff | raw | diff to current |
2018-04-09 |
Ingo Schwarze | When accessing an undefined number register, define... |
blob | commitdiff | raw | diff to current |
2018-04-09 |
Ingo Schwarze | Using an undefined string or macro will cause it to... |
blob | commitdiff | raw | diff to current |
2017-07-14 |
Ingo Schwarze | The .Dd and .TH macros must interrupt .ce, too; |
blob | commitdiff | raw | diff to current |
2017-07-14 |
Ingo Schwarze | Explicitly initialize a variable where the compiler... |
blob | commitdiff | raw | diff to current |
2017-07-13 |
Ingo Schwarze | eqn(7) .EQ has to break man(7) next-line scope, or... |
blob | commitdiff | raw | diff to current |
2017-07-08 |
Ingo Schwarze | Simplify by creating struct roff_node syntax tree nodes... |
blob | commitdiff | raw | diff to current |
2017-07-08 |
Ingo Schwarze | fix an assertion failure triggered by .ce in next-line... |
blob | commitdiff | raw | diff to current |
2017-07-08 |
Ingo Schwarze | 1. Eliminate struct eqn, instead use the existing members |
blob | commitdiff | raw | diff to current |
2017-07-04 |
Ingo Schwarze | Fix handling of \} on roff request lines. |
blob | commitdiff | raw | diff to current |
2017-06-25 |
Ingo Schwarze | add support for the MT and ME mailto macros, used for... |
blob | commitdiff | raw | diff to current |
2017-06-24 |
Ingo Schwarze | Split -Wstyle into -Wstyle and the even lower -Wbase... |
blob | commitdiff | raw | diff to current |
2017-06-18 |
Ingo Schwarze | Implement appending to standard man(7) and mdoc(7)... |
blob | commitdiff | raw | diff to current |
2017-06-17 |
Ingo Schwarze | style message about duplicate RCS ids; inspired by... |
blob | commitdiff | raw | diff to current |
2017-06-17 |
Ingo Schwarze | style message about missing RCS ids; inspired by mdoclint |
blob | commitdiff | raw | diff to current |
2017-06-14 |
Ingo Schwarze | Naive implementation of the roff(7) .po (page offset... |
blob | commitdiff | raw | diff to current |
2017-06-14 |
Ingo Schwarze | simple implementation of the roff(7) .als (macro alias... |
blob | commitdiff | raw | diff to current |
2017-06-14 |
Ingo Schwarze | implement the roff(7) d (macro or string defined) condi... |
blob | commitdiff | raw | diff to current |
2017-06-14 |
Ingo Schwarze | implement roff(7) .rj (right justify) request |
blob | commitdiff | raw | diff to current |
2017-06-13 |
Ingo Schwarze | Explicitly ignore .br, .ce, and .sp inside tbl(7) text... |
blob | commitdiff | raw | diff to current |
2017-06-08 |
Ingo Schwarze | Properly reinitialize roffce_node between parses, |
blob | commitdiff | raw | diff to current |
2017-06-07 |
Ingo Schwarze | Implement the roff(7) .rn (rename macro or string)... |
blob | commitdiff | raw | diff to current |
2017-06-06 |
Ingo Schwarze | Minimal implementation of the roff(7) .ce request ... |
blob | commitdiff | raw | diff to current |
2017-06-04 |
Ingo Schwarze | Implement the roff(7) .mc (right margin character)... |
blob | commitdiff | raw | diff to current |
2017-06-04 |
Ingo Schwarze | Pure preprocessor implementation of the roff(7) .ec... |
blob | commitdiff | raw | diff to current |
2017-05-08 |
Ingo Schwarze | Line-breaking roff(7) requests also break man(7) next... |
blob | commitdiff | raw | diff to current |
2017-05-08 |
Ingo Schwarze | Basic implementation of the roff(7) .ti (temporary... |
blob | commitdiff | raw | diff to current |
2017-05-07 |
Ingo Schwarze | Basic implementation of the roff(7) .ta (define tab... |
blob | commitdiff | raw | diff to current |
2017-05-05 |
Ingo Schwarze | Move .sp to the roff modules. Enough infrastructure... |
blob | commitdiff | raw | diff to current |
2017-05-05 |
Ingo Schwarze | move .ll to the roff modules |
blob | commitdiff | raw | diff to current |
2017-05-05 |
Ingo Schwarze | Move handling of the roff(7) .ft request from the man(7) |
blob | commitdiff | raw | diff to current |
2017-05-04 |
Ingo Schwarze | Parser reorg: |
blob | commitdiff | raw | diff to current |
2017-04-29 |
Ingo Schwarze | Parser unification: use nice ohashes for all three... |
blob | commitdiff | raw | diff to current |
2017-04-24 |
Ingo Schwarze | Continue parser unification: |
blob | commitdiff | raw | diff to current |
2017-03-09 |
Ingo Schwarze | Fix blunder in previous: we must keep the line parse... |
blob | commitdiff | raw | diff to current |
2017-03-08 |
Ingo Schwarze | prevent infinite recursion while expanding the arguments |
blob | commitdiff | raw | diff to current |
2017-03-03 |
Ingo Schwarze | remove a few redundant conditions that jsg@ found with... |
blob | commitdiff | raw | diff to current |
2017-03-03 |
Ingo Schwarze | Fix previous: do not access the byte before the string... |
blob | commitdiff | raw | diff to current |
2017-02-17 |
Ingo Schwarze | Fix a read buffer overrun that copied random data from... |
blob | commitdiff | raw | diff to current |
2017-01-12 |
Ingo Schwarze | Skipping all escape sequences at the beginning of strin... |
blob | commitdiff | raw | diff to current |
2017-01-10 |
Ingo Schwarze | For the .Ux/.Ox family of macros, do text production... |
blob | commitdiff | raw | diff to current |
2017-01-10 |
Ingo Schwarze | simplify; NODE_ENDED does no harm in man(7) |
blob | commitdiff | raw | diff to current |
2017-01-10 |
Ingo Schwarze | unify names of AST node flags; no change of cpp output |
blob | commitdiff | raw | diff to current |
2016-01-08 |
Ingo Schwarze | Delete the redundant "nchild" member of struct roff_nod... |
blob | commitdiff | raw | diff to current |
2015-10-22 |
Ingo Schwarze | move man(7) validation into the dedicated validation... |
blob | commitdiff | raw | diff to current |
2015-10-21 |
Ingo Schwarze | Move all mdoc(7) node validation done before child... |
blob | commitdiff | raw | diff to current |
2015-10-20 |
Ingo Schwarze | In order to become able to generate syntax tree nodes... |
blob | commitdiff | raw | diff to current |
2015-10-15 |
Ingo Schwarze | Delete two preprocessor constants that are no longer... |
blob | commitdiff | raw | diff to current |
2015-10-13 |
Ingo Schwarze | Major character table cleanup: |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Ingo Schwarze | To make the code more readable, delete 283 /* FALLTHROU... |
blob | commitdiff | raw | diff to current |
2015-10-06 |
Ingo Schwarze | modernize style: "return" is not a function |
blob | commitdiff | raw | diff to current |
next |