summaryrefslogtreecommitdiffstatshomepage
path: root/dummy.c
Commit message (Collapse)AuthorAgeFilesLines
* Considerably improved roff_text parser.Kristaps Dzonsons2008-12-011-251/+0
| | | | Consolidated noop roff macros.
* *** empty log message ***Kristaps Dzonsons2008-11-271-10/+23
|
* Considerable fixes.Kristaps Dzonsons2008-11-271-1/+27
|
* Added "special" macros.Kristaps Dzonsons2008-11-271-54/+87
|
* Added regression tests.Kristaps Dzonsons2008-11-261-4/+10
| | | | Considerable fixes... blah blah blah...
* Imported all macros from mdoc(7).Kristaps Dzonsons2008-11-251-23/+42
| | | | | 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-27/+23
| | | | | Removed verbose flag. Added more macros and arguments.
* Generic roff_layout for layout tokens.Kristaps Dzonsons2008-11-241-2/+87
|
* Split roff engine into roff.c.Kristaps Dzonsons2008-11-241-14/+43
| | | | Re-worked calling convention for md_*.
* Roff-line tokens parsed into char**.Kristaps Dzonsons2008-11-241-2/+2
|
* Segmentation into html and dummy parsers.Kristaps Dzonsons2008-11-231-0/+44
Initial recursive-descent parser in place for html/ml parser. Parsing of title tags more-or-less in place.