p5sagit/Devel-Declare.git
2008-06-01 Matt S Trout extra test, forget where it came from
2008-06-01 Matt S Trout missed an aTHX_
2008-06-01 Matt S Trout reallocate PL_linestr to 8192 chars min in a source...
2008-05-31 Matt S Trout realloc code
2008-05-05 Chia-liang Kao Make devel::declare parse the part between prototype and
2008-04-27 Yuval Kogman bus error
2008-04-27 Yuval Kogman add eval.t, thought it would fail but it doesn't
2007-11-26 Matt S Trout actually, this will be 0.1.6
2007-11-26 Matt S Trout 0.1.5 changes
2007-11-09 Matt S Trout make test less noisy
2007-11-09 Matt S Trout stop using & prototypes at all
2007-11-09 Matt S Trout correct typo in ifndef
2007-10-25 Matt S Trout 0.001003 changes
2007-10-21 Matt S Trout test I never noticed to add
2007-10-21 Matt S Trout version and POD updates for 0.001002
2007-10-21 Matt S Trout compile fixes for 5.9.5 and DDEBUGGING
2007-10-14 Matt S Trout set Makefile.PL to bomb out for <5.8.1 at compile time
2007-10-14 Matt S Trout set Makefile.PL to bomb out for <5.8.1
2007-10-14 Matt S Trout compiles against 5.8.1 (no threads, no multiplicity)
2007-09-21 Christopher... More specifically include stolen_chunk_of_toke.c in...
2007-09-21 Christopher... Fix MANIFEST.SKIP to include stolen_chunk_of_toke.c
2007-09-17 Matt S Trout fix mail and web addresses
2007-09-17 Matt S Trout made method { ... }; work
2007-09-17 Matt S Trout sugar test basically working
2007-09-15 Matt S Trout MANIFEST.SKIP and Changes
2007-07-28 Matt S Trout must use aTHX_ for anything with a pTHX_ in proto
2007-07-26 Matt S Trout latest updates
2007-07-01 Matt S Trout split usepack and namepack
2007-07-01 Matt S Trout package handling
2007-07-01 Matt S Trout pad stuffing by source injection
2007-06-29 Matt S Trout fun ($a, $b) { ... }
2007-06-29 Matt S Trout debug flag, extra test
2007-06-29 Matt S Trout test now uses Test::More
2007-06-29 Matt S Trout now compiles without needing my /home
2007-06-28 Matt S Trout initial import, still fragile as all hell