aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff.h
Commit message (Expand)AuthorAgeFilesLines
* preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze2018-04-111-1/+2
* 1. Eliminate struct eqn, instead use the existing membersIngo Schwarze2017-07-081-2/+2
* add support for the MT and ME mailto macros, used for example in wg(8);Ingo Schwarze2017-06-251-1/+3
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-10/+4
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-171-1/+2
* Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze2017-06-141-2/+2
* implement roff(7) .rj (right justify) requestIngo Schwarze2017-06-141-2/+2
* style checks related to .Er; inspired by mdoclint(1)Ingo Schwarze2017-06-071-1/+8
* Implement the roff(7) .rn (rename macro or string) request.Ingo Schwarze2017-06-071-1/+2
* Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze2017-06-061-2/+2
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-041-2/+2
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-081-2/+2
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-071-2/+2
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-4/+2
* move .ll to the roff modulesIngo Schwarze2017-05-051-4/+2
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-3/+3
* Parser reorg:Ingo Schwarze2017-05-041-5/+4
* Parser unification: use nice ohashes for all three request and macro tables;Ingo Schwarze2017-04-291-1/+8
* Continue parser unification:Ingo Schwarze2017-04-241-3/+413
* Remove the ENDBODY_NOSPACE flag, simplifying the code.Ingo Schwarze2017-02-161-3/+2
* unify names of AST node flags; no change of cpp outputIngo Schwarze2017-01-101-12/+9
* Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.Ingo Schwarze2017-01-101-2/+4
* Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze2016-01-081-1/+0
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-071-3/+0
* Very tricky diff to fix macro interpretation and spacing around tabsIngo Schwarze2015-10-171-2/+5
* Unify mdoc_deroff() and man_deroff() into a common function deroff().Ingo Schwarze2015-04-231-0/+6
* Decouple the token code for "no request or macro" from the individualIngo Schwarze2015-04-191-0/+1
* Profit from the unified struct roff_man and reduce the number ofIngo Schwarze2015-04-181-0/+7
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-1/+35
* Third step towards parser unification:Ingo Schwarze2015-04-021-0/+11
* Second step towards parser unification:Ingo Schwarze2015-04-021-0/+77
* First step towards parser unification:Ingo Schwarze2015-04-021-0/+29
* Step 2: blow away roff.h, as all of its functions have been moved intoKristaps Dzonsons2011-03-221-24/+0
* Step 1 of restructuring: libmandoc.h. Move all compiler-set-specificKristaps Dzonsons2011-03-221-24/+1
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-2/+2
* Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). OnlyKristaps Dzonsons2011-02-091-1/+2
* Add initial EQN support to mandoc. This parses, then throws away, dataKristaps Dzonsons2011-02-061-1/+2
* More checks for proper table exit.Kristaps Dzonsons2011-01-011-2/+2
* Expose the parsed table API to the world and add accessors through theKristaps Dzonsons2010-12-311-1/+2
* Initial tbl framework. Parse point is in libroff, which keeps aKristaps Dzonsons2010-12-281-1/+2
* Merge restructuring of main.c code. This provided by schwarze@ and inspectedKristaps Dzonsons2010-12-011-1/+4
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-2/+2
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-271-4/+4
* First step of adding register support. This is inspired by a significantKristaps Dzonsons2010-06-261-3/+3
* libroff now is aware of which sub-nodes should be interpreted even in aKristaps Dzonsons2010-05-171-2/+2
* Allow roff_parseln() to be re-run.Kristaps Dzonsons2010-05-161-5/+7
* Add mandoc.h, which will eventually replace compilers' inner enum errors with...Kristaps Dzonsons2010-05-151-6/+6
* Initial roff shim skeleton in place.Kristaps Dzonsons2010-05-151-0/+38
* More file pruning.Kristaps Dzonsons2008-12-151-302/+0
* *** empty log message ***Kristaps Dzonsons2008-12-101-2/+2