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