summaryrefslogtreecommitdiffstats
path: root/html4_strict.c
Commit message (Collapse)AuthorAgeFilesLines
* Split roff engine into roff.c.Kristaps Dzonsons2008-11-241-616/+6
| | | | Re-worked calling convention for md_*.
* Roff-line tokens parsed into char**.Kristaps Dzonsons2008-11-241-41/+83
|
* Added initial support for callable/parsable.Kristaps Dzonsons2008-11-231-4/+47
|
* Fixed clarity in libmdocml.c.Kristaps Dzonsons2008-11-231-27/+35
| | | | Fixed debugging messages.
* Considerable improvements across the board.Kristaps Dzonsons2008-11-231-201/+234
|
* Initial support for Sh.Kristaps Dzonsons2008-11-231-12/+93
| | | | Debugging things (will be changed out).
* Segmentation into html and dummy parsers.Kristaps Dzonsons2008-11-231-0/+451
Initial recursive-descent parser in place for html/ml parser. Parsing of title tags more-or-less in place.