]> git.cameronkatri.com Git - mandoc.git/history - roff.c
As a first step towards making roff_res() callable from mandoc_getarg(),
[mandoc.git] / roff.c
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
2015-09-26 Ingo Schwarze/* NOTREACHED */ after abort() is silly, delete it
2015-08-29 Ingo SchwarzeIf we have to reparse the text line because we spring...
2015-08-29 Ingo SchwarzeImplement the escape sequence \\$*, expanding to all...
2015-08-29 Ingo SchwarzeMinimal implementation of the read-only number register...
2015-06-27 Ingo SchwarzeIgnore blank characters at the beginning of a condition...
2015-05-31 Ingo SchwarzeImplement the roff(7) `r' (register exists) conditional.
2015-05-01 Ingo SchwarzeSetting the "last" member of struct roff_node was done...
2015-04-23 Ingo SchwarzeUnify mdoc_deroff() and man_deroff() into a common...
2015-04-19 Ingo SchwarzeUnify trickier node handling functions.
2015-04-19 Ingo SchwarzeUnify some node handling functions that use TOKEN_NONE.
2015-04-19 Ingo SchwarzeUnify node handling functions:
2015-04-18 Ingo SchwarzeUnify {mdoc,man}_{alloc,reset,free}() into roff_man_...
2015-04-04 Ingo SchwarzeDon't allow breaking the output line after hyphens...
2015-02-21 Ingo SchwarzeEscape quotes when expanding macro arguments.
2015-02-17 Ingo SchwarzeCope with another one of the many kinds of DocBook...
2015-02-17 Ingo SchwarzeLet .it accept numerical expressions, not just numerica...
2015-02-06 Ingo Schwarzereplace the last legacy generic message type, "argument...
2015-01-30 Ingo Schwarzecorrectly handle table layout lines starting with a dot
2015-01-28 Ingo Schwarze* Polish tbl(7) error reporting.
2015-01-28 Ingo SchwarzeFor now, it can't be helped that mandoc tbl(7) ignores...
2015-01-24 Ingo SchwarzeStrangely, ignoring the roff(7) .na request was impleme...
2015-01-23 Ingo SchwarzeWhile ignoring the .ta (set tab stops) and .ti (temp...
2015-01-23 Ingo SchwarzeWonders of roff(7): Integer numbers in numerical expres...
next