Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lintification. | Kristaps Dzonsons | 2009-03-20 | 1 | -1/+0 |
| | |||||
* | Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2 | Kristaps Dzonsons | 2009-03-20 | 1 | -3/+3 |
| | | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists. | ||||
* | Clean up ASCII table's memory. | Kristaps Dzonsons | 2009-03-17 | 1 | -9/+36 |
| | |||||
* | Fixed mdoc_phrase escape handling. | Kristaps Dzonsons | 2009-03-16 | 1 | -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. |