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