aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/eqn.c
Commit message (Expand)AuthorAgeFilesLines
* print the right character for mathematical overbar; from bentley@Ingo Schwarze2017-07-151-2/+2
* always give commas their own <mo> element,Ingo Schwarze2017-07-141-2/+2
* 1. Eliminate struct eqn, instead use the existing membersIngo Schwarze2017-07-081-103/+55
* simplify the eqn_box_makebinary() function by removing the trivial posIngo Schwarze2017-07-071-13/+11
* Fix operator precedence according to Brian W. Kernighan and LorindaIngo Schwarze2017-07-061-11/+20
* The EQN_LISTONE box type is pointless.Ingo Schwarze2017-07-051-8/+11
* Skip whitespace at the beginning of eqn(7) nodes,Ingo Schwarze2017-06-291-2/+2
* Complete rewrite of the lexer in a single function with four operationIngo Schwarze2017-06-261-241/+161
* when splitting a composite word,Ingo Schwarze2017-06-261-7/+10
* splitting a text box sometimes requires wrapping it in a listIngo Schwarze2017-06-231-2/+20
* Simplify font handling:Ingo Schwarze2017-06-231-37/+41
* Fix font selection for text boxes in the terminal formatter.Ingo Schwarze2017-06-221-8/+22
* Outside explicit font context, give every letter its own box.Ingo Schwarze2017-06-211-14/+45
* quoted words are not parsed for defined keysIngo Schwarze2017-06-211-12/+11
* Recognize well-known functions names (the same that Heirloom recognizes,Ingo Schwarze2017-06-211-17/+38
* KNF: remove parentheses from switch case labels; no binary changeIngo Schwarze2017-06-201-71/+71
* Improve detection of recursive eqn(7) "define" statements:Ingo Schwarze2017-03-111-3/+8
* The root of an .EQ tree is always EQN_ROOT, never EQN_LIST,Ingo Schwarze2016-01-081-2/+2
* Recursive "define" was not detected because "lim" was neverIngo Schwarze2016-01-071-1/+2
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-21/+21
* in eqn, "prime" is equivalent to \(fm, and - is equivalent to \(mi;Ingo Schwarze2015-03-041-2/+4
* Clean up eqn(7) error handling:Ingo Schwarze2015-01-281-52/+73
* Fix a NULL pointer dereference reportedIngo Schwarze2014-10-251-2/+4
* Report arguments to .EQ as an error, and simplify the code:Ingo Schwarze2014-10-251-17/+2
* Implement in-line equations, much needed by Xenocara manuals.Ingo Schwarze2014-10-161-1/+27
* bugfix: do not parse quoted strings for tokens; fixes glFrustum(3)Ingo Schwarze2014-10-121-1/+11
* Improve error handling in the eqn(7) parser.Ingo Schwarze2014-10-121-102/+84
* Drop trailing whitespace, adjust a few indentations,Ingo Schwarze2014-10-101-22/+21
* No need to assert() that a pointer is non-null right before dereferencing it.Ingo Schwarze2014-10-101-4/+1
* Ignore "delim" command.Kristaps Dzonsons2014-10-101-1/+2
* Re-write of eqn(7) parser and MathML output.Kristaps Dzonsons2014-10-101-612/+741
* Parse from/to clauses in eqn.Kristaps Dzonsons2014-09-281-2/+7
* Add support for EQNPOS_SUBSUP and a doubly-linked eqn_box list.Kristaps Dzonsons2014-09-281-6/+24
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+3
* Clean up messages related to plain text and to escape sequences.Ingo Schwarze2014-07-061-2/+2
* Clean up messages regarding excess arguments:Ingo Schwarze2014-07-041-2/+3
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-231-3/+3
* make sure static buffers for snprintf(3) are large enoughIngo Schwarze2014-04-201-2/+2
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-34/+31
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-1/+2
* Implement the first steps of equation parsing from within libmdoc.Kristaps Dzonsons2011-07-251-5/+8
* Note GNU extensions in eqn.7. Also add `col' and `pile', which areKristaps Dzonsons2011-07-231-1/+3
* Add support for tdefine and ndefine. Consolidate some error messages. AddKristaps Dzonsons2011-07-231-24/+55
* Raise a warning when text follows the `EN'.Kristaps Dzonsons2011-07-231-2/+8
* Add `fat' font. This pretty much brings us in line with the secondKristaps Dzonsons2011-07-231-1/+2
* Ignore `back', `fwd', `up', `down', `mark', and `lineup'.Kristaps Dzonsons2011-07-231-4/+30
* Add matrix support. Also remove "above" notion, as all elements in aKristaps Dzonsons2011-07-231-2/+57
* The circumflex is also a special space character.Kristaps Dzonsons2011-07-231-2/+3
* Check for and throw away `gfont' eqn macros.Kristaps Dzonsons2011-07-221-2/+17
* Add support for `gsize' eqn token (introduced in second-edition troff).Kristaps Dzonsons2011-07-221-12/+32