Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Abstract ml/mlg/html/xml. | Kristaps Dzonsons | 2008-12-03 | 1 | -51/+0 |
| | |||||
* | Inclusion of "real" validation code. | Kristaps Dzonsons | 2008-11-29 | 1 | -1/+1 |
| | |||||
* | Single call-back for filters. | Kristaps Dzonsons | 2008-11-25 | 1 | -0/+3 |
| | | | | | Removed verbose flag. Added more macros and arguments. | ||||
* | Split roff engine into roff.c. | Kristaps Dzonsons | 2008-11-24 | 1 | -616/+6 |
| | | | | Re-worked calling convention for md_*. | ||||
* | Roff-line tokens parsed into char**. | Kristaps Dzonsons | 2008-11-24 | 1 | -41/+83 |
| | |||||
* | Added initial support for callable/parsable. | Kristaps Dzonsons | 2008-11-23 | 1 | -4/+47 |
| | |||||
* | Fixed clarity in libmdocml.c. | Kristaps Dzonsons | 2008-11-23 | 1 | -27/+35 |
| | | | | Fixed debugging messages. | ||||
* | Considerable improvements across the board. | Kristaps Dzonsons | 2008-11-23 | 1 | -201/+234 |
| | |||||
* | Initial support for Sh. | Kristaps Dzonsons | 2008-11-23 | 1 | -12/+93 |
| | | | | Debugging things (will be changed out). | ||||
* | Segmentation into html and dummy parsers. | Kristaps Dzonsons | 2008-11-23 | 1 | -0/+451 |
Initial recursive-descent parser in place for html/ml parser. Parsing of title tags more-or-less in place. |