aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Make sure that in -Tascii mode, predefined strings render the sameIngo Schwarze2011-07-311-4/+4
* Regression fixes after merging 1.11.3 to OpenBSD (rev. 1.20):Ingo Schwarze2011-07-311-3/+5
* Use a character-table for quick per-character substitution in `tr'. AsKristaps Dzonsons2011-07-291-43/+72
* Renamed roffstr as roffkv (key-value) and split out char/size_t intoKristaps Dzonsons2011-07-291-44/+51
* Fix border condition in `tr' grokking arguments.Kristaps Dzonsons2011-07-281-2/+3
* Remove TODO entry about `tr'.Kristaps Dzonsons2011-07-281-3/+1
* An implementation of `tr'. This routes allocations of TEXT nodesKristaps Dzonsons2011-07-285-33/+200
* Correctly set valsz this time.Kristaps Dzonsons2011-07-271-4/+4
* Have roffstr keep track of string lengths.Kristaps Dzonsons2011-07-271-3/+10
* Fix a memory-offset bug that was hell tracking down.Kristaps Dzonsons2011-07-271-2/+2
* Rename some terms (incremental part of a larger set of check-ins).Kristaps Dzonsons2011-07-271-19/+19
* Fix hyphen-replacement loop.Kristaps Dzonsons2011-07-271-4/+6
* Critical fix to avoid looping forever.Kristaps Dzonsons2011-07-271-2/+4
* Clean up roff_getstrn() function.Kristaps Dzonsons2011-07-271-5/+6
* Simply word allocation in libmdoc and libman.Kristaps Dzonsons2011-07-272-18/+4
* Disable in-line eqn processing for a bit.Kristaps Dzonsons2011-07-273-6/+16
* Move mandoc_hyph() into roff_parsetext() as a single conditional. WhileKristaps Dzonsons2011-07-273-62/+34
* First, roff_res() has no need to invoke ROFF_RERUN: since it's executedKristaps Dzonsons2011-07-272-22/+48
* Update mandoc_hyph() to the extent that numbers on either side of theKristaps Dzonsons2011-07-271-10/+21
* Use correct column of warning messages and make sure this function isKristaps Dzonsons2011-07-261-11/+17
* Move checking of escapes into roff.c, where we're already steppingKristaps Dzonsons2011-07-263-71/+27
* Implement the first steps of equation parsing from within libmdoc.Kristaps Dzonsons2011-07-257-26/+119
* Slip in a typo.VERSION_1_11_5Kristaps Dzonsons2011-07-241-2/+2
* We're officially no longer UNIX-specific; make this clear.Kristaps Dzonsons2011-07-242-11/+33
* Scary-looking but otherwise harmless changes allow me to build for Windows.Kristaps Dzonsons2011-07-2414-77/+271
* Tuned the initial eqn output, making it completely simple. ThisKristaps Dzonsons2011-07-244-66/+52
* Flip on equation printing for -T[x]html.Kristaps Dzonsons2011-07-236-18/+105
* Clarify what eqn actually is.Kristaps Dzonsons2011-07-231-1/+4
* Note GNU extensions in eqn.7. Also add `col' and `pile', which areKristaps Dzonsons2011-07-233-5/+11
* Add support for tdefine and ndefine. Consolidate some error messages. AddKristaps Dzonsons2011-07-237-39/+82
* 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-233-4/+6
* Ignore `back', `fwd', `up', `down', `mark', and `lineup'.Kristaps Dzonsons2011-07-232-5/+47
* Add matrix support. Also remove "above" notion, as all elements in aKristaps Dzonsons2011-07-235-37/+86
* The circumflex is also a special space character.Kristaps Dzonsons2011-07-233-28/+41
* Check for and throw away `gfont' eqn macros.Kristaps Dzonsons2011-07-222-5/+28
* Add support for `gsize' eqn token (introduced in second-edition troff).Kristaps Dzonsons2011-07-225-18/+47
* Add all rendered symbols used by eqn. I use the Second-Edition User'sKristaps Dzonsons2011-07-222-49/+102
* Add support for 1/2, 1/4, and 3/4 (needed by eqn).Kristaps Dzonsons2011-07-223-5/+11
* Clearer documentation of grammar in eqn.7 and addition of Greek symbols.Kristaps Dzonsons2011-07-221-30/+23
* Support translating Greek characters in eqn.Kristaps Dzonsons2011-07-221-1/+95
* Fix left/right nesting in eqn.Kristaps Dzonsons2011-07-222-7/+11
* Add character output (-Tpdf, -Tps, -Tascii) for equations. This is theKristaps Dzonsons2011-07-225-7/+99
* Protect macro expansion.Kristaps Dzonsons2011-07-221-2/+2
* Use a macro instead of doing a string-fragment compare. I just getKristaps Dzonsons2011-07-221-29/+24
* Give lists their own eqn function.Kristaps Dzonsons2011-07-223-39/+64
* Accomodate for hard-spaces with tildes. For now, consider them regularKristaps Dzonsons2011-07-221-5/+17
* Fix eqn handling of PILE clauses (multiple ABOVE statements may beKristaps Dzonsons2011-07-211-18/+15
* Complete eqn.7 parsing. Features all productions from the original 1975Kristaps Dzonsons2011-07-217-131/+286
* Support `size' constructs in eqn.7. Generalise mandoc_strontou to thisKristaps Dzonsons2011-07-218-23/+39