summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Generic roff_layout for layout tokens.Kristaps Dzonsons2008-11-243-161/+225
|
* Split roff engine into roff.c.Kristaps Dzonsons2008-11-247-668/+796
| | | | Re-worked calling convention for md_*.
* Roff-line tokens parsed into char**.Kristaps Dzonsons2008-11-244-45/+88
|
* Added initial support for callable/parsable.Kristaps Dzonsons2008-11-231-4/+47
|
* Fixed clarity in libmdocml.c.Kristaps Dzonsons2008-11-234-62/+86
| | | | Fixed debugging messages.
* Considerable improvements across the board.Kristaps Dzonsons2008-11-236-208/+243
|
* Initial support for Sh.Kristaps Dzonsons2008-11-233-12/+96
| | | | Debugging things (will be changed out).
* Segmentation into html and dummy parsers.Kristaps Dzonsons2008-11-235-183/+622
| | | | | 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-9/+73
|
* Fuller seperation into mdocml/libmdocml.Kristaps Dzonsons2008-11-224-70/+237
|
* Putting md_run and friends into libmdocml (needs work to be useful).Kristaps Dzonsons2008-11-224-248/+284
|
* 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
|
* Fixed dist hook in Makefile (uses a file-target).Kristaps Dzonsons2008-11-221-2/+4
|
* Initial revisionKristaps Dzonsons2008-11-225-0/+409