summaryrefslogtreecommitdiffstats
path: root/mdocml.c
Commit message (Collapse)AuthorAgeFilesLines
* Split roff engine into roff.c.Kristaps Dzonsons2008-11-241-1/+3
| | | | Re-worked calling convention for md_*.
* Fixed clarity in libmdocml.c.Kristaps Dzonsons2008-11-231-9/+28
| | | | Fixed debugging messages.
* Considerable improvements across the board.Kristaps Dzonsons2008-11-231-0/+3
|
* Initial support for Sh.Kristaps Dzonsons2008-11-231-0/+1
| | | | Debugging things (will be changed out).
* Initial foray into roff-parsing.Kristaps Dzonsons2008-11-231-1/+1
|
* Fuller seperation into mdocml/libmdocml.Kristaps Dzonsons2008-11-221-19/+29
|
* Putting md_run and friends into libmdocml (needs work to be useful).Kristaps Dzonsons2008-11-221-237/+65
|
* Consolidated structs (elim. ptr overhead).Kristaps Dzonsons2008-11-221-61/+50
| | | | Set meaningful buffer default sizes.
* Buffering and line-buffering working and tested.Kristaps Dzonsons2008-11-221-16/+98
|
* Initial revisionKristaps Dzonsons2008-11-221-0/+287