| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -1/+1 |
* | Render the eqn(7) "sqrt" function as U+221A in UTF-8 output. | Ingo Schwarze | 2018-10-02 | 1 | -1/+1 |
* | remove spacing after another representation of unary minus | Ingo Schwarze | 2017-08-23 | 1 | -2/+4 |
* | remove spacing after unary minus | Ingo Schwarze | 2017-08-23 | 1 | -2/+4 |
* | eliminate white space after opening and before closing punctuation | Ingo Schwarze | 2017-08-23 | 1 | -1/+7 |
* | Suppress spacing before certain kinds of lists. | Ingo Schwarze | 2017-08-23 | 1 | -2/+12 |
* | 1. Eliminate struct eqn, instead use the existing members | Ingo Schwarze | 2017-07-08 | 1 | -2/+2 |
* | add parentheses to the output where required for disambiguation | Ingo Schwarze | 2017-07-07 | 1 | -5/+27 |
* | Fix operator precedence according to Brian W. Kernighan and Lorinda | Ingo Schwarze | 2017-07-06 | 1 | -9/+8 |
* | The EQN_LISTONE box type is pointless. | Ingo Schwarze | 2017-07-05 | 1 | -3/+6 |
* | Do not access a NULL pointer if a matrix or square root are empty. | Ingo Schwarze | 2017-02-12 | 1 | -4/+7 |
* | Don't dereference NULL pointers when formatting missing denominators, | Ingo Schwarze | 2015-01-01 | 1 | -8/+11 |
* | major upgrade to eqn(7) terminal output; | Ingo Schwarze | 2014-10-12 | 1 | -17/+64 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+2 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -1/+2 |
* | Tuned the initial eqn output, making it completely simple. This | Kristaps Dzonsons | 2011-07-24 | 1 | -30/+24 |
* | Flip on equation printing for -T[x]html. | Kristaps Dzonsons | 2011-07-23 | 1 | -4/+4 |
* | Add matrix support. Also remove "above" notion, as all elements in a | Kristaps Dzonsons | 2011-07-23 | 1 | -6/+0 |
* | Add character output (-Tpdf, -Tps, -Tascii) for equations. This is the | Kristaps Dzonsons | 2011-07-22 | 1 | -0/+88 |