aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added warnings for using macros in the wrong sections.Kristaps Dzonsons2008-12-081-123/+137
* *** empty log message ***Kristaps Dzonsons2008-12-071-2/+2
* *** empty log message ***Kristaps Dzonsons2008-12-071-22/+22
* *** empty log message ***Kristaps Dzonsons2008-12-071-2/+2
* .St macros in place.Kristaps Dzonsons2008-12-061-6/+6
* *** empty log message ***Kristaps Dzonsons2008-12-061-30/+29
* *** empty log message ***Kristaps Dzonsons2008-12-061-4/+4
* *** empty log message ***Kristaps Dzonsons2008-12-061-2/+2
* *** empty log message ***Kristaps Dzonsons2008-12-051-0/+289