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. | ||||
* | More lint fixes. | Kristaps Dzonsons | 2009-10-30 | 1 | -1/+0 |
| | | | | Removed err.h from inclusions (less main.c--still in progress). | ||||
* | Added time.h to various files for FreeBSD compilation (thanks Ulrich Sporlein). | Kristaps Dzonsons | 2009-10-26 | 1 | -0/+1 |
| | |||||
* | Moved output definitions into main.h. | Kristaps Dzonsons | 2009-10-13 | 1 | -0/+1 |
| | | | | Pushed terminal_{mdoc,man} into {mdoc,man}_term.c. | ||||
* | Made tree/term/out() functions return void. | Kristaps Dzonsons | 2009-09-16 | 1 | -4/+2 |
| | | | | Put err() functions back into front-ends (no use making it needlessly complex). | ||||
* | Significant overhaul in libman. Macros are now block- and line-scoped (with | Kristaps Dzonsons | 2009-08-13 | 1 | -0/+15 |
| | | | | | | | | next-line scope extensions possible). man.7 reflects block and line scoping, and also includes a REFERENCE section that will be used as a template for the big mdoc reference. Many fixes in next-line behaviour for both inline and block macros. Added some macros for compatibility (from me.7). Corrected quoted-literal handling for libman. | ||||
* | 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 |
| | |||||
* | Proper resetting of memory. | Kristaps Dzonsons | 2009-04-03 | 1 | -14/+20 |
| | | | | Array boundary fixed (-W). | ||||
* | -man printing linked to -Ttree. | Kristaps Dzonsons | 2009-03-23 | 1 | -6/+58 |
| | |||||
* | NetBSD lintified. | Kristaps Dzonsons | 2009-03-19 | 1 | -0/+1 |
| | |||||
* | Split mdocterm.c -> main.c terminal.c. | Kristaps Dzonsons | 2009-03-19 | 1 | -0/+137 |
| | | | | | | Abstracted output with -T selector (default ascii). Name change: mdocterm -> mandoc. Re-imported tree with -Ttree. | ||||
* | termact.c -> term.c | Kristaps Dzonsons | 2009-02-23 | 1 | -132/+0 |
| | | | | | | term.c -> mdocterm.c tree.c -> mdoctree.c Fixed/finished mmain.h. | ||||
* | Split mdocml -> mdocterm, mdoctree (new manuals, etc.). | Kristaps Dzonsons | 2009-02-21 | 1 | -2/+1 |
| | | | | Escape-recognition term.c. | ||||
* | More flesh in terminal-encoder. | Kristaps Dzonsons | 2009-02-20 | 1 | -1/+3 |
| | |||||
* | Re-added tree.c (for now). | Kristaps Dzonsons | 2009-02-20 | 1 | -0/+131 |
| | | | | Added initial terminal-output filter (term.c). | ||||
* | Removed (moving) tree.c. | Kristaps Dzonsons | 2009-02-20 | 1 | -131/+0 |
| | |||||
* | Separating output filters. | Kristaps Dzonsons | 2009-01-17 | 1 | -8/+38 |
| | |||||
* | Initial separation of tree/mdocml.1. | Kristaps Dzonsons | 2009-01-16 | 1 | -0/+101 |
Finished mdoc.3. Broken build: mdocml.c. |