2020-01-08 |
Ingo Schwarze | Skip whitespace before tokens, too. |
blob | commitdiff | raw |
2018-12-14 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-12-14 |
Ingo Schwarze | Almost mechanical diff to remove the "struct mparse... |
blob | commitdiff | raw | diff to current |
2018-12-13 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-12-13 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-12-12 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2017-07-15 |
Ingo Schwarze | print the right character for mathematical overbar... |
blob | commitdiff | raw | diff to current |
2017-07-14 |
Ingo Schwarze | always give commas their own <mo> element, |
blob | commitdiff | raw | diff to current |
2017-07-08 |
Ingo Schwarze | 1. Eliminate struct eqn, instead use the existing members |
blob | commitdiff | raw | diff to current |
2017-07-07 |
Ingo Schwarze | simplify the eqn_box_makebinary() function by removing... |
blob | commitdiff | raw | diff to current |
2017-07-06 |
Ingo Schwarze | Fix operator precedence according to Brian W. Kernighan... |
blob | commitdiff | raw | diff to current |
2017-07-05 |
Ingo Schwarze | The EQN_LISTONE box type is pointless. |
blob | commitdiff | raw | diff to current |
2017-06-29 |
Ingo Schwarze | Skip whitespace at the beginning of eqn(7) nodes, |
blob | commitdiff | raw | diff to current |
2017-06-26 |
Ingo Schwarze | Complete rewrite of the lexer in a single function... |
blob | commitdiff | raw | diff to current |
2017-06-26 |
Ingo Schwarze | when splitting a composite word, |
blob | commitdiff | raw | diff to current |
2017-06-23 |
Ingo Schwarze | splitting a text box sometimes requires wrapping it... |
blob | commitdiff | raw | diff to current |
2017-06-23 |
Ingo Schwarze | Simplify font handling: |
blob | commitdiff | raw | diff to current |
2017-06-22 |
Ingo Schwarze | Fix font selection for text boxes in the terminal forma... |
blob | commitdiff | raw | diff to current |
2017-06-21 |
Ingo Schwarze | Outside explicit font context, give every letter its... |
blob | commitdiff | raw | diff to current |
2017-06-21 |
Ingo Schwarze | quoted words are not parsed for defined keys |
blob | commitdiff | raw | diff to current |
2017-06-21 |
Ingo Schwarze | Recognize well-known functions names (the same that... |
blob | commitdiff | raw | diff to current |
2017-06-20 |
Ingo Schwarze | KNF: remove parentheses from switch case labels; no... |
blob | commitdiff | raw | diff to current |
2017-03-11 |
Ingo Schwarze | Improve detection of recursive eqn(7) "define" statements: |
blob | commitdiff | raw | diff to current |
2016-01-08 |
Ingo Schwarze | The root of an .EQ tree is always EQN_ROOT, never EQN_LIST, |
blob | commitdiff | raw | diff to current |
2016-01-07 |
Ingo Schwarze | Recursive "define" was not detected because "lim" was... |
blob | commitdiff | raw | diff to current |
2015-10-06 |
Ingo Schwarze | modernize style: "return" is not a function |
blob | commitdiff | raw | diff to current |
2015-03-04 |
Ingo Schwarze | in eqn, "prime" is equivalent to \(fm, and - is equival... |
blob | commitdiff | raw | diff to current |
2015-01-28 |
Ingo Schwarze | Clean up eqn(7) error handling: |
blob | commitdiff | raw | diff to current |
2014-10-25 |
Ingo Schwarze | Fix a NULL pointer dereference reported |
blob | commitdiff | raw | diff to current |
2014-10-25 |
Ingo Schwarze | Report arguments to .EQ as an error, and simplify the... |
blob | commitdiff | raw | diff to current |
2014-10-16 |
Ingo Schwarze | Implement in-line equations, much needed by Xenocara... |
blob | commitdiff | raw | diff to current |
2014-10-12 |
Ingo Schwarze | bugfix: do not parse quoted strings for tokens; fixes... |
blob | commitdiff | raw | diff to current |
2014-10-12 |
Ingo Schwarze | Improve error handling in the eqn(7) parser. |
blob | commitdiff | raw | diff to current |
2014-10-10 |
Ingo Schwarze | Drop trailing whitespace, adjust a few indentations, |
blob | commitdiff | raw | diff to current |
2014-10-10 |
Ingo Schwarze | No need to assert() that a pointer is non-null right... |
blob | commitdiff | raw | diff to current |
2014-10-10 |
Kristaps Dzonsons | Ignore "delim" command. |
blob | commitdiff | raw | diff to current |
2014-10-10 |
Kristaps Dzonsons | Re-write of eqn(7) parser and MathML output. |
blob | commitdiff | raw | diff to current |
2014-09-28 |
Kristaps Dzonsons | Parse from/to clauses in eqn. |
blob | commitdiff | raw | diff to current |
2014-09-28 |
Kristaps Dzonsons | Add support for EQNPOS_SUBSUP and a doubly-linked eqn_b... |
blob | commitdiff | raw | diff to current |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
blob | commitdiff | raw | diff to current |
2014-07-06 |
Ingo Schwarze | Clean up messages related to plain text and to escape... |
blob | commitdiff | raw | diff to current |
2014-07-04 |
Ingo Schwarze | Clean up messages regarding excess arguments: |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Ingo Schwarze | Audit malloc(3)/calloc(3)/realloc(3) usage. |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | make sure static buffers for snprintf(3) are large... |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | KNF: case (FOO): -> case FOO:, remove /* LINTED ... |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | The files mandoc.c and mandoc.h contained both speciali... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Kristaps Dzonsons | Implement the first steps of equation parsing from... |
blob | commitdiff | raw | diff to current |
2011-07-23 |
Kristaps Dzonsons | Note GNU extensions in eqn.7. Also add `col' and ... |
blob | commitdiff | raw | diff to current |
2011-07-23 |
Kristaps Dzonsons | Add support for tdefine and ndefine. Consolidate some... |
blob | commitdiff | raw | diff to current |
2011-07-23 |
Kristaps Dzonsons | Raise a warning when text follows the `EN'. |
blob | commitdiff | raw | diff to current |
2011-07-23 |
Kristaps Dzonsons | Add `fat' font. This pretty much brings us in line... |
blob | commitdiff | raw | diff to current |
2011-07-23 |
Kristaps Dzonsons | Ignore `back', `fwd', `up', `down', `mark', and `lineup'. |
blob | commitdiff | raw | diff to current |
2011-07-23 |
Kristaps Dzonsons | Add matrix support. Also remove "above" notion, as... |
blob | commitdiff | raw | diff to current |
2011-07-23 |
Kristaps Dzonsons | The circumflex is also a special space character. |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Kristaps Dzonsons | Check for and throw away `gfont' eqn macros. |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Kristaps Dzonsons | Add support for `gsize' eqn token (introduced in second... |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Kristaps Dzonsons | Add all rendered symbols used by eqn. I use the Second... |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Kristaps Dzonsons | Support translating Greek characters in eqn. |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Kristaps Dzonsons | Fix left/right nesting in eqn. |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Kristaps Dzonsons | Protect macro expansion. |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Kristaps Dzonsons | Use a macro instead of doing a string-fragment compare... |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Kristaps Dzonsons | Give lists their own eqn function. |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Kristaps Dzonsons | Accomodate for hard-spaces with tildes. For now, consi... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Fix eqn handling of PILE clauses (multiple ABOVE statem... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Complete eqn.7 parsing. Features all productions from... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Support `size' constructs in eqn.7. Generalise mandoc_... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Full support for eqn positionals (above, over, sup... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Add eqn subexpression fonts. |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Add support for markers. These decorate the last box... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Support nested `{, }' subexpressions in eqn. Document... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Make `undef' not expand its argument before undefining... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Flip eqn into using parsed nodes. I've temporarily... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Finish the eqn syntactic parser. This correctly parses... |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Kristaps Dzonsons | Definitions in eqn.7 are actually recursive. Do this... |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Kristaps Dzonsons | Fix lost allocation. |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Kristaps Dzonsons | Remember to NULL-ify new keys/vals. |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Kristaps Dzonsons | Provide implementations of `define', `set', and `unset'. |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Kristaps Dzonsons | Warn if equation `define' key is quoted (groff-ism). |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Kristaps Dzonsons | Add initial `define' support for eqn(7). |
blob | commitdiff | raw | diff to current |
2011-07-12 |
Kristaps Dzonsons | Have equation be allocated with mparse. Will be needed... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | Step 1 of restructuring: libmandoc.h. Move all compile... |
blob | commitdiff | raw | diff to current |
2011-03-15 |
Kristaps Dzonsons | Make lint shut up a little bit. |
blob | commitdiff | raw | diff to current |
2011-02-09 |
Kristaps Dzonsons | Allow EQN data to be pushed down into libmdoc via mdoc_... |
blob | commitdiff | raw | diff to current |
2011-02-06 |
Kristaps Dzonsons | Add initial EQN support to mandoc. This parses, then... |
blob | commitdiff | raw | diff to current |
|