summaryrefslogtreecommitdiffstats
path: root/roff.h
Commit message (Expand)AuthorAgeFilesLines
* style checks related to .Er; inspired by mdoclint(1)Ingo Schwarze2017-06-071-0/+7
* Implement the roff(7) .rn (rename macro or string) request.Ingo Schwarze2017-06-071-0/+1
* Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze2017-06-061-1/+1
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-041-1/+1
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-081-1/+1
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-071-1/+1
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-3/+1
* move .ll to the roff modulesIngo Schwarze2017-05-051-3/+1
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-2/+2
* Parser reorg:Ingo Schwarze2017-05-041-4/+3
* Parser unification: use nice ohashes for all three request and macro tables;Ingo Schwarze2017-04-291-0/+7
* Continue parser unification:Ingo Schwarze2017-04-241-2/+412
* Remove the ENDBODY_NOSPACE flag, simplifying the code.Ingo Schwarze2017-02-161-2/+1
* unify names of AST node flags; no change of cpp outputIngo Schwarze2017-01-101-11/+8
* 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-23/+0
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-1/+1
* Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). OnlyKristaps Dzonsons2011-02-091-0/+1
* Add initial EQN support to mandoc. This parses, then throws away, dataKristaps Dzonsons2011-02-061-0/+1
* More checks for proper table exit.Kristaps Dzonsons2011-01-011-1/+1
* Expose the parsed table API to the world and add accessors through theKristaps Dzonsons2010-12-311-0/+1
* Initial tbl framework. Parse point is in libroff, which keeps aKristaps Dzonsons2010-12-281-0/+1
* Merge restructuring of main.c code. This provided by schwarze@ and inspectedKristaps Dzonsons2010-12-011-0/+3
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-1/+1
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-271-3/+3
* First step of adding register support. This is inspired by a significantKristaps Dzonsons2010-06-261-2/+2
* libroff now is aware of which sub-nodes should be interpreted even in aKristaps Dzonsons2010-05-171-1/+1
* Allow roff_parseln() to be re-run.Kristaps Dzonsons2010-05-161-4/+6
* Add mandoc.h, which will eventually replace compilers' inner enum errors with...Kristaps Dzonsons2010-05-151-5/+5
* 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-1/+1
* Added warnings for using macros in the wrong sections.Kristaps Dzonsons2008-12-081-122/+136
* *** empty log message ***Kristaps Dzonsons2008-12-071-1/+1
* *** empty log message ***Kristaps Dzonsons2008-12-071-21/+21
* *** empty log message ***Kristaps Dzonsons2008-12-071-1/+1
* .St macros in place.Kristaps Dzonsons2008-12-061-5/+5
* *** empty log message ***Kristaps Dzonsons2008-12-061-29/+28
* *** empty log message ***Kristaps Dzonsons2008-12-061-3/+3