summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Segmentation into html and dummy parsers.Kristaps Dzonsons2008-11-235-184/+623
| | | | | Initial recursive-descent parser in place for html/ml parser. Parsing of title tags more-or-less in place.
* Initial foray into roff-parsing.Kristaps Dzonsons2008-11-232-11/+75
|
* Fuller seperation into mdocml/libmdocml.Kristaps Dzonsons2008-11-224-73/+240
|
* Putting md_run and friends into libmdocml (needs work to be useful).Kristaps Dzonsons2008-11-224-251/+287
|
* Consolidated structs (elim. ptr overhead).Kristaps Dzonsons2008-11-221-62/+51
| | | | Set meaningful buffer default sizes.
* Buffering and line-buffering working and tested.Kristaps Dzonsons2008-11-221-17/+99
|
* Fixed dist hook in Makefile (uses a file-target).Kristaps Dzonsons2008-11-221-2/+4
|
* Initial revisionKristaps Dzonsons2008-11-225-0/+409