summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixed clarity in libmdocml.c.Kristaps Dzonsons2008-11-234-66/+90
| | | | Fixed debugging messages.
* Considerable improvements across the board.Kristaps Dzonsons2008-11-236-213/+248
|
* Initial support for Sh.Kristaps Dzonsons2008-11-233-15/+99
| | | | Debugging things (will be changed out).
* Segmentation into html and dummy parsers.Kristaps Dzonsons2008-11-235-184/+623
| | | | | Initial recursive-descent parser in place for html/ml parser. Parsing of title tags more-or-less in place.
* Initial foray into roff-parsing.Kristaps Dzonsons2008-11-232-11/+75
|
* Fuller seperation into mdocml/libmdocml.Kristaps Dzonsons2008-11-224-73/+240
|
* Putting md_run and friends into libmdocml (needs work to be useful).Kristaps Dzonsons2008-11-224-251/+287
|
* Consolidated structs (elim. ptr overhead).Kristaps Dzonsons2008-11-221-62/+51
| | | | Set meaningful buffer default sizes.
* Buffering and line-buffering working and tested.Kristaps Dzonsons2008-11-221-17/+99
|
* Fixed dist hook in Makefile (uses a file-target).Kristaps Dzonsons2008-11-221-2/+4
|
* Initial revisionKristaps Dzonsons2008-11-225-0/+409