Release commit for 0.006022
[p5sagit/Devel-Declare.git] / Declare.xs
2014-09-25 Father Chrysostomos fix for 5.21.4 (blead commit 2eaf799) (RT#99102)
2014-02-03 Zefram RT#91983: format warnings during compilation
2012-02-22 Zefram use PERL_NO_GET_CONTEXT
2012-02-01 Zefram be adaptive about deleting the realloc filter
2011-12-08 Zefram jump through hoops to avoid compiler warnings
2011-12-08 Zefram fix a C declaration after statement
2011-11-05 Zefram leave linestr prefix unchanged in toke_scan_str
2011-09-11 Zefram initialize earlier to help with string evals
2011-09-11 Zefram toke_scan_str return undef for unterminated string
2011-09-11 Zefram prevent toke_scan_str moving backward in linestr
2011-09-11 Zefram avoid memory leak in toke_scan_str
2011-09-11 Zefram croak if reallocation occurs during scan_str
2011-08-23 Florian Ragwitz Increase the default linestr size to avoid reallocations
2011-05-02 Florian Ragwitz Bail out earlier when not lexing
2011-04-08 Florian Ragwitz Re-instate linestr growing using filters
2011-02-26 Florian Ragwitz Re-alloc PL_linestr in block hooks, if available
2010-03-09 Florian Ragwitz Make things work on 5.11.2 and newer.
2009-08-14 Florian Ragwitz No need to create an empty PV first.
2009-08-13 Florian Ragwitz Don't invoke the const callback for a keyword followed...
2009-08-11 Florian Ragwitz Don't invoke the linestr callback if we found a keyword...
2009-08-10 Florian Ragwitz Stop mixing declarations with code.
2009-07-28 Florian Ragwitz Make DD_DEBUG handling more robust.
2009-07-14 Ash Berlin Conditionally expand linestrings under perl debugger.
2009-07-13 Ash Berlin Version 0.005007 0.005007
2009-05-10 Florian Ragwitz Don't invoke linestr callback if the parser is expectin...
2009-04-18 Florian Ragwitz Don't compare signed to unsigned.
2009-04-18 Florian Ragwitz Allow extracting strings going over multiple lines...
2009-04-09 Florian Ragwitz Remove unused variable.
2009-04-09 Florian Ragwitz Don't fire the linestr callback for const ops in backti...
2009-04-09 Florian Ragwitz Simplify the quoting fix.
2009-04-09 Florian Ragwitz Don't issue the linestr callback if the const op comes...
2009-04-09 Florian Ragwitz Remember the previously compiled op.
2008-11-15 Florian Ragwitz Fix some compiler warnings.
2008-11-07 Florian Ragwitz Expose scan_ident to perl space.
2008-11-05 Florian Ragwitz Make things work within evals with a hint hash.
2008-10-24 Florian Ragwitz Don't mix declarations and code when declaring the...
2008-10-22 Florian Ragwitz Merge branch 'hook_op_check'
2008-10-22 Florian Ragwitz Update for latest B::Hooks::OP::Check API. hook_op_check
2008-10-20 Florian Ragwitz On 5.9.5+ PL_parser is always available, although not...
2008-10-19 Florian Ragwitz Don't segfault if HvNAME(PL_curstash) == NULL.
2008-10-18 Matt S Trout switch done_declare from call_argv to call_pv
2008-10-12 Florian Ragwitz Make get_linestr_offset return -1 if we're not parsing.
2008-10-12 Florian Ragwitz Make get_linestr return NULL/undef if we aren't parsing.
2008-10-12 Florian Ragwitz clear_lex_stuff returns void, not char *.
2008-10-12 Florian Ragwitz Remove unused vars.
2008-10-05 Florian Ragwitz Allow enabling of debug mode with an env var.
2008-10-05 Florian Ragwitz Remove DD_DEBUG_S. It's unused.
2008-10-04 Florian Ragwitz Check if reallocation of PL_linestr is necessary before...
2008-10-04 Florian Ragwitz Don't define PERL_NO_GET_CONTEXT.
2008-10-04 Florian Ragwitz Don't define PERL_CORE.
2008-10-04 Florian Ragwitz Don't call strlen() twice on the same string.
2008-10-04 Florian Ragwitz Use croak instead of Perl_croak.
2008-10-01 Florian Ragwitz Nullsv is kinda deprecated and not available anymore...
2008-10-01 Florian Ragwitz Use B::Hooks::OP::Check to register PL_check callbacks.
2008-09-30 Matt S Trout missed a PL_lex_stuff check
2008-09-30 Matt S Trout clean up lexing checks
2008-09-20 Matt S Trout final tweaking and ChangeLog
2008-09-20 Matt S Trout add offset function for non-callback driven stuff,...
2008-09-20 Matt S Trout stop accidentally picking up 'foo' as bareword foo
2008-09-20 Matt S Trout initial sketch of shadow_sub and hashref-based callback API
2008-09-20 Matt S Trout simplify the C level of callback stuff
2008-09-20 Matt S Trout initial working perl-space version
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