| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement the first steps of equation parsing from within libmdoc. | Kristaps Dzonsons | 2011-07-25 | 7 | -20/+113 |
* | Slip in a typo.VERSION.1.11.5 | Kristaps Dzonsons | 2011-07-24 | 1 | -1/+1 |
* | We're officially no longer UNIX-specific; make this clear. | Kristaps Dzonsons | 2011-07-24 | 2 | -10/+32 |
* | Scary-looking but otherwise harmless changes allow me to build for Windows. | Kristaps Dzonsons | 2011-07-24 | 14 | -70/+264 |
* | Tuned the initial eqn output, making it completely simple. This | Kristaps Dzonsons | 2011-07-24 | 4 | -63/+49 |
* | Flip on equation printing for -T[x]html. | Kristaps Dzonsons | 2011-07-23 | 6 | -14/+101 |
* | Clarify what eqn actually is. | Kristaps Dzonsons | 2011-07-23 | 1 | -0/+3 |
* | Note GNU extensions in eqn.7. Also add `col' and `pile', which are | Kristaps Dzonsons | 2011-07-23 | 3 | -2/+8 |
* | Add support for tdefine and ndefine. Consolidate some error messages. Add | Kristaps Dzonsons | 2011-07-23 | 7 | -32/+75 |
* | Raise a warning when text follows the `EN'. | Kristaps Dzonsons | 2011-07-23 | 1 | -1/+7 |
* | Add `fat' font. This pretty much brings us in line with the second | Kristaps Dzonsons | 2011-07-23 | 3 | -1/+3 |
* | Ignore `back', `fwd', `up', `down', `mark', and `lineup'. | Kristaps Dzonsons | 2011-07-23 | 2 | -3/+45 |
* | Add matrix support. Also remove "above" notion, as all elements in a | Kristaps Dzonsons | 2011-07-23 | 5 | -32/+81 |
* | The circumflex is also a special space character. | Kristaps Dzonsons | 2011-07-23 | 3 | -24/+37 |
* | Check for and throw away `gfont' eqn macros. | Kristaps Dzonsons | 2011-07-22 | 2 | -3/+26 |
* | Add support for `gsize' eqn token (introduced in second-edition troff). | Kristaps Dzonsons | 2011-07-22 | 5 | -13/+42 |
* | Add all rendered symbols used by eqn. I use the Second-Edition User's | Kristaps Dzonsons | 2011-07-22 | 2 | -47/+100 |
* | Add support for 1/2, 1/4, and 3/4 (needed by eqn). | Kristaps Dzonsons | 2011-07-22 | 3 | -1/+7 |
* | Clearer documentation of grammar in eqn.7 and addition of Greek symbols. | Kristaps Dzonsons | 2011-07-22 | 1 | -29/+22 |
* | Support translating Greek characters in eqn. | Kristaps Dzonsons | 2011-07-22 | 1 | -0/+94 |
* | Fix left/right nesting in eqn. | Kristaps Dzonsons | 2011-07-22 | 2 | -4/+8 |
* | Add character output (-Tpdf, -Tps, -Tascii) for equations. This is the | Kristaps Dzonsons | 2011-07-22 | 5 | -4/+96 |
* | Protect macro expansion. | Kristaps Dzonsons | 2011-07-22 | 1 | -1/+1 |
* | Use a macro instead of doing a string-fragment compare. I just get | Kristaps Dzonsons | 2011-07-22 | 1 | -28/+23 |
* | Give lists their own eqn function. | Kristaps Dzonsons | 2011-07-22 | 3 | -36/+61 |
* | Accomodate for hard-spaces with tildes. For now, consider them regular | Kristaps Dzonsons | 2011-07-22 | 1 | -4/+16 |
* | Fix eqn handling of PILE clauses (multiple ABOVE statements may be | Kristaps Dzonsons | 2011-07-21 | 1 | -17/+14 |
* | Complete eqn.7 parsing. Features all productions from the original 1975 | Kristaps Dzonsons | 2011-07-21 | 7 | -124/+279 |
* | Support `size' constructs in eqn.7. Generalise mandoc_strontou to this | Kristaps Dzonsons | 2011-07-21 | 8 | -15/+31 |
* | Full support for eqn positionals (above, over, sup, sub, etc.). | Kristaps Dzonsons | 2011-07-21 | 4 | -8/+49 |
* | Add eqn subexpression fonts. | Kristaps Dzonsons | 2011-07-21 | 4 | -17/+52 |
* | Add support for markers. These decorate the last box: see eqn.7. | Kristaps Dzonsons | 2011-07-21 | 4 | -9/+60 |
* | Document `{, }' subexpressions in eqn.7. | Kristaps Dzonsons | 2011-07-21 | 1 | -0/+1 |
* | Support nested `{, }' subexpressions in eqn. Document in code. | Kristaps Dzonsons | 2011-07-21 | 4 | -20/+73 |
* | Make `undef' not expand its argument before undefining it. Document | Kristaps Dzonsons | 2011-07-21 | 2 | -15/+34 |
* | Flip eqn into using parsed nodes. I've temporarily disabled printing | Kristaps Dzonsons | 2011-07-21 | 8 | -63/+128 |
* | Finish the eqn syntactic parser. This correctly parses terms and does | Kristaps Dzonsons | 2011-07-21 | 7 | -213/+253 |
* | Forgot to add these bits to the last commit. | Kristaps Dzonsons | 2011-07-18 | 2 | -0/+2 |
* | Note that equation definitions are nestable. | Kristaps Dzonsons | 2011-07-18 | 1 | -1/+5 |
* | Definitions in eqn.7 are actually recursive. Do this and add crude | Kristaps Dzonsons | 2011-07-18 | 1 | -7/+29 |
* | Clarify up `Rv' and `Ex' documentation. | Kristaps Dzonsons | 2011-07-18 | 1 | -10/+20 |
* | Follow-up: forgot to remove useless regset structs. | Kristaps Dzonsons | 2011-07-18 | 2 | -2/+0 |
* | Make `struct roff' be passed into libmdoc and libman upon creation. | Kristaps Dzonsons | 2011-07-18 | 9 | -57/+61 |
* | Fix copyright email. | Kristaps Dzonsons | 2011-07-17 | 2 | -2/+2 |
* | Remove unused function. | Kristaps Dzonsons | 2011-07-17 | 2 | -43/+0 |
* | Fix lost allocation. | Kristaps Dzonsons | 2011-07-17 | 1 | -2/+0 |
* | Remember to NULL-ify new keys/vals. | Kristaps Dzonsons | 2011-07-17 | 2 | -1/+2 |
* | Provide implementations of `define', `set', and `unset'. | Kristaps Dzonsons | 2011-07-17 | 4 | -71/+261 |
* | Warn if equation `define' key is quoted (groff-ism). | Kristaps Dzonsons | 2011-07-17 | 3 | -4/+22 |
* | Add initial `define' support for eqn(7). | Kristaps Dzonsons | 2011-07-17 | 3 | -11/+126 |