Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split mdocterm.c -> main.c terminal.c. | Kristaps Dzonsons | 2009-03-19 | 1 | -157/+0 |
| | | | | | | Abstracted output with -T selector (default ascii). Name change: mdocterm -> mandoc. Re-imported tree with -Ttree. | ||||
* | Changed e-mail address to @openbsd. | Kristaps Dzonsons | 2009-03-16 | 1 | -2/+2 |
| | | | | Cleaned up manual-page documentation. | ||||
* | mdoclint accepts multiple files | Kristaps Dzonsons | 2009-03-15 | 1 | -5/+11 |
| | | | | mdocterm punts to nroff if it fails parsing | ||||
* | Bumped minor-number. | Kristaps Dzonsons | 2009-03-08 | 1 | -6/+10 |
| | | | | All sources converted to new schema. | ||||
* | Strings abstracted into dynamically-created C files. | Kristaps Dzonsons | 2009-03-06 | 1 | -3/+5 |
| | | | | | Added -V option. Deprecated README files. | ||||
* | More in-file documentation and Linux-isation. | Kristaps Dzonsons | 2009-02-23 | 1 | -3/+0 |
| | | | | Moved mdoc_macros table definition into macro.c, where it belongs. | ||||
* | termact.c -> term.c | Kristaps Dzonsons | 2009-02-23 | 1 | -26/+101 |
| | | | | | | term.c -> mdocterm.c tree.c -> mdoctree.c Fixed/finished mmain.h. | ||||
* | BROKEN BUILD: migrating to mmain stuff. | Kristaps Dzonsons | 2009-02-22 | 1 | -249/+31 |
| | |||||
* | Split mdocml -> mdocterm, mdoctree (new manuals, etc.). | Kristaps Dzonsons | 2009-02-21 | 1 | -0/+291 |
Escape-recognition term.c. |