make bump
[p5sagit/Devel-Declare.git] / t /
2013-06-21 Karen Etheridge use Test::Requires for optional deps
2013-06-18 Karen Etheridge Updates for some deprecations in perl 5.17. (Zefram...
2012-02-21 Zefram avoid using Test::Warn
2012-02-07 Zefram avoid "insecure rcfile" warning from test
2012-02-01 Zefram be adaptive about deleting the realloc filter
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-08-23 Florian Ragwitz Increase the default linestr size to avoid reallocations
2011-06-15 Chia-liang Kao tests for redefined subroutine warnings.
2011-05-02 Florian Ragwitz Make sure we keep working with Devel::CallParser loaded
2011-04-12 Florian Ragwitz Fix test failures on old perls
2011-04-08 Florian Ragwitz Re-instate linestr growing using filters
2010-03-09 Florian Ragwitz Make things work on 5.11.2 and newer.
2010-03-09 Florian Ragwitz Add tests for how MXMS uses D::D.
2009-09-04 Florian Ragwitz Fix warnins in fail.t.
2009-08-13 Florian Ragwitz UnTODO a passing test.
2009-08-13 Florian Ragwitz Test for correct runtime behaviour of keyword + fat...
2009-08-13 Florian Ragwitz Make the fat comma test more pathological.
2009-08-13 Florian Ragwitz Add tests for not interpreting various things as barewo...
2009-07-28 Florian Ragwitz Make DD_DEBUG handling more robust.
2009-07-14 Ash Berlin Conditionally expand linestrings under perl debugger.
2009-07-10 Florian Ragwitz Make the toke.c functions always operate on PL_compilin...
2009-05-24 Florian Ragwitz Merge branch 'strip_names_and_args'
2009-05-23 Florian Ragwitz TODO failing tests.
2009-05-23 Cory Watson Add strip_names_and_args
2009-05-23 Ash Berlin Failing tests for line number issues
2009-05-10 Florian Ragwitz Add testcase for calling a method with the name of...
2009-04-18 Florian Ragwitz The extracted string should contain the newline as...
2009-04-10 Florian Ragwitz Test for not invoking the linestr callback for bareword...
2009-04-10 Florian Ragwitz Updated t/quote.t to quash warnings and use cross-platf...
2009-04-09 Florian Ragwitz UnTODO passing tests.
2009-04-09 Florian Ragwitz UnTODO passing tests.
2009-04-09 Florian Ragwitz UnTODO passing tests.
2009-04-09 Florian Ragwitz Test that quoted words aren't interpreted as keywords.
2009-01-02 Marcus Ramberg Add test for unicode methods
2009-01-02 Marcus Ramberg Check failure for subs starting with numbers
2009-01-02 Marcus Ramberg First buckit of FAIL
2008-11-10 Florian Ragwitz Test if we're loadable without deferred symbol resolution.
2008-11-05 Florian Ragwitz Add a failing testcase for string eval mangling if...
2008-10-27 Florian Ragwitz Make t/method-installer-runtime.t more sane.
2008-10-27 Florian Ragwitz Refactor MethodInstaller::Simple.
2008-10-27 Rhesa Rozendaal changed runtime test to use can()
2008-10-26 Rhesa Rozendaal prevent warnings in t/method-installer-runtime.t
2008-10-26 Rhesa Rozendaal added test demonstrating that "method" works at runtime
2008-10-25 Rhesa Rozendaal using :lvalue subs breaks the debugger, so I added...
2008-10-24 Florian Ragwitz Merge branch 'context_object'
2008-10-24 Rhesa Rozendaal ctx-simple: integrated multiline proto handling from... context_object
2008-10-22 Rhesa Rozendaal improvements from MX::MS and MX::Declare
2008-10-22 Florian Ragwitz Merge branch 'hooks_endofscope'
2008-10-20 Florian Ragwitz Clean up tests.
2008-10-20 Florian Ragwitz Remove test intended to be used for debugging.
2008-10-20 Rhesa Rozendaal added 2 tests wrt utf string manipulations causing...
2008-10-19 Florian Ragwitz Use B::Hooks::EndOfScope instead of %^H and Scope:... hooks_endofscope
2008-10-19 Florian Ragwitz Remove unused inject_scope from method.t
2008-10-19 Florian Ragwitz Add a multiline proto test in an extra file.
2008-10-19 Florian Ragwitz Revert "Test multiline signatures where the closing...
2008-10-18 Rhesa Rozendaal branches/context_object: reformatted with 2-space inden...
2008-10-18 Florian Ragwitz Test multiline signatures where the closing parent...
2008-10-06 Rhesa Rozendaal added DD::Context::Simple, which packages the synopsis...
2008-09-28 Matt S Trout I have no idea why this isn't in svn already
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-06-04 Matt S Trout make 'method main' work
2008-06-01 Matt S Trout now survives eval
2008-06-01 Matt S Trout extra test, forget where it came from
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 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-10-21 Matt S Trout test I never noticed to add
2007-09-17 Matt S Trout made method { ... }; work
2007-09-17 Matt S Trout sugar test basically working
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-28 Matt S Trout initial import, still fragile as all hell