summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Renamed roffstr as roffkv (key-value) and split out char/size_t intoKristaps Dzonsons2011-07-291-43/+50
* Fix border condition in `tr' grokking arguments.Kristaps Dzonsons2011-07-281-1/+2
* Remove TODO entry about `tr'.Kristaps Dzonsons2011-07-281-2/+0
* An implementation of `tr'. This routes allocations of TEXT nodesKristaps Dzonsons2011-07-285-27/+194
* Correctly set valsz this time.Kristaps Dzonsons2011-07-271-3/+3
* Have roffstr keep track of string lengths.Kristaps Dzonsons2011-07-271-2/+9
* Fix a memory-offset bug that was hell tracking down.Kristaps Dzonsons2011-07-271-1/+1
* Rename some terms (incremental part of a larger set of check-ins).Kristaps Dzonsons2011-07-271-18/+18
* Fix hyphen-replacement loop.Kristaps Dzonsons2011-07-271-3/+5
* Critical fix to avoid looping forever.Kristaps Dzonsons2011-07-271-1/+3
* Clean up roff_getstrn() function.Kristaps Dzonsons2011-07-271-4/+5
* Simply word allocation in libmdoc and libman.Kristaps Dzonsons2011-07-272-16/+2
* Disable in-line eqn processing for a bit.Kristaps Dzonsons2011-07-273-3/+13
* Move mandoc_hyph() into roff_parsetext() as a single conditional. WhileKristaps Dzonsons2011-07-273-59/+31
* First, roff_res() has no need to invoke ROFF_RERUN: since it's executedKristaps Dzonsons2011-07-272-20/+46
* Update mandoc_hyph() to the extent that numbers on either side of theKristaps Dzonsons2011-07-271-9/+20
* Use correct column of warning messages and make sure this function isKristaps Dzonsons2011-07-261-10/+16
* Move checking of escapes into roff.c, where we're already steppingKristaps Dzonsons2011-07-263-68/+24
* Implement the first steps of equation parsing from within libmdoc.Kristaps Dzonsons2011-07-257-20/+113
* Slip in a typo.VERSION.1.11.5Kristaps Dzonsons2011-07-241-1/+1
* We're officially no longer UNIX-specific; make this clear.Kristaps Dzonsons2011-07-242-10/+32
* Scary-looking but otherwise harmless changes allow me to build for Windows.Kristaps Dzonsons2011-07-2414-70/+264
* Tuned the initial eqn output, making it completely simple. ThisKristaps Dzonsons2011-07-244-63/+49
* Flip on equation printing for -T[x]html.Kristaps Dzonsons2011-07-236-14/+101
* Clarify what eqn actually is.Kristaps Dzonsons2011-07-231-0/+3
* Note GNU extensions in eqn.7. Also add `col' and `pile', which areKristaps Dzonsons2011-07-233-2/+8
* Add support for tdefine and ndefine. Consolidate some error messages. AddKristaps Dzonsons2011-07-237-32/+75
* Raise a warning when text follows the `EN'.Kristaps Dzonsons2011-07-231-1/+7
* Add `fat' font. This pretty much brings us in line with the secondKristaps Dzonsons2011-07-233-1/+3
* Ignore `back', `fwd', `up', `down', `mark', and `lineup'.Kristaps Dzonsons2011-07-232-3/+45
* Add matrix support. Also remove "above" notion, as all elements in aKristaps Dzonsons2011-07-235-32/+81
* The circumflex is also a special space character.Kristaps Dzonsons2011-07-233-24/+37
* Check for and throw away `gfont' eqn macros.Kristaps Dzonsons2011-07-222-3/+26
* Add support for `gsize' eqn token (introduced in second-edition troff).Kristaps Dzonsons2011-07-225-13/+42
* Add all rendered symbols used by eqn. I use the Second-Edition User'sKristaps Dzonsons2011-07-222-47/+100
* Add support for 1/2, 1/4, and 3/4 (needed by eqn).Kristaps Dzonsons2011-07-223-1/+7
* Clearer documentation of grammar in eqn.7 and addition of Greek symbols.Kristaps Dzonsons2011-07-221-29/+22
* Support translating Greek characters in eqn.Kristaps Dzonsons2011-07-221-0/+94
* Fix left/right nesting in eqn.Kristaps Dzonsons2011-07-222-4/+8
* Add character output (-Tpdf, -Tps, -Tascii) for equations. This is theKristaps Dzonsons2011-07-225-4/+96
* Protect macro expansion.Kristaps Dzonsons2011-07-221-1/+1
* Use a macro instead of doing a string-fragment compare. I just getKristaps Dzonsons2011-07-221-28/+23
* Give lists their own eqn function.Kristaps Dzonsons2011-07-223-36/+61
* Accomodate for hard-spaces with tildes. For now, consider them regularKristaps Dzonsons2011-07-221-4/+16
* Fix eqn handling of PILE clauses (multiple ABOVE statements may beKristaps Dzonsons2011-07-211-17/+14
* Complete eqn.7 parsing. Features all productions from the original 1975Kristaps Dzonsons2011-07-217-124/+279
* Support `size' constructs in eqn.7. Generalise mandoc_strontou to thisKristaps Dzonsons2011-07-218-15/+31
* Full support for eqn positionals (above, over, sup, sub, etc.).Kristaps Dzonsons2011-07-214-8/+49
* Add eqn subexpression fonts.Kristaps Dzonsons2011-07-214-17/+52
* Add support for markers. These decorate the last box: see eqn.7.Kristaps Dzonsons2011-07-214-9/+60