Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Big check-in of compatibility layer. This should work on most major ↵ | Kristaps Dzonsons | 2010-01-01 | 1 | -0/+4 |
| | | | | architectures. Thanks to Joerg Sonnenberger. | ||||
* | Added time.h to various files for FreeBSD compilation (thanks Ulrich Sporlein). | Kristaps Dzonsons | 2009-10-26 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | First addition of -man macro support. | Kristaps Dzonsons | 2009-03-23 | 1 | -1/+1 |
| | | | | Abstraction of mdoc. | ||||
* | Fixed mdoc_phrase escape handling. | Kristaps Dzonsons | 2009-03-16 | 1 | -0/+34 |
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. |