Age | Commit message (Expand) | Author |
2017-07-15 | Print the right character for mathematical overbar. | Anthony J. Bentley |
2017-07-14 | always give commas their own <mo> element, | Ingo Schwarze |
2017-07-08 | 1. Eliminate struct eqn, instead use the existing members | Ingo Schwarze |
2017-07-07 | simplify the eqn_box_makebinary() function by removing the trivial pos | Ingo Schwarze |
2017-07-06 | Fix operator precedence according to Brian W. Kernighan and Lorinda | Ingo Schwarze |
2017-07-05 | The EQN_LISTONE box type is pointless. | Ingo Schwarze |
2017-06-29 | Skip whitespace at the beginning of eqn(7) nodes, | Ingo Schwarze |
2017-06-26 | Complete rewrite of the lexer in a single function with four operation | Ingo Schwarze |
2017-06-26 | when splitting a composite word, | Ingo Schwarze |
2017-06-23 | splitting a text box sometimes requires wrapping it in a list | Ingo Schwarze |
2017-06-23 | Simplify font handling: | Ingo Schwarze |
2017-06-22 | Fix font selection for text boxes in the terminal formatter. | Ingo Schwarze |
2017-06-21 | Outside explicit font context, give every letter its own box. | Ingo Schwarze |
2017-06-21 | quoted words are not parsed for defined keys | Ingo Schwarze |
2017-06-21 | Recognize well-known functions names (the same that Heirloom recognizes, | Ingo Schwarze |
2017-06-20 | KNF: remove parentheses from switch case labels; no binary change | Ingo Schwarze |
2017-03-11 | Improve detection of recursive eqn(7) "define" statements: | Ingo Schwarze |
2016-01-08 | The root of an .EQ tree is always EQN_ROOT, never EQN_LIST, | Ingo Schwarze |
2016-01-07 | Recursive "define" was not detected because "lim" was never | Ingo Schwarze |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-03-03 | In eqn, "prime" is equivalent to \(fm, and - is equivalent to \(mi. | Anthony J. Bentley |
2015-01-28 | Clean up eqn(7) error handling: | Ingo Schwarze |
2014-10-25 | Fix a NULL pointer dereference reported | Ingo Schwarze |
2014-10-25 | Report arguments to .EQ as an error, and simplify the code: | Ingo Schwarze |
2014-10-16 | Implement in-line equations, much needed by Xenocara manuals. | Ingo Schwarze |
2014-10-12 | bugfix: do not parse quoted strings for tokens; fixes glFrustum(3) | Ingo Schwarze |
2014-10-12 | Improve error handling in the eqn(7) parser. | Ingo Schwarze |
2014-10-10 | Partial eqn(7) rewrite by kristaps@ in order to get operator precedence right. | Ingo Schwarze |
2014-10-09 | parse and render "from" and "to" clauses in eqn, and render matrices; | Ingo Schwarze |
2014-10-09 | parse simultaneous sub- and superscripts | Ingo Schwarze |
2014-07-06 | Clean up messages related to plain text and to escape sequences. | Ingo Schwarze |
2014-07-04 | Clean up messages regarding excess arguments: | Ingo Schwarze |
2014-04-23 | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze |
2014-04-20 | make sure static buffers for snprintf(3) are large enough | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2014-03-21 | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze |
2011-09-18 | sync to version 1.11.7 from kristaps@ | Ingo Schwarze |
2011-09-18 | sync to version 1.11.5: | Ingo Schwarze |
2011-04-24 | Merge version 1.11.1: | Ingo Schwarze |
2011-04-21 | Merge version 1.10.10: | Ingo Schwarze |
2011-03-21 | This file was forgotten when importing the foundation for eqn(7) support. | Ingo Schwarze |