summaryrefslogtreecommitdiffstatshomepage
path: root/private.h
Commit message (Collapse)AuthorAgeFilesLines
* Imported all macros from mdoc(7).Kristaps Dzonsons2008-11-251-57/+102
| | | | | 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 Dzonsons2008-11-251-7/+73
| | | | | Removed verbose flag. Added more macros and arguments.
* Generic roff_layout for layout tokens.Kristaps Dzonsons2008-11-241-2/+24
|
* Split roff engine into roff.c.Kristaps Dzonsons2008-11-241-20/+20
| | | | Re-worked calling convention for md_*.
* Roff-line tokens parsed into char**.Kristaps Dzonsons2008-11-241-4/+4
|
* Considerable improvements across the board.Kristaps Dzonsons2008-11-231-3/+3
|
* Segmentation into html and dummy parsers.Kristaps Dzonsons2008-11-231-0/+68
Initial recursive-descent parser in place for html/ml parser. Parsing of title tags more-or-less in place.