extract move_past_token, add XS wraps for toke chunks
[p5sagit/Devel-Declare.git] / Declare.xs
2008-09-17 Matt S Trout extract move_past_token, add XS wraps for toke chunks
2008-09-17 Matt S Trout get_linestr works, callback code works, set_linestr...
2008-09-17 Matt S Trout move const wrap to using new function as well
2008-09-17 Matt S Trout factor out is_declarator decision code
2008-06-04 Matt S Trout make 'method main' work
2008-06-04 Matt S Trout assloads of changes, apparently my previous commits...
2008-06-03 Matt S Trout fix the fucking segfault
2008-06-03 Matt S Trout this OPf_SPECIAL was bollocks. remove it.
2008-06-03 Matt S Trout Newx -> New
2008-06-01 Matt S Trout now survives eval
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
2007-11-26 Matt S Trout 0.1.5 changes
2007-10-25 Matt S Trout 0.001003 changes
2007-07-28 Matt S Trout must use aTHX_ for anything with a pTHX_ in proto
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 now compiles without needing my /home
2007-06-28 Matt S Trout initial import, still fragile as all hell