Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Considerable fixes. | Kristaps Dzonsons | 2008-11-27 | 1 | -4/+7 |
| | |||||
* | Added "special" macros. | Kristaps Dzonsons | 2008-11-27 | 1 | -0/+1 |
| | |||||
* | Mainly quotes. | Kristaps Dzonsons | 2008-11-27 | 1 | -1/+3 |
| | |||||
* | Considerable fixes. | Kristaps Dzonsons | 2008-11-26 | 1 | -84/+126 |
| | |||||
* | Added regression tests. | Kristaps Dzonsons | 2008-11-26 | 1 | -5/+11 |
| | | | | Considerable fixes... blah blah blah... | ||||
* | Imported all macros from mdoc(7). | Kristaps Dzonsons | 2008-11-25 | 1 | -56/+101 |
| | | | | | 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.). | ||||
* | Single call-back for filters. | Kristaps Dzonsons | 2008-11-25 | 1 | -6/+72 |
| | | | | | Removed verbose flag. Added more macros and arguments. | ||||
* | Generic roff_layout for layout tokens. | Kristaps Dzonsons | 2008-11-24 | 1 | -1/+23 |
| | |||||
* | Split roff engine into roff.c. | Kristaps Dzonsons | 2008-11-24 | 1 | -19/+19 |
| | | | | Re-worked calling convention for md_*. | ||||
* | Roff-line tokens parsed into char**. | Kristaps Dzonsons | 2008-11-24 | 1 | -3/+3 |
| | |||||
* | Considerable improvements across the board. | Kristaps Dzonsons | 2008-11-23 | 1 | -2/+2 |
| | |||||
* | Segmentation into html and dummy parsers. | Kristaps Dzonsons | 2008-11-23 | 1 | -0/+68 |
Initial recursive-descent parser in place for html/ml parser. Parsing of title tags more-or-less in place. |