aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ascii.c
Commit message (Collapse)AuthorAgeFilesLines
* Lintification.Kristaps Dzonsons2009-03-201-2/+1
|
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION_1_6_2Kristaps Dzonsons2009-03-201-4/+4
| | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists.
* Clean up ASCII table's memory.Kristaps Dzonsons2009-03-171-10/+37
|
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-0/+169
Added MDOC_IGNDELIM (Pf, soon Li, etc.). macro_constant_delimited ignargs -> argv.c parsing. Renamed macro functions to correspond to ontologies. `Fo' and `St' made callable (compat documented). strings.sh deprecated (directly using CPP). Abstracted ASCII translation into ascii.{c,in}. ASCII table uses a self-reordering chained hashtable. Removed old regressions.