]> git.cameronkatri.com Git - mandoc.git/history - eqn.c
Integrate the makewhatis binary into the mandoc binary
[mandoc.git] / eqn.c
2014-10-25 Ingo SchwarzeFix a NULL pointer dereference reported
2014-10-25 Ingo SchwarzeReport arguments to .EQ as an error, and simplify the...
2014-10-16 Ingo SchwarzeImplement in-line equations, much needed by Xenocara...
2014-10-12 Ingo Schwarzebugfix: do not parse quoted strings for tokens; fixes...
2014-10-12 Ingo SchwarzeImprove error handling in the eqn(7) parser.
2014-10-10 Ingo SchwarzeDrop trailing whitespace, adjust a few indentations,
2014-10-10 Ingo SchwarzeNo need to assert() that a pointer is non-null right...
2014-10-10 Kristaps DzonsonsIgnore "delim" command.
2014-10-10 Kristaps DzonsonsRe-write of eqn(7) parser and MathML output.
2014-09-28 Kristaps DzonsonsParse from/to clauses in eqn.
2014-09-28 Kristaps DzonsonsAdd support for EQNPOS_SUBSUP and a doubly-linked eqn_b...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-07-06 Ingo SchwarzeClean up messages related to plain text and to escape...
2014-07-04 Ingo SchwarzeClean up messages regarding excess arguments:
2014-04-23 Ingo SchwarzeAudit malloc(3)/calloc(3)/realloc(3) usage.
2014-04-20 Ingo Schwarzemake sure static buffers for snprintf(3) are large...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2011-07-25 Kristaps DzonsonsImplement the first steps of equation parsing from...
2011-07-23 Kristaps DzonsonsNote GNU extensions in eqn.7. Also add `col' and ...
2011-07-23 Kristaps DzonsonsAdd support for tdefine and ndefine. Consolidate some...
2011-07-23 Kristaps DzonsonsRaise a warning when text follows the `EN'.
2011-07-23 Kristaps DzonsonsAdd `fat' font. This pretty much brings us in line...
2011-07-23 Kristaps DzonsonsIgnore `back', `fwd', `up', `down', `mark', and `lineup'.
2011-07-23 Kristaps DzonsonsAdd matrix support. Also remove "above" notion, as...
2011-07-23 Kristaps DzonsonsThe circumflex is also a special space character.
2011-07-22 Kristaps DzonsonsCheck for and throw away `gfont' eqn macros.
2011-07-22 Kristaps DzonsonsAdd support for `gsize' eqn token (introduced in second...
2011-07-22 Kristaps DzonsonsAdd all rendered symbols used by eqn. I use the Second...
2011-07-22 Kristaps DzonsonsSupport translating Greek characters in eqn.
2011-07-22 Kristaps DzonsonsFix left/right nesting in eqn.
2011-07-22 Kristaps DzonsonsProtect macro expansion.
2011-07-22 Kristaps DzonsonsUse a macro instead of doing a string-fragment compare...
2011-07-22 Kristaps DzonsonsGive lists their own eqn function.
2011-07-22 Kristaps DzonsonsAccomodate for hard-spaces with tildes. For now, consi...
2011-07-21 Kristaps DzonsonsFix eqn handling of PILE clauses (multiple ABOVE statem...
2011-07-21 Kristaps DzonsonsComplete eqn.7 parsing. Features all productions from...
2011-07-21 Kristaps DzonsonsSupport `size' constructs in eqn.7. Generalise mandoc_...
2011-07-21 Kristaps DzonsonsFull support for eqn positionals (above, over, sup...
2011-07-21 Kristaps DzonsonsAdd eqn subexpression fonts.
2011-07-21 Kristaps DzonsonsAdd support for markers. These decorate the last box...
2011-07-21 Kristaps DzonsonsSupport nested `{, }' subexpressions in eqn. Document...
2011-07-21 Kristaps DzonsonsMake `undef' not expand its argument before undefining...
2011-07-21 Kristaps DzonsonsFlip eqn into using parsed nodes. I've temporarily...
2011-07-21 Kristaps DzonsonsFinish the eqn syntactic parser. This correctly parses...
2011-07-18 Kristaps DzonsonsDefinitions in eqn.7 are actually recursive. Do this...
2011-07-17 Kristaps DzonsonsFix lost allocation.
2011-07-17 Kristaps DzonsonsRemember to NULL-ify new keys/vals.
2011-07-17 Kristaps DzonsonsProvide implementations of `define', `set', and `unset'.
2011-07-17 Kristaps DzonsonsWarn if equation `define' key is quoted (groff-ism).
2011-07-17 Kristaps DzonsonsAdd initial `define' support for eqn(7).
2011-07-12 Kristaps DzonsonsHave equation be allocated with mparse. Will be needed...
2011-03-22 Kristaps DzonsonsStep 1 of restructuring: libmandoc.h. Move all compile...
2011-03-15 Kristaps DzonsonsMake lint shut up a little bit.
2011-02-09 Kristaps DzonsonsAllow EQN data to be pushed down into libmdoc via mdoc_...
2011-02-06 Kristaps DzonsonsAdd initial EQN support to mandoc. This parses, then...