Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Slowly decoupling mdoc(3) from being OpenBSD-only.VERSION.1.3.6 | Kristaps Dzonsons | 2009-02-27 | 1 | -7/+25 |
| | |||||
* | Character-encoding stuff documented, expanded. | Kristaps Dzonsons | 2009-02-27 | 1 | -24/+46 |
| | |||||
* | More character-encoding. | Kristaps Dzonsons | 2009-02-27 | 1 | -15/+153 |
| | |||||
* | Header and footer now use term API. | Kristaps Dzonsons | 2009-02-26 | 1 | -23/+19 |
| | |||||
* | More list work. | Kristaps Dzonsons | 2009-02-25 | 1 | -5/+6 |
| | |||||
* | *** empty log message *** | Kristaps Dzonsons | 2009-02-25 | 1 | -38/+34 |
| | |||||
* | Added [almost] all list types. | Kristaps Dzonsons | 2009-02-25 | 1 | -20/+48 |
| | |||||
* | Support for nested lists added. | Kristaps Dzonsons | 2009-02-25 | 1 | -3/+4 |
| | |||||
* | Some offsets built into termpair. | Kristaps Dzonsons | 2009-02-25 | 1 | -14/+6 |
| | |||||
* | Added "termpair" for symmetric flag-setting. | Kristaps Dzonsons | 2009-02-25 | 1 | -2/+20 |
| | |||||
* | Added several more mdocterm outputs. | Kristaps Dzonsons | 2009-02-24 | 1 | -0/+4 |
| | |||||
* | Compiles fine on NetBSD now, too. | Kristaps Dzonsons | 2009-02-23 | 1 | -8/+14 |
| | |||||
* | Adding revamped webpage. | Kristaps Dzonsons | 2009-02-23 | 1 | -2/+1 |
| | |||||
* | More in-file documentation and Linux-isation. | Kristaps Dzonsons | 2009-02-23 | 1 | -3/+4 |
| | | | | Moved mdoc_macros table definition into macro.c, where it belongs. | ||||
* | Considerable mdoc.3 documentation. | Kristaps Dzonsons | 2009-02-23 | 1 | -0/+15 |
| | | | | Added a few more escapes and macros. | ||||
* | termact.c -> term.c | Kristaps Dzonsons | 2009-02-23 | 1 | -13/+507 |
| | | | | | | term.c -> mdocterm.c tree.c -> mdoctree.c Fixed/finished mmain.h. | ||||
* | BROKEN BUILD: migrating to mmain stuff. | Kristaps Dzonsons | 2009-02-22 | 1 | -248/+19 |
| | |||||
* | Split mdocml -> mdocterm, mdoctree (new manuals, etc.). | Kristaps Dzonsons | 2009-02-21 | 1 | -0/+289 |
Escape-recognition term.c. |