summaryrefslogtreecommitdiffstatshomepage
path: root/ascii.in
Commit message (Collapse)AuthorAgeFilesLines
* Version: 1.8.5.Kristaps Dzonsons2009-07-281-1/+3
| | | | Added \*R, \*(Tm (obscure -man predefined strings).
* Added Greek characters to ascii.in (from groff_char.7).Kristaps Dzonsons2009-07-281-1/+55
| | | | Added Euro symbols (from groff_char.7).
* Fixed \(bq.Kristaps Dzonsons2009-07-281-2/+2
|
* Re-ordered ascii.in looking for dupes.Kristaps Dzonsons2009-07-271-161/+162
| | | | | Added `vim -q' tip to manuals.7 (thanks uqs@sporlein.net). ifdef'd production of missing specials/predefines.
* Correct handling of \*(xx, \*[xxx], \*x versus \x, \(xx, \([xxx]: predefined ↵Kristaps Dzonsons2009-07-271-200/+222
| | | | strings and escape characters, respectively.
* Fixed \% special char (via groff.7).Kristaps Dzonsons2009-07-261-2/+2
| | | | Added some typographic special chars to mandoc_char.7.
* Added \(hy symbol.Kristaps Dzonsons2009-07-121-1/+2
| | | | | | Properly categorised \- as an arithmetic minus sign. Nd produces \(em instead of old \-. OpenBSD ifdef'd to use old \- after Nd (ok: jmc@openbsd.org).
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
|
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
|
* Made \(ss render as "ss", documented under COMPATIBILITY in mandoc_char.7.Kristaps Dzonsons2009-04-121-2/+2
|
* Added \^ and \~ escapes (Joerg).Kristaps Dzonsons2009-04-121-1/+3
|
* Fixes in going over all OpenBSD manuals.Kristaps Dzonsons2009-03-271-1/+2
|
* Freed more macros from zero-length restrictions.Kristaps Dzonsons2009-03-211-1/+2
| | | | Fixed `Fn' spacing.
* Finished all symbols.Kristaps Dzonsons2009-03-191-1/+33
|
* Fixed mandoc read from stdin.Kristaps Dzonsons2009-03-191-1/+8
| | | | Added some more groff_chars.
* Many more ASCII escapes added.Kristaps Dzonsons2009-03-191-3/+47
| | | | | | Stripped nroff punt from mdocterm.c. Fixed multiple-file handling for mdocterm.c. Cleared up mdoc.h API.
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-0/+134
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.