Age | Commit message (Expand) | Author |
2017-06-24 | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze |
2017-06-18 | Implement appending to standard man(7) and mdoc(7) macros with .am. | Ingo Schwarze |
2017-06-17 | style message about duplicate RCS ids; inspired by mdoclint | Ingo Schwarze |
2017-06-17 | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze |
2017-06-14 | Naive implementation of the roff(7) .po (page offset) request. | Ingo Schwarze |
2017-06-14 | simple implementation of the roff(7) .als (macro alias) request, | Ingo Schwarze |
2017-06-14 | implement the roff(7) d (macro or string defined) conditional | Ingo Schwarze |
2017-06-14 | implement roff(7) .rj (right justify) request | Ingo Schwarze |
2017-06-13 | Explicitly ignore .br, .ce, and .sp inside tbl(7) text blocks. | Ingo Schwarze |
2017-06-08 | Properly reinitialize roffce_node between parses, | Ingo Schwarze |
2017-06-07 | Implement the roff(7) .rn (rename macro or string) request. | Ingo Schwarze |
2017-06-06 | Minimal implementation of the roff(7) .ce request (center a number | Ingo Schwarze |
2017-06-04 | Implement the roff(7) .mc (right margin character) request. | Ingo Schwarze |
2017-06-04 | Pure preprocessor implementation of the roff(7) .ec and .eo requests | Ingo Schwarze |
2017-05-08 | Line-breaking roff(7) requests also break man(7) next-line scope. | Ingo Schwarze |
2017-05-08 | Basic implementation of the roff(7) .ti (temporary indent) request. | Ingo Schwarze |
2017-05-07 | Basic implementation of the roff(7) .ta (define tab stops) request. | Ingo Schwarze |
2017-05-05 | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze |
2017-05-05 | move .ll to the roff modules | Ingo Schwarze |
2017-05-05 | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze |
2017-05-04 | Parser reorg: | Ingo Schwarze |
2017-04-29 | Parser unification: use nice ohashes for all three request and macro tables; | Ingo Schwarze |
2017-04-24 | Continue parser unification: | Ingo Schwarze |
2017-03-09 | Fix blunder in previous: we must keep the line parse buffer | Ingo Schwarze |
2017-03-08 | prevent infinite recursion while expanding the arguments | Ingo Schwarze |
2017-03-03 | remove a few redundant conditions that jsg@ found with cppcheck | Ingo Schwarze |
2017-03-03 | Fix previous: do not access the byte before the string if the string | Ingo Schwarze |
2017-02-17 | Fix a read buffer overrun that copied random data from memory into | Ingo Schwarze |
2017-01-12 | Skipping all escape sequences at the beginning of strings in deroff() | Ingo Schwarze |
2017-01-10 | For the .Ux/.Ox family of macros, do text production at the validation | Ingo Schwarze |
2017-01-10 | simplify; NODE_ENDED does no harm in man(7) | Ingo Schwarze |
2017-01-10 | unify names of AST node flags; no change of cpp output | Ingo Schwarze |
2016-01-08 | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze |
2015-10-22 | move man(7) validation into the dedicated validation phase, too | Ingo Schwarze |
2015-10-21 | Move all mdoc(7) node validation done before child parsing | Ingo Schwarze |
2015-10-20 | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze |
2015-10-15 | Delete two preprocessor constants that are no longer used. | Ingo Schwarze |
2015-10-13 | Major character table cleanup: | Ingo Schwarze |
2015-10-12 | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-09-26 | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze |
2015-08-29 | If we have to reparse the text line because we spring an input line trap, | Ingo Schwarze |
2015-08-29 | Implement the escape sequence \\$*, expanding to all arguments | Ingo Schwarze |
2015-08-29 | Minimal implementation of the read-only number register \n(.$ | Ingo Schwarze |
2015-06-27 | Ignore blank characters at the beginning of a conditional block, | Ingo Schwarze |
2015-05-31 | Implement the roff(7) `r' (register exists) conditional. | Ingo Schwarze |
2015-05-01 | Setting the "last" member of struct roff_node was done at an extremely | Ingo Schwarze |
2015-04-23 | Unify mdoc_deroff() and man_deroff() into a common function deroff(). | Ingo Schwarze |
2015-04-19 | Unify trickier node handling functions. | Ingo Schwarze |
2015-04-19 | Unify some node handling functions that use TOKEN_NONE. | Ingo Schwarze |