aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/strings.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-89/+0
| | | | | | | | | | | 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.
* Fixed strings.sh to work with NetBSD.Kristaps Dzonsons2009-03-081-6/+9
| | | | Fixed various lint warnings.
* Documented the strings script.Kristaps Dzonsons2009-03-061-1/+4
|
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-0/+83
Added -V option. Deprecated README files.