| Commit message (Expand) | Author | Age | Files | Lines |
* | print the right character for mathematical overbar; from bentley@ | Ingo Schwarze | 2017-07-15 | 1 | -1/+1 |
* | always give commas their own <mo> element, | Ingo Schwarze | 2017-07-14 | 1 | -1/+1 |
* | 1. Eliminate struct eqn, instead use the existing members | Ingo Schwarze | 2017-07-08 | 1 | -102/+54 |
* | simplify the eqn_box_makebinary() function by removing the trivial pos | Ingo Schwarze | 2017-07-07 | 1 | -12/+10 |
* | Fix operator precedence according to Brian W. Kernighan and Lorinda | Ingo Schwarze | 2017-07-06 | 1 | -10/+19 |
* | The EQN_LISTONE box type is pointless. | Ingo Schwarze | 2017-07-05 | 1 | -7/+10 |
* | Skip whitespace at the beginning of eqn(7) nodes, | Ingo Schwarze | 2017-06-29 | 1 | -1/+1 |
* | Complete rewrite of the lexer in a single function with four operation | Ingo Schwarze | 2017-06-26 | 1 | -240/+160 |
* | when splitting a composite word, | Ingo Schwarze | 2017-06-26 | 1 | -7/+10 |
* | splitting a text box sometimes requires wrapping it in a list | Ingo Schwarze | 2017-06-23 | 1 | -1/+19 |
* | Simplify font handling: | Ingo Schwarze | 2017-06-23 | 1 | -36/+40 |
* | Fix font selection for text boxes in the terminal formatter. | Ingo Schwarze | 2017-06-22 | 1 | -8/+22 |
* | Outside explicit font context, give every letter its own box. | Ingo Schwarze | 2017-06-21 | 1 | -14/+45 |
* | quoted words are not parsed for defined keys | Ingo Schwarze | 2017-06-21 | 1 | -11/+10 |
* | Recognize well-known functions names (the same that Heirloom recognizes, | Ingo Schwarze | 2017-06-21 | 1 | -16/+37 |
* | KNF: remove parentheses from switch case labels; no binary change | Ingo Schwarze | 2017-06-20 | 1 | -70/+70 |
* | Improve detection of recursive eqn(7) "define" statements: | Ingo Schwarze | 2017-03-11 | 1 | -2/+7 |
* | The root of an .EQ tree is always EQN_ROOT, never EQN_LIST, | Ingo Schwarze | 2016-01-08 | 1 | -1/+1 |
* | Recursive "define" was not detected because "lim" was never | Ingo Schwarze | 2016-01-07 | 1 | -0/+1 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -20/+20 |
* | in eqn, "prime" is equivalent to \(fm, and - is equivalent to \(mi; | Ingo Schwarze | 2015-03-04 | 1 | -1/+3 |
* | Clean up eqn(7) error handling: | Ingo Schwarze | 2015-01-28 | 1 | -51/+72 |
* | Fix a NULL pointer dereference reported | Ingo Schwarze | 2014-10-25 | 1 | -1/+3 |
* | Report arguments to .EQ as an error, and simplify the code: | Ingo Schwarze | 2014-10-25 | 1 | -16/+1 |
* | Implement in-line equations, much needed by Xenocara manuals. | Ingo Schwarze | 2014-10-16 | 1 | -0/+26 |
* | bugfix: do not parse quoted strings for tokens; fixes glFrustum(3) | Ingo Schwarze | 2014-10-12 | 1 | -0/+10 |
* | Improve error handling in the eqn(7) parser. | Ingo Schwarze | 2014-10-12 | 1 | -101/+83 |
* | Drop trailing whitespace, adjust a few indentations, | Ingo Schwarze | 2014-10-10 | 1 | -21/+20 |
* | No need to assert() that a pointer is non-null right before dereferencing it. | Ingo Schwarze | 2014-10-10 | 1 | -3/+0 |
* | Ignore "delim" command. | Kristaps Dzonsons | 2014-10-10 | 1 | -0/+1 |
* | Re-write of eqn(7) parser and MathML output. | Kristaps Dzonsons | 2014-10-10 | 1 | -611/+740 |
* | Parse from/to clauses in eqn. | Kristaps Dzonsons | 2014-09-28 | 1 | -1/+6 |
* | Add support for EQNPOS_SUBSUP and a doubly-linked eqn_box list. | Kristaps Dzonsons | 2014-09-28 | 1 | -5/+23 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+2 |
* | Clean up messages related to plain text and to escape sequences. | Ingo Schwarze | 2014-07-06 | 1 | -1/+1 |
* | Clean up messages regarding excess arguments: | Ingo Schwarze | 2014-07-04 | 1 | -1/+2 |
* | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -2/+2 |
* | make sure static buffers for snprintf(3) are large enough | Ingo Schwarze | 2014-04-20 | 1 | -1/+1 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -33/+30 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |
* | Implement the first steps of equation parsing from within libmdoc. | Kristaps Dzonsons | 2011-07-25 | 1 | -4/+7 |
* | Note GNU extensions in eqn.7. Also add `col' and `pile', which are | Kristaps Dzonsons | 2011-07-23 | 1 | -0/+2 |
* | Add support for tdefine and ndefine. Consolidate some error messages. Add | Kristaps Dzonsons | 2011-07-23 | 1 | -23/+54 |
* | 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 | 1 | -0/+1 |
* | Ignore `back', `fwd', `up', `down', `mark', and `lineup'. | Kristaps Dzonsons | 2011-07-23 | 1 | -3/+29 |
* | Add matrix support. Also remove "above" notion, as all elements in a | Kristaps Dzonsons | 2011-07-23 | 1 | -1/+56 |
* | The circumflex is also a special space character. | Kristaps Dzonsons | 2011-07-23 | 1 | -1/+2 |
* | Check for and throw away `gfont' eqn macros. | Kristaps Dzonsons | 2011-07-22 | 1 | -1/+16 |
* | Add support for `gsize' eqn token (introduced in second-edition troff). | Kristaps Dzonsons | 2011-07-22 | 1 | -11/+31 |