summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Considerably improved roff_text parser.Kristaps Dzonsons2008-12-016-412/+164
| | | | Consolidated noop roff macros.
* *** empty log message ***Kristaps Dzonsons2008-12-013-87/+145
|
* Small fixes to output.Kristaps Dzonsons2008-11-303-43/+79
|
* Preliminary xml output filter (validate-renamed) done.Kristaps Dzonsons2008-11-307-99/+147
|
* Cleaned up presentation with mbuf_putstring & al.Kristaps Dzonsons2008-11-305-98/+103
|
* Validate-cum-xmlprint now includes arguments.Kristaps Dzonsons2008-11-301-2/+48
|
* Small error fixed.Kristaps Dzonsons2008-11-301-1/+1
|
* Fixed spacing (almost there).Kristaps Dzonsons2008-11-304-43/+114
|
* Backed out PUNCT changes (again).Kristaps Dzonsons2008-11-303-55/+109
|
* Annotated omit-punctuation macros.Kristaps Dzonsons2008-11-291-28/+29
|
* Validation presentation (html-like).Kristaps Dzonsons2008-11-293-81/+129
| | | | | Fixed newlining for data. Moved roffhead/rofftail to roff_Os.
* Inclusion of "real" validation code.Kristaps Dzonsons2008-11-295-24/+397
|
* Cleaned up exit routine.Kristaps Dzonsons2008-11-281-10/+32
| | | | Added roffhead and rofftail call.
* Removed superfluous structures from rofftree.Kristaps Dzonsons2008-11-283-107/+59
| | | | Added roffdata for generalised text processing.
* Initial pushing to mbuf.Kristaps Dzonsons2008-11-287-69/+132
|
* *** empty log message ***Kristaps Dzonsons2008-11-276-29/+55
|
* Considerable fixes.Kristaps Dzonsons2008-11-274-227/+208
|
* Added "special" macros.Kristaps Dzonsons2008-11-273-57/+104
|
* More fixes and work-ness.Kristaps Dzonsons2008-11-273-52/+89
|
* Mainly quotes.Kristaps Dzonsons2008-11-273-86/+163
|
* Various fixes.Kristaps Dzonsons2008-11-263-192/+90
|
* Considerable fixes.Kristaps Dzonsons2008-11-263-150/+268
|
* Added regression tests.Kristaps Dzonsons2008-11-264-258/+323
| | | | Considerable fixes... blah blah blah...
* Imported all macros from mdoc(7).Kristaps Dzonsons2008-11-254-158/+519
| | | | | 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-0/+6
|
* Single call-back for filters.Kristaps Dzonsons2008-11-257-138/+245
| | | | | Removed verbose flag. Added more macros and arguments.
* Annotated todo for prologue/text tokens.Kristaps Dzonsons2008-11-241-0/+2
|
* Generic roff_layout for layout tokens.Kristaps Dzonsons2008-11-243-161/+225
|
* Split roff engine into roff.c.Kristaps Dzonsons2008-11-247-668/+796
| | | | Re-worked calling convention for md_*.
* Roff-line tokens parsed into char**.Kristaps Dzonsons2008-11-244-45/+88
|
* Added initial support for callable/parsable.Kristaps Dzonsons2008-11-231-4/+47
|
* Fixed clarity in libmdocml.c.Kristaps Dzonsons2008-11-234-62/+86
| | | | Fixed debugging messages.
* Considerable improvements across the board.Kristaps Dzonsons2008-11-236-208/+243
|
* Initial support for Sh.Kristaps Dzonsons2008-11-233-12/+96
| | | | Debugging things (will be changed out).
* Segmentation into html and dummy parsers.Kristaps Dzonsons2008-11-235-183/+622
| | | | | 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-9/+73
|
* Fuller seperation into mdocml/libmdocml.Kristaps Dzonsons2008-11-224-70/+237
|
* Putting md_run and friends into libmdocml (needs work to be useful).Kristaps Dzonsons2008-11-224-248/+284
|
* Consolidated structs (elim. ptr overhead).Kristaps Dzonsons2008-11-221-61/+50
| | | | Set meaningful buffer default sizes.
* Buffering and line-buffering working and tested.Kristaps Dzonsons2008-11-221-16/+98
|
* Fixed dist hook in Makefile (uses a file-target).Kristaps Dzonsons2008-11-221-2/+4
|
* Initial revisionKristaps Dzonsons2008-11-225-0/+409