summaryrefslogtreecommitdiffstatshomepage
path: root/tree.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
|
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
|
* Proper resetting of memory.Kristaps Dzonsons2009-04-031-15/+21
| | | | Array boundary fixed (-W).
* -man printing linked to -Ttree.Kristaps Dzonsons2009-03-231-7/+59
|
* NetBSD lintified.Kristaps Dzonsons2009-03-191-1/+2
|
* Split mdocterm.c -> main.c terminal.c.Kristaps Dzonsons2009-03-191-0/+137
| | | | | | Abstracted output with -T selector (default ascii). Name change: mdocterm -> mandoc. Re-imported tree with -Ttree.
* termact.c -> term.cKristaps Dzonsons2009-02-231-132/+0
| | | | | | term.c -> mdocterm.c tree.c -> mdoctree.c Fixed/finished mmain.h.
* Split mdocml -> mdocterm, mdoctree (new manuals, etc.).Kristaps Dzonsons2009-02-211-3/+2
| | | | Escape-recognition term.c.
* More flesh in terminal-encoder.Kristaps Dzonsons2009-02-201-2/+4
|
* Re-added tree.c (for now).Kristaps Dzonsons2009-02-201-0/+131
| | | | Added initial terminal-output filter (term.c).
* Removed (moving) tree.c.Kristaps Dzonsons2009-02-201-131/+0
|
* Separating output filters.Kristaps Dzonsons2009-01-171-9/+39
|
* Initial separation of tree/mdocml.1.Kristaps Dzonsons2009-01-161-0/+101
Finished mdoc.3. Broken build: mdocml.c.