summaryrefslogtreecommitdiffstatshomepage
path: root/ascii.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
|
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
|
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-121-2/+5
| | | | | | | | Indent set to 5 chars (nroff compat). Half-indent set to 3 chars (nroff compat). Default behaviour is loose-y (ignore macro/char/escape). Added -fstrict. Added unknown-character ignoring.
* man(3) doesn't use err.h anymore.Kristaps Dzonsons2009-04-051-7/+1
| | | | | | | | Added .i to man(3). Fixed up manuals. Fixed up webpage. Assertion fixes in man(3) (hashtable). Fixed assertion for .IP in mandoc -man.
* 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.