Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version: 1.8.5. | Kristaps Dzonsons | 2009-07-28 | 1 | -0/+2 |
| | | | | Added \*R, \*(Tm (obscure -man predefined strings). | ||||
* | Added Greek characters to ascii.in (from groff_char.7). | Kristaps Dzonsons | 2009-07-28 | 1 | -0/+54 |
| | | | | Added Euro symbols (from groff_char.7). | ||||
* | Fixed \(bq. | Kristaps Dzonsons | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | Re-ordered ascii.in looking for dupes. | Kristaps Dzonsons | 2009-07-27 | 1 | -160/+161 |
| | | | | | 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 Dzonsons | 2009-07-27 | 1 | -199/+221 |
| | | | | strings and escape characters, respectively. | ||||
* | Fixed \% special char (via groff.7). | Kristaps Dzonsons | 2009-07-26 | 1 | -1/+1 |
| | | | | Added some typographic special chars to mandoc_char.7. | ||||
* | Added \(hy symbol. | Kristaps Dzonsons | 2009-07-12 | 1 | -0/+1 |
| | | | | | | 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 Dzonsons | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | Using proper license template (const). | Kristaps Dzonsons | 2009-04-12 | 1 | -12/+10 |
| | |||||
* | Made \(ss render as "ss", documented under COMPATIBILITY in mandoc_char.7. | Kristaps Dzonsons | 2009-04-12 | 1 | -1/+1 |
| | |||||
* | Added \^ and \~ escapes (Joerg). | Kristaps Dzonsons | 2009-04-12 | 1 | -0/+2 |
| | |||||
* | Fixes in going over all OpenBSD manuals. | Kristaps Dzonsons | 2009-03-27 | 1 | -0/+1 |
| | |||||
* | Freed more macros from zero-length restrictions. | Kristaps Dzonsons | 2009-03-21 | 1 | -0/+1 |
| | | | | Fixed `Fn' spacing. | ||||
* | Finished all symbols. | Kristaps Dzonsons | 2009-03-19 | 1 | -0/+32 |
| | |||||
* | Fixed mandoc read from stdin. | Kristaps Dzonsons | 2009-03-19 | 1 | -0/+7 |
| | | | | Added some more groff_chars. | ||||
* | Many more ASCII escapes added. | Kristaps Dzonsons | 2009-03-19 | 1 | -2/+46 |
| | | | | | | Stripped nroff punt from mdocterm.c. Fixed multiple-file handling for mdocterm.c. Cleared up mdoc.h API. | ||||
* | Fixed mdoc_phrase escape handling. | Kristaps Dzonsons | 2009-03-16 | 1 | -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. |