]> git.cameronkatri.com Git - mandoc.git/history - roff.c
Fix a regression caused by the insertion of two new tokens,
[mandoc.git] / roff.c
2020-08-27 Ingo SchwarzeAvoid artifacts in the most common case of closing...
2020-08-03 Ingo SchwarzePut the code handling \} into a new function roff_cond_...
2020-04-08 Ingo SchwarzeUse a separate node->tag attribute rather than abusing...
2020-04-06 Ingo SchwarzeSupport manual tagging of .Pp, .Bd, .D1, .Dl, .Bl,...
2020-04-03 Ingo SchwarzeRemove some stray argument names from function prototypes,
2020-02-27 Ingo SchwarzeFully support explicit tagging of .Sh and .Ss.
2020-02-27 Ingo SchwarzeIntroduce the concept of nodes that are semantically...
2020-01-19 Ingo SchwarzeIntroduce a new mdoc(7) macro .Tg ("tag") to explicitly...
2019-12-26 Ingo SchwarzeDo not fail an assertion when a high level macro occurs...
2019-11-09 Ingo SchwarzeIn the past, generating comment nodes stopped at the...
2019-07-01 Ingo Schwarzedelete trailing whitespace and space-tab sequences...
2019-04-21 Ingo SchwarzeWhen calling an empty macro, do not clobber existing...
2019-04-21 Ingo SchwarzeImplement the roff .break request (break out of a ...
2019-02-06 Ingo SchwarzeLet roff_getname() end the roff identifier at a tab...
2019-02-06 Ingo Schwarzeadjust style and comments in roff_getname(); no functio...
2019-01-05 Ingo Schwarzeno-fill mode has to be suspended during tbl(7) renderin...
2019-01-05 Ingo SchwarzeSome high-level block macros have an effect similar...
2018-12-31 Ingo SchwarzeStore the fill mode with a new flag NODE_NOFILL in...
2018-12-31 Ingo SchwarzeMove parsing of the .nf and .fi (fill mode) requests...
2018-12-31 Ingo SchwarzeCleanup, minus 15 LOC, no functional change:
2018-12-30 Ingo SchwarzeCleanup, no functional change:
2018-12-21 Ingo SchwarzeRename mandoc_getarg() to roff_getarg() and pass it...
2018-12-20 Ingo SchwarzeBugfix:
2018-12-18 Ingo SchwarzeAs a first step towards making roff_res() callable...
2018-12-15 Ingo SchwarzeSeveral improvements to escape sequence handling.
2018-12-14 Ingo SchwarzeCleanup, no functional change:
2018-12-14 Ingo SchwarzeAlmost mechanical diff to remove the "struct mparse...
2018-12-13 Ingo SchwarzeCleanup, no functional change:
2018-12-13 Ingo SchwarzeCleanup, no functional change:
2018-12-13 Ingo SchwarzeCleanup, no functional change:
2018-12-13 Ingo SchwarzeCleanup, no functional change:
2018-12-12 Ingo SchwarzeCleanup, no functional change:
2018-12-04 Ingo SchwarzeClean up the validation of .Pp, .PP, .sp, and .br....
2018-11-26 Ingo SchwarzeWhen a conditional block is closed by putting "\}"...
2018-10-25 Ingo SchwarzeImplement the \f(CW and \f(CR (constant width font...
2018-08-25 Ingo SchwarzeRudimentary implementation of the roff(7) .char (output...
2018-08-24 Ingo SchwarzeRudimentary implementation of the roff(7) .while request.
2018-08-23 Ingo SchwarzeImplement the roff(7) .shift and .return requests,
2018-08-21 Ingo SchwarzeImplement the \\$@ escape sequence (insert all macro...
2018-08-20 Ingo SchwarzeExpand \n(.$ (the number of macro arguments) right...
2018-08-19 Ingo SchwarzeMostly complete implementation of the 'c' (character...
2018-08-18 Ingo SchwarzeBugfix: When a line ends with '\ \"', don't strip the...
2018-08-18 Ingo Schwarzesupport the highly surprising escape sequence \# (line...
2018-08-18 Ingo Schwarzeimplement the GNU man-ext .SY/.YS (synopsis block)...
2018-08-16 Ingo Schwarzeimplement the GNU man-ext .TQ macro in man(7),
2018-08-16 Ingo SchwarzeImplement the \*(.T predefined string (interpolate...
2018-08-10 Ingo SchwarzeImplement the roff(7) .nop (no operation) request.
2018-08-01 Ingo SchwarzeAfter rewriting the parse buffer from scratch, we also...
2018-04-11 Ingo Schwarzepreserve comments before .Dd when converting mdoc(7...
2018-04-10 Ingo SchwarzeTwo new low-level roff(7) features:
2018-04-09 Ingo SchwarzeWhen accessing an undefined number register, define...
2018-04-09 Ingo SchwarzeUsing an undefined string or macro will cause it to...
2017-07-14 Ingo SchwarzeThe .Dd and .TH macros must interrupt .ce, too;
2017-07-14 Ingo SchwarzeExplicitly initialize a variable where the compiler...
2017-07-13 Ingo Schwarzeeqn(7) .EQ has to break man(7) next-line scope, or...
2017-07-08 Ingo SchwarzeSimplify by creating struct roff_node syntax tree nodes...
2017-07-08 Ingo Schwarzefix an assertion failure triggered by .ce in next-line...
2017-07-08 Ingo Schwarze1. Eliminate struct eqn, instead use the existing members
2017-07-04 Ingo SchwarzeFix handling of \} on roff request lines.
2017-06-25 Ingo Schwarzeadd support for the MT and ME mailto macros, used for...
2017-06-24 Ingo SchwarzeSplit -Wstyle into -Wstyle and the even lower -Wbase...
2017-06-18 Ingo SchwarzeImplement appending to standard man(7) and mdoc(7)...
2017-06-17 Ingo Schwarzestyle message about duplicate RCS ids; inspired by...
2017-06-17 Ingo Schwarzestyle message about missing RCS ids; inspired by mdoclint
2017-06-14 Ingo SchwarzeNaive implementation of the roff(7) .po (page offset...
2017-06-14 Ingo Schwarzesimple implementation of the roff(7) .als (macro alias...
2017-06-14 Ingo Schwarzeimplement the roff(7) d (macro or string defined) condi...
2017-06-14 Ingo Schwarzeimplement roff(7) .rj (right justify) request
2017-06-13 Ingo SchwarzeExplicitly ignore .br, .ce, and .sp inside tbl(7) text...
2017-06-08 Ingo SchwarzeProperly reinitialize roffce_node between parses,
2017-06-07 Ingo SchwarzeImplement the roff(7) .rn (rename macro or string)...
2017-06-06 Ingo SchwarzeMinimal implementation of the roff(7) .ce request ...
2017-06-04 Ingo SchwarzeImplement the roff(7) .mc (right margin character)...
2017-06-04 Ingo SchwarzePure preprocessor implementation of the roff(7) .ec...
2017-05-08 Ingo SchwarzeLine-breaking roff(7) requests also break man(7) next...
2017-05-08 Ingo SchwarzeBasic implementation of the roff(7) .ti (temporary...
2017-05-07 Ingo SchwarzeBasic implementation of the roff(7) .ta (define tab...
2017-05-05 Ingo SchwarzeMove .sp to the roff modules. Enough infrastructure...
2017-05-05 Ingo Schwarzemove .ll to the roff modules
2017-05-05 Ingo SchwarzeMove handling of the roff(7) .ft request from the man(7)
2017-05-04 Ingo SchwarzeParser reorg:
2017-04-29 Ingo SchwarzeParser unification: use nice ohashes for all three...
2017-04-24 Ingo SchwarzeContinue parser unification:
2017-03-09 Ingo SchwarzeFix blunder in previous: we must keep the line parse...
2017-03-08 Ingo Schwarzeprevent infinite recursion while expanding the arguments
2017-03-03 Ingo Schwarzeremove a few redundant conditions that jsg@ found with...
2017-03-03 Ingo SchwarzeFix previous: do not access the byte before the string...
2017-02-17 Ingo SchwarzeFix a read buffer overrun that copied random data from...
2017-01-12 Ingo SchwarzeSkipping all escape sequences at the beginning of strin...
2017-01-10 Ingo SchwarzeFor the .Ux/.Ox family of macros, do text production...
2017-01-10 Ingo Schwarzesimplify; NODE_ENDED does no harm in man(7)
2017-01-10 Ingo Schwarzeunify names of AST node flags; no change of cpp output
2016-01-08 Ingo SchwarzeDelete the redundant "nchild" member of struct roff_nod...
2015-10-22 Ingo Schwarzemove man(7) validation into the dedicated validation...
2015-10-21 Ingo SchwarzeMove all mdoc(7) node validation done before child...
2015-10-20 Ingo SchwarzeIn order to become able to generate syntax tree nodes...
2015-10-15 Ingo SchwarzeDelete two preprocessor constants that are no longer...
2015-10-13 Ingo SchwarzeMajor character table cleanup:
2015-10-12 Ingo SchwarzeTo make the code more readable, delete 283 /* FALLTHROU...
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
next