summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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