summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Flip on equation printing for -T[x]html.Kristaps Dzonsons2011-07-236-14/+101
* Clarify what eqn actually is.Kristaps Dzonsons2011-07-231-0/+3
* Note GNU extensions in eqn.7. Also add `col' and `pile', which areKristaps Dzonsons2011-07-233-2/+8
* Add support for tdefine and ndefine. Consolidate some error messages. AddKristaps Dzonsons2011-07-237-32/+75
* Raise a warning when text follows the `EN'.Kristaps Dzonsons2011-07-231-1/+7
* Add `fat' font. This pretty much brings us in line with the secondKristaps Dzonsons2011-07-233-1/+3
* Ignore `back', `fwd', `up', `down', `mark', and `lineup'.Kristaps Dzonsons2011-07-232-3/+45
* Add matrix support. Also remove "above" notion, as all elements in aKristaps Dzonsons2011-07-235-32/+81
* The circumflex is also a special space character.Kristaps Dzonsons2011-07-233-24/+37
* Check for and throw away `gfont' eqn macros.Kristaps Dzonsons2011-07-222-3/+26
* Add support for `gsize' eqn token (introduced in second-edition troff).Kristaps Dzonsons2011-07-225-13/+42
* Add all rendered symbols used by eqn. I use the Second-Edition User'sKristaps Dzonsons2011-07-222-47/+100
* Add support for 1/2, 1/4, and 3/4 (needed by eqn).Kristaps Dzonsons2011-07-223-1/+7
* Clearer documentation of grammar in eqn.7 and addition of Greek symbols.Kristaps Dzonsons2011-07-221-29/+22
* Support translating Greek characters in eqn.Kristaps Dzonsons2011-07-221-0/+94
* Fix left/right nesting in eqn.Kristaps Dzonsons2011-07-222-4/+8
* Add character output (-Tpdf, -Tps, -Tascii) for equations. This is theKristaps Dzonsons2011-07-225-4/+96
* Protect macro expansion.Kristaps Dzonsons2011-07-221-1/+1
* Use a macro instead of doing a string-fragment compare. I just getKristaps Dzonsons2011-07-221-28/+23
* Give lists their own eqn function.Kristaps Dzonsons2011-07-223-36/+61
* Accomodate for hard-spaces with tildes. For now, consider them regularKristaps Dzonsons2011-07-221-4/+16
* Fix eqn handling of PILE clauses (multiple ABOVE statements may beKristaps Dzonsons2011-07-211-17/+14
* Complete eqn.7 parsing. Features all productions from the original 1975Kristaps Dzonsons2011-07-217-124/+279
* Support `size' constructs in eqn.7. Generalise mandoc_strontou to thisKristaps Dzonsons2011-07-218-15/+31
* Full support for eqn positionals (above, over, sup, sub, etc.).Kristaps Dzonsons2011-07-214-8/+49
* Add eqn subexpression fonts.Kristaps Dzonsons2011-07-214-17/+52
* Add support for markers. These decorate the last box: see eqn.7.Kristaps Dzonsons2011-07-214-9/+60
* Document `{, }' subexpressions in eqn.7.Kristaps Dzonsons2011-07-211-0/+1
* Support nested `{, }' subexpressions in eqn. Document in code.Kristaps Dzonsons2011-07-214-20/+73
* Make `undef' not expand its argument before undefining it. DocumentKristaps Dzonsons2011-07-212-15/+34
* Flip eqn into using parsed nodes. I've temporarily disabled printingKristaps Dzonsons2011-07-218-63/+128
* Finish the eqn syntactic parser. This correctly parses terms and doesKristaps Dzonsons2011-07-217-213/+253
* Forgot to add these bits to the last commit.Kristaps Dzonsons2011-07-182-0/+2
* Note that equation definitions are nestable.Kristaps Dzonsons2011-07-181-1/+5
* Definitions in eqn.7 are actually recursive. Do this and add crudeKristaps Dzonsons2011-07-181-7/+29
* Clarify up `Rv' and `Ex' documentation.Kristaps Dzonsons2011-07-181-10/+20
* Follow-up: forgot to remove useless regset structs.Kristaps Dzonsons2011-07-182-2/+0
* Make `struct roff' be passed into libmdoc and libman upon creation.Kristaps Dzonsons2011-07-189-57/+61
* Fix copyright email.Kristaps Dzonsons2011-07-172-2/+2
* Remove unused function.Kristaps Dzonsons2011-07-172-43/+0
* Fix lost allocation.Kristaps Dzonsons2011-07-171-2/+0
* Remember to NULL-ify new keys/vals.Kristaps Dzonsons2011-07-172-1/+2
* Provide implementations of `define', `set', and `unset'.Kristaps Dzonsons2011-07-174-71/+261
* Warn if equation `define' key is quoted (groff-ism).Kristaps Dzonsons2011-07-173-4/+22
* Add initial `define' support for eqn(7).Kristaps Dzonsons2011-07-173-11/+126
* Remove prototype since moved into mandoc.h.Kristaps Dzonsons2011-07-171-1/+0
* improve documentation of .Bl -column .It TaIngo Schwarze2011-07-151-23/+41
* Big step forward in bringing mandocdb in line with most makewhatis-typeKristaps Dzonsons2011-07-152-77/+227
* First step of making mandocdb a true makewhatis/mandb replacement:Kristaps Dzonsons2011-07-152-126/+135
* Expose mandoc_strdup() to the outside world.Kristaps Dzonsons2011-07-151-0/+1