aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/eqn.c
Commit message (Expand)AuthorAgeFilesLines
...
* Provide implementations of `define', `set', and `unset'.Kristaps Dzonsons2011-07-171-56/+197
* Warn if equation `define' key is quoted (groff-ism).Kristaps Dzonsons2011-07-171-5/+17
* Add initial `define' support for eqn(7).Kristaps Dzonsons2011-07-171-7/+112
* Have equation be allocated with mparse. Will be needed for logging ofKristaps Dzonsons2011-07-121-2/+4
* Step 1 of restructuring: libmandoc.h. Move all compiler-set-specificKristaps Dzonsons2011-03-221-2/+1
* Make lint shut up a little bit.Kristaps Dzonsons2011-03-151-1/+2
* Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). OnlyKristaps Dzonsons2011-02-091-3/+3
* Add initial EQN support to mandoc. This parses, then throws away, dataKristaps Dzonsons2011-02-061-0/+81