aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleaned up exit routine.Kristaps Dzonsons2008-11-281-11/+33
| | | | Added roffhead and rofftail call.
* Removed superfluous structures from rofftree.Kristaps Dzonsons2008-11-281-93/+48
| | | | Added roffdata for generalised text processing.
* Initial pushing to mbuf.Kristaps Dzonsons2008-11-281-39/+74
|
* *** empty log message ***Kristaps Dzonsons2008-11-271-12/+12
|
* Considerable fixes.Kristaps Dzonsons2008-11-271-224/+174
|
* Added "special" macros.Kristaps Dzonsons2008-11-271-5/+18
|
* More fixes and work-ness.Kristaps Dzonsons2008-11-271-50/+84
|
* Mainly quotes.Kristaps Dzonsons2008-11-271-85/+160
|
* Various fixes.Kristaps Dzonsons2008-11-261-191/+88
|
* Considerable fixes.Kristaps Dzonsons2008-11-261-64/+140
|
* Added regression tests.Kristaps Dzonsons2008-11-261-251/+294
| | | | Considerable fixes... blah blah blah...
* Imported all macros from mdoc(7).Kristaps Dzonsons2008-11-251-81/+377
| | | | | 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-95/+126
| | | | | Removed verbose flag. Added more macros and arguments.
* Annotated todo for prologue/text tokens.Kristaps Dzonsons2008-11-241-1/+3
|
* Generic roff_layout for layout tokens.Kristaps Dzonsons2008-11-241-160/+117
|
* Split roff engine into roff.c.Kristaps Dzonsons2008-11-241-0/+701
Re-worked calling convention for md_*.