aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Nm works properly, many other changes, etc.Kristaps Dzonsons2008-12-055-48/+371
|
* *** empty log message ***Kristaps Dzonsons2008-12-056-165/+210
|
* *** empty log message ***Kristaps Dzonsons2008-12-054-27/+68
|
* *** empty log message ***Kristaps Dzonsons2008-12-056-208/+203
|
* *** empty log message ***Kristaps Dzonsons2008-12-046-145/+231
|
* Moved charset recognition into the filter.Kristaps Dzonsons2008-12-047-220/+207
|
* Character-set validation fixes.Kristaps Dzonsons2008-12-045-15/+44
|
* Character-encoding tests.Kristaps Dzonsons2008-12-0410-187/+651
|
* More html-css.Kristaps Dzonsons2008-12-0411-120/+347
|
* Initial html outputs working.Kristaps Dzonsons2008-12-033-25/+176
|
* Major update.Kristaps Dzonsons2008-12-039-151/+431
|
* Abstract ml/mlg/html/xml.Kristaps Dzonsons2008-12-0310-738/+762
|
* Transition to splitting xml/ml.Kristaps Dzonsons2008-12-025-138/+375
|
* Added `Sm' functionality.Kristaps Dzonsons2008-12-025-153/+252
|
* Lint fixes and prettiness.Kristaps Dzonsons2008-12-022-49/+30
|
* Improvements to the xml part.Kristaps Dzonsons2008-12-026-119/+219
|
* No more segfaults when run over openbsd sources.Kristaps Dzonsons2008-12-012-14/+117
|
* Better Oo/Oc support.Kristaps Dzonsons2008-12-011-5/+4
|
* Considerable scoping fixes.Kristaps Dzonsons2008-12-013-24/+43
|
* Considerably improved roff_text parser.Kristaps Dzonsons2008-12-016-415/+167
| | | | Consolidated noop roff macros.
* *** empty log message ***Kristaps Dzonsons2008-12-013-90/+148
|
* Small fixes to output.Kristaps Dzonsons2008-11-303-45/+81
|
* Preliminary xml output filter (validate-renamed) done.Kristaps Dzonsons2008-11-307-104/+152
|
* Cleaned up presentation with mbuf_putstring & al.Kristaps Dzonsons2008-11-305-102/+107
|
* Validate-cum-xmlprint now includes arguments.Kristaps Dzonsons2008-11-301-3/+49
|
* Small error fixed.Kristaps Dzonsons2008-11-301-2/+2
|
* Fixed spacing (almost there).Kristaps Dzonsons2008-11-304-46/+117
|
* Backed out PUNCT changes (again).Kristaps Dzonsons2008-11-303-58/+112
|
* Annotated omit-punctuation macros.Kristaps Dzonsons2008-11-291-29/+30
|
* Validation presentation (html-like).Kristaps Dzonsons2008-11-293-84/+132
| | | | | Fixed newlining for data. Moved roffhead/rofftail to roff_Os.
* Inclusion of "real" validation code.Kristaps Dzonsons2008-11-295-28/+401
|
* Cleaned up exit routine.Kristaps Dzonsons2008-11-281-11/+33
| | | | Added roffhead and rofftail call.
* Removed superfluous structures from rofftree.Kristaps Dzonsons2008-11-283-110/+62
| | | | Added roffdata for generalised text processing.
* Initial pushing to mbuf.Kristaps Dzonsons2008-11-287-75/+138
|
* *** empty log message ***Kristaps Dzonsons2008-11-276-34/+60
|
* Considerable fixes.Kristaps Dzonsons2008-11-274-231/+212
|
* Added "special" macros.Kristaps Dzonsons2008-11-273-60/+107
|
* More fixes and work-ness.Kristaps Dzonsons2008-11-273-54/+91
|
* Mainly quotes.Kristaps Dzonsons2008-11-273-88/+165
|
* Various fixes.Kristaps Dzonsons2008-11-263-194/+92
|
* Considerable fixes.Kristaps Dzonsons2008-11-263-152/+270
|
* Added regression tests.Kristaps Dzonsons2008-11-264-261/+326
| | | | Considerable fixes... blah blah blah...
* Imported all macros from mdoc(7).Kristaps Dzonsons2008-11-254-161/+522
| | | | | 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.).
* Protection against non-ascii.Kristaps Dzonsons2008-11-251-1/+7
|
* Single call-back for filters.Kristaps Dzonsons2008-11-257-145/+252
| | | | | 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-243-164/+228
|
* Split roff engine into roff.c.Kristaps Dzonsons2008-11-247-673/+801
| | | | Re-worked calling convention for md_*.
* Roff-line tokens parsed into char**.Kristaps Dzonsons2008-11-244-49/+92
|
* Added initial support for callable/parsable.Kristaps Dzonsons2008-11-231-5/+48
|