Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mainly quotes. | Kristaps Dzonsons | 2008-11-27 | 3 | -86/+163 |
| | |||||
* | Various fixes. | Kristaps Dzonsons | 2008-11-26 | 3 | -192/+90 |
| | |||||
* | Considerable fixes. | Kristaps Dzonsons | 2008-11-26 | 3 | -150/+268 |
| | |||||
* | Added regression tests. | Kristaps Dzonsons | 2008-11-26 | 4 | -258/+323 |
| | | | | Considerable fixes... blah blah blah... | ||||
* | Imported all macros from mdoc(7). | Kristaps Dzonsons | 2008-11-25 | 4 | -158/+519 |
| | | | | | Put all names into roff.c with extern access from private.h. Annotated list of changes that must occur for end-game (scope, nests, etc.). | ||||
* | Protection against non-ascii. | Kristaps Dzonsons | 2008-11-25 | 1 | -0/+6 |
| | |||||
* | Single call-back for filters. | Kristaps Dzonsons | 2008-11-25 | 7 | -138/+245 |
| | | | | | Removed verbose flag. Added more macros and arguments. | ||||
* | Annotated todo for prologue/text tokens. | Kristaps Dzonsons | 2008-11-24 | 1 | -0/+2 |
| | |||||
* | Generic roff_layout for layout tokens. | Kristaps Dzonsons | 2008-11-24 | 3 | -161/+225 |
| | |||||
* | Split roff engine into roff.c. | Kristaps Dzonsons | 2008-11-24 | 7 | -668/+796 |
| | | | | Re-worked calling convention for md_*. | ||||
* | Roff-line tokens parsed into char**. | Kristaps Dzonsons | 2008-11-24 | 4 | -45/+88 |
| | |||||
* | Added initial support for callable/parsable. | Kristaps Dzonsons | 2008-11-23 | 1 | -4/+47 |
| | |||||
* | Fixed clarity in libmdocml.c. | Kristaps Dzonsons | 2008-11-23 | 4 | -62/+86 |
| | | | | Fixed debugging messages. | ||||
* | Considerable improvements across the board. | Kristaps Dzonsons | 2008-11-23 | 6 | -208/+243 |
| | |||||
* | Initial support for Sh. | Kristaps Dzonsons | 2008-11-23 | 3 | -12/+96 |
| | | | | Debugging things (will be changed out). | ||||
* | Segmentation into html and dummy parsers. | Kristaps Dzonsons | 2008-11-23 | 5 | -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 Dzonsons | 2008-11-23 | 2 | -9/+73 |
| | |||||
* | Fuller seperation into mdocml/libmdocml. | Kristaps Dzonsons | 2008-11-22 | 4 | -70/+237 |
| | |||||
* | Putting md_run and friends into libmdocml (needs work to be useful). | Kristaps Dzonsons | 2008-11-22 | 4 | -248/+284 |
| | |||||
* | Consolidated structs (elim. ptr overhead). | Kristaps Dzonsons | 2008-11-22 | 1 | -61/+50 |
| | | | | Set meaningful buffer default sizes. | ||||
* | Buffering and line-buffering working and tested. | Kristaps Dzonsons | 2008-11-22 | 1 | -16/+98 |
| | |||||
* | Fixed dist hook in Makefile (uses a file-target). | Kristaps Dzonsons | 2008-11-22 | 1 | -2/+4 |
| | |||||
* | Initial revision | Kristaps Dzonsons | 2008-11-22 | 5 | -0/+409 |