]>
git.cameronkatri.com Git - mandoc.git/log
Kristaps Dzonsons [Fri, 28 Nov 2008 11:21:12 +0000 (11:21 +0000)]
Initial pushing to mbuf.
Kristaps Dzonsons [Thu, 27 Nov 2008 17:27:50 +0000 (17:27 +0000)]
*** empty log message ***
Kristaps Dzonsons [Thu, 27 Nov 2008 16:54:58 +0000 (16:54 +0000)]
Considerable fixes.
Kristaps Dzonsons [Thu, 27 Nov 2008 14:02:41 +0000 (14:02 +0000)]
Added "special" macros.
Kristaps Dzonsons [Thu, 27 Nov 2008 13:29:44 +0000 (13:29 +0000)]
More fixes and work-ness.
Kristaps Dzonsons [Thu, 27 Nov 2008 11:23:51 +0000 (11:23 +0000)]
Mainly quotes.
Kristaps Dzonsons [Wed, 26 Nov 2008 22:27:07 +0000 (22:27 +0000)]
Various fixes.
Kristaps Dzonsons [Wed, 26 Nov 2008 21:42:59 +0000 (21:42 +0000)]
Considerable fixes.
Kristaps Dzonsons [Wed, 26 Nov 2008 16:50:34 +0000 (16:50 +0000)]
Added regression tests.
Considerable fixes... blah blah blah...
Kristaps Dzonsons [Tue, 25 Nov 2008 16:49:57 +0000 (16:49 +0000)]
Imported all macros from mdoc(7).
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.).
Kristaps Dzonsons [Tue, 25 Nov 2008 12:51:17 +0000 (12:51 +0000)]
Protection against non-ascii.
Kristaps Dzonsons [Tue, 25 Nov 2008 12:14:02 +0000 (12:14 +0000)]
Single call-back for filters.
Removed verbose flag.
Added more macros and arguments.
Kristaps Dzonsons [Mon, 24 Nov 2008 18:34:50 +0000 (18:34 +0000)]
Annotated todo for prologue/text tokens.
Kristaps Dzonsons [Mon, 24 Nov 2008 18:32:39 +0000 (18:32 +0000)]
Generic roff_layout for layout tokens.
Kristaps Dzonsons [Mon, 24 Nov 2008 14:24:55 +0000 (14:24 +0000)]
Split roff engine into roff.c.
Re-worked calling convention for md_*.
Kristaps Dzonsons [Mon, 24 Nov 2008 08:50:33 +0000 (08:50 +0000)]
Roff-line tokens parsed into char**.
Kristaps Dzonsons [Sun, 23 Nov 2008 23:35:25 +0000 (23:35 +0000)]
Added initial support for callable/parsable.
Kristaps Dzonsons [Sun, 23 Nov 2008 23:12:47 +0000 (23:12 +0000)]
Fixed clarity in libmdocml.c.
Fixed debugging messages.
Kristaps Dzonsons [Sun, 23 Nov 2008 22:30:53 +0000 (22:30 +0000)]
Considerable improvements across the board.
Kristaps Dzonsons [Sun, 23 Nov 2008 19:10:03 +0000 (19:10 +0000)]
Initial support for Sh.
Debugging things (will be changed out).
Kristaps Dzonsons [Sun, 23 Nov 2008 16:53:18 +0000 (16:53 +0000)]
Segmentation into html and dummy parsers.
Initial recursive-descent parser in place for html/ml parser.
Parsing of title tags more-or-less in place.
Kristaps Dzonsons [Sun, 23 Nov 2008 11:05:25 +0000 (11:05 +0000)]
Initial foray into roff-parsing.
Kristaps Dzonsons [Sat, 22 Nov 2008 20:15:34 +0000 (20:15 +0000)]
Fuller seperation into mdocml/libmdocml.
Kristaps Dzonsons [Sat, 22 Nov 2008 18:34:06 +0000 (18:34 +0000)]
Putting md_run and friends into libmdocml (needs work to be useful).
Kristaps Dzonsons [Sat, 22 Nov 2008 17:14:32 +0000 (17:14 +0000)]
Consolidated structs (elim. ptr overhead).
Set meaningful buffer default sizes.
Kristaps Dzonsons [Sat, 22 Nov 2008 16:55:02 +0000 (16:55 +0000)]
Buffering and line-buffering working and tested.
Kristaps Dzonsons [Sat, 22 Nov 2008 14:54:55 +0000 (14:54 +0000)]
Fixed dist hook in Makefile (uses a file-target).
Kristaps Dzonsons [Sat, 22 Nov 2008 14:53:29 +0000 (14:53 +0000)]
Initial revision