p5sagit/Devel-Declare.git
2008-10-04 rafl Changelogging.
2008-10-04 rafl Remove support for long-deprecated -P for better portab...
2008-10-04 rafl Check if reallocation of PL_linestr is necessary before...
2008-10-04 rafl Revert "nuke PERL_5_9_PLUS"
2008-10-04 rafl Don't define PERL_NO_GET_CONTEXT.
2008-10-04 rafl Don't define NEWSV. handy.h does that for us.
2008-10-04 rafl Don't define PERL_CORE.
2008-10-04 rafl Don't call strlen() twice on the same string.
2008-10-04 rafl Use croak instead of Perl_croak.
2008-10-01 rafl Nullsv is kinda deprecated and not available anymore...
2008-09-30 matthewt nuke PERL_5_9_PLUS
2008-09-30 matthewt missed a PL_lex_stuff check
2008-09-30 matthewt clean up lexing checks
2008-09-28 rafl Make Declare.o depend on stolen_chunk_of_toke.c.
2008-09-28 matthewt move D-D to new layout
2008-09-28 matthewt I have no idea why this isn't in svn already
2008-09-20 matthewt final tweaking and ChangeLog
2008-09-20 matthewt add offset function for non-callback driven stuff,...
2008-09-20 matthewt stop accidentally picking up 'foo' as bareword foo
2008-09-20 matthewt initial sketch of shadow_sub and hashref-based callback API
2008-09-20 matthewt simplify the C level of callback stuff
2008-09-20 matthewt initial working perl-space version
2008-09-17 matthewt extract move_past_token, add XS wraps for toke chunks
2008-09-17 matthewt get_linestr works, callback code works, set_linestr...
2008-09-17 matthewt move const wrap to using new function as well
2008-09-17 matthewt factor out is_declarator decision code
2008-06-04 matthewt make 'method main' work
2008-06-04 matthewt assloads of changes, apparently my previous commits...
2008-06-03 matthewt fix the fucking segfault
2008-06-03 matthewt this OPf_SPECIAL was bollocks. remove it.
2008-06-03 matthewt Newx -> New
2008-06-01 matthewt now survives eval
2008-06-01 matthewt extra test, forget where it came from
2008-06-01 matthewt missed an aTHX_
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