summaryrefslogtreecommitdiffstats
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify by making many functions in the man(7) parser void,Ingo Schwarze2014-11-281-5/+0
* show the {MDOC,MAN}_EQN node, it contains interesting information,Ingo Schwarze2014-10-201-10/+12
* sync Copyright years after merge to OpenBSD; no code changeIngo Schwarze2014-10-101-1/+1
* Make eqn(7) -Ttree output more useful:Ingo Schwarze2014-10-101-8/+27
* Re-write of eqn(7) parser and MathML output.Kristaps Dzonsons2014-10-101-2/+7
* Make eqn tree output a bit more useful.Kristaps Dzonsons2014-09-281-2/+2
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-2/+2
* Change column display in -Ttree to be 1-based instead of 0-basedIngo Schwarze2014-07-021-3/+3
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-58/+53
* To find out whether .TP head arguments are same-line or next-line arguments,Ingo Schwarze2014-03-081-2/+5
* When deciding whether two consecutive macros are on the same input line,Ingo Schwarze2013-12-241-1/+5
* For some mdoc(7) macros, it is (unfortunately) semantically significantIngo Schwarze2013-09-151-2/+5
* Remove the variable sz because it's invariantly == 0,Ingo Schwarze2013-05-181-7/+2
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-1/+1
* Add matrix support. Also remove "above" notion, as all elements in aKristaps Dzonsons2011-07-231-22/+17
* Give lists their own eqn function.Kristaps Dzonsons2011-07-221-0/+9
* Complete eqn.7 parsing. Features all productions from the original 1975Kristaps Dzonsons2011-07-211-4/+7
* Support `size' constructs in eqn.7. Generalise mandoc_strontou to thisKristaps Dzonsons2011-07-211-3/+7
* Full support for eqn positionals (above, over, sup, sub, etc.).Kristaps Dzonsons2011-07-211-6/+6
* Add eqn subexpression fonts.Kristaps Dzonsons2011-07-211-3/+6
* Add support for markers. These decorate the last box: see eqn.7.Kristaps Dzonsons2011-07-211-3/+3
* Support nested `{, }' subexpressions in eqn. Document in code.Kristaps Dzonsons2011-07-211-3/+8
* Flip eqn into using parsed nodes. I've temporarily disabled printingKristaps Dzonsons2011-07-211-24/+44
* Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to beKristaps Dzonsons2011-03-231-0/+5
* Allow -man to process EQN as well. Also fix a segfault in missing caseKristaps Dzonsons2011-02-091-1/+1
* Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). OnlyKristaps Dzonsons2011-02-091-1/+1
* Let the line-number of a tbl_span be remembered.Kristaps Dzonsons2011-02-061-4/+3
* Add initial libmdoc and libman top-most machinery for accepting TBLKristaps Dzonsons2011-02-061-0/+12
* First, make extra data cells be thrown away. This makes "dp->layout"Kristaps Dzonsons2011-01-101-1/+6
* Make width calculations occur within tbl_term.c, not tbl.c. This allowsKristaps Dzonsons2011-01-031-13/+0
* Fix table to print nicely (merging error). Also have -Ttree push out someKristaps Dzonsons2011-01-021-11/+28
* Add a warning if a data cell has no layout. Also make -Ttree show thisKristaps Dzonsons2011-01-011-1/+1
* Make some bit-flags into enums as they should be. Make printing of -TtreeKristaps Dzonsons2011-01-011-15/+43
* Make -Ttree a bit more readable.Kristaps Dzonsons2011-01-011-1/+2
* Make -Ttree spit out table columns.Kristaps Dzonsons2011-01-011-19/+47
* Add basic -Ttree support for tables.Kristaps Dzonsons2011-01-011-0/+12
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-1/+0
* Support for badly nested blocks, written around the time ofIngo Schwarze2010-06-291-1/+4
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-0/+1
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-0/+1
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-0/+4
* More lint fixes.Kristaps Dzonsons2009-10-301-1/+0
* Added time.h to various files for FreeBSD compilation (thanks Ulrich Sporlein).Kristaps Dzonsons2009-10-261-0/+1
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-0/+1
* Made tree/term/out() functions return void.Kristaps Dzonsons2009-09-161-4/+2
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-131-0/+15
* Fixed license email address.Kristaps Dzonsons2009-06-101-1/+1
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* Proper resetting of memory.Kristaps Dzonsons2009-04-031-14/+20