summaryrefslogtreecommitdiffstatshomepage
path: root/roff.c
Commit message (Collapse)AuthorAgeFilesLines
...
* More html-css.Kristaps Dzonsons2008-12-041-3/+6
|
* Major update.Kristaps Dzonsons2008-12-031-88/+25
|
* Transition to splitting xml/ml.Kristaps Dzonsons2008-12-021-3/+3
|
* Added `Sm' functionality.Kristaps Dzonsons2008-12-021-101/+194
|
* Lint fixes and prettiness.Kristaps Dzonsons2008-12-021-46/+27
|
* Improvements to the xml part.Kristaps Dzonsons2008-12-021-43/+104
|
* No more segfaults when run over openbsd sources.Kristaps Dzonsons2008-12-011-13/+116
|
* Better Oo/Oc support.Kristaps Dzonsons2008-12-011-5/+4
|
* Considerable scoping fixes.Kristaps Dzonsons2008-12-011-17/+35
|
* Considerably improved roff_text parser.Kristaps Dzonsons2008-12-011-155/+155
| | | | Consolidated noop roff macros.
* *** empty log message ***Kristaps Dzonsons2008-12-011-54/+100
|
* Small fixes to output.Kristaps Dzonsons2008-11-301-4/+8
|
* Preliminary xml output filter (validate-renamed) done.Kristaps Dzonsons2008-11-301-3/+3
|
* Cleaned up presentation with mbuf_putstring & al.Kristaps Dzonsons2008-11-301-4/+9
|
* Small error fixed.Kristaps Dzonsons2008-11-301-2/+2
|
* Fixed spacing (almost there).Kristaps Dzonsons2008-11-301-21/+96
|
* Backed out PUNCT changes (again).Kristaps Dzonsons2008-11-301-41/+91
|
* Annotated omit-punctuation macros.Kristaps Dzonsons2008-11-291-29/+30
|
* Validation presentation (html-like).Kristaps Dzonsons2008-11-291-32/+29
| | | | | Fixed newlining for data. Moved roffhead/rofftail to roff_Os.
* Inclusion of "real" validation code.Kristaps Dzonsons2008-11-291-18/+22
|
* 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_*.