Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Considerable scoping fixes. | Kristaps Dzonsons | 2008-12-01 | 1 | -16/+34 | |
| | ||||||
* | Considerably improved roff_text parser. | Kristaps Dzonsons | 2008-12-01 | 1 | -154/+154 | |
| | | | | Consolidated noop roff macros. | |||||
* | *** empty log message *** | Kristaps Dzonsons | 2008-12-01 | 1 | -53/+99 | |
| | ||||||
* | Small fixes to output. | Kristaps Dzonsons | 2008-11-30 | 1 | -3/+7 | |
| | ||||||
* | Preliminary xml output filter (validate-renamed) done. | Kristaps Dzonsons | 2008-11-30 | 1 | -2/+2 | |
| | ||||||
* | Cleaned up presentation with mbuf_putstring & al. | Kristaps Dzonsons | 2008-11-30 | 1 | -3/+8 | |
| | ||||||
* | Small error fixed. | Kristaps Dzonsons | 2008-11-30 | 1 | -1/+1 | |
| | ||||||
* | Fixed spacing (almost there). | Kristaps Dzonsons | 2008-11-30 | 1 | -20/+95 | |
| | ||||||
* | Backed out PUNCT changes (again). | Kristaps Dzonsons | 2008-11-30 | 1 | -40/+90 | |
| | ||||||
* | Annotated omit-punctuation macros. | Kristaps Dzonsons | 2008-11-29 | 1 | -28/+29 | |
| | ||||||
* | Validation presentation (html-like). | Kristaps Dzonsons | 2008-11-29 | 1 | -31/+28 | |
| | | | | | Fixed newlining for data. Moved roffhead/rofftail to roff_Os. | |||||
* | Inclusion of "real" validation code. | Kristaps Dzonsons | 2008-11-29 | 1 | -17/+21 | |
| | ||||||
* | Cleaned up exit routine. | Kristaps Dzonsons | 2008-11-28 | 1 | -10/+32 | |
| | | | | Added roffhead and rofftail call. | |||||
* | Removed superfluous structures from rofftree. | Kristaps Dzonsons | 2008-11-28 | 1 | -92/+47 | |
| | | | | Added roffdata for generalised text processing. | |||||
* | Initial pushing to mbuf. | Kristaps Dzonsons | 2008-11-28 | 1 | -38/+73 | |
| | ||||||
* | *** empty log message *** | Kristaps Dzonsons | 2008-11-27 | 1 | -11/+11 | |
| | ||||||
* | Considerable fixes. | Kristaps Dzonsons | 2008-11-27 | 1 | -223/+173 | |
| | ||||||
* | Added "special" macros. | Kristaps Dzonsons | 2008-11-27 | 1 | -4/+17 | |
| | ||||||
* | More fixes and work-ness. | Kristaps Dzonsons | 2008-11-27 | 1 | -49/+83 | |
| | ||||||
* | Mainly quotes. | Kristaps Dzonsons | 2008-11-27 | 1 | -84/+159 | |
| | ||||||
* | Various fixes. | Kristaps Dzonsons | 2008-11-26 | 1 | -190/+87 | |
| | ||||||
* | Considerable fixes. | Kristaps Dzonsons | 2008-11-26 | 1 | -63/+139 | |
| | ||||||
* | Added regression tests. | Kristaps Dzonsons | 2008-11-26 | 1 | -250/+293 | |
| | | | | Considerable fixes... blah blah blah... | |||||
* | Imported all macros from mdoc(7). | Kristaps Dzonsons | 2008-11-25 | 1 | -80/+376 | |
| | | | | | 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 | -94/+125 | |
| | | | | | Removed verbose flag. Added more macros and arguments. | |||||
* | Annotated todo for prologue/text tokens. | Kristaps Dzonsons | 2008-11-24 | 1 | -0/+2 | |
| | ||||||
* | Generic roff_layout for layout tokens. | Kristaps Dzonsons | 2008-11-24 | 1 | -159/+116 | |
| | ||||||
* | Split roff engine into roff.c. | Kristaps Dzonsons | 2008-11-24 | 1 | -0/+701 | |
Re-worked calling convention for md_*. |