]> git.cameronkatri.com Git - mandoc.git/history - roff.c
Explicitly initialize a variable where the compiler is (understandably)
[mandoc.git] / roff.c
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...
2015-01-22 Ingo SchwarzeSlightly improve \w width measurements:
2015-01-21 Ingo Schwarzepass empty request lines through to tbl(7); sometimes...
2015-01-20 Ingo SchwarzeSplit the -Werror message level into -Werror (broken...
2015-01-16 Ingo SchwarzeParse and ignore .IX (generate index entry) macros...
2015-01-14 Ingo Schwarzedowngrade ".so with absolute path" from FATAL to ERROR;
2015-01-07 Ingo SchwarzeBugfix: When the invocation of a user-defined macro...
2015-01-01 Ingo SchwarzeFix a buffer overrun triggered by a trailing backslash...
2014-12-28 Ingo Schwarzeimprove previous: do the size check up front to avoid...
2014-12-25 Ingo SchwarzeReduce memory and time consumption on certain malformed...
2014-12-18 Ingo SchwarzeDon't let the modulo operator divide by zero.
2014-12-16 Ingo SchwarzeIgnore mdoc(7) and man(7) macros inside tbl(7) code...
2014-12-16 Ingo SchwarzeWhen a string comparison condition contains no mismatch...
2014-12-16 Ingo SchwarzeWhen a numerical condition errors out after consuming...
2014-12-15 Ingo SchwarzeEmpty conditions count as false.
2014-11-19 Ingo SchwarzeSupport the ".if v" conditional operator (vroff mode...
2014-11-01 Ingo SchwarzeUse struct buf in libroff, it is very natural there
2014-10-28 Ingo SchwarzeMake the character table available to libroff so it...
2014-10-25 Ingo SchwarzeWith the current architecture, we can't support inline...
2014-10-25 Ingo SchwarzeReport arguments to .EQ as an error, and simplify the...
2014-10-20 Kristaps DzonsonsProtect the roff parser from dividing by zero. ok...
2014-10-20 Ingo Schwarzecorrectly parse spacing around in-line equations
2014-10-20 Ingo Schwarzecorrect spacing before inline equations
2014-10-16 Ingo Schwarzeoops, don't escape the first token of inline equations
2014-10-16 Ingo SchwarzeImplement in-line equations, much needed by Xenocara...
2014-09-07 Ingo SchwarzeParse and ignore the .pl (page length) request;
2014-09-06 Ingo SchwarzeSimplify by handling empty request lines at the one...
2014-09-06 Ingo SchwarzeMove main format autodetection from the parser dispatch...
2014-08-19 Ingo Schwarzelibroff depends on libmandoc and so libmandoc should...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-08-01 Ingo Schwarzemention requests and macros in more messages
next