p5sagit/Devel-Declare.git
2009-05-24 Florian Ragwitz Fail hard if strip_names_and_args fails. strip_names_and_args
2009-05-23 Cory Watson Add strip_names_and_args
2009-05-19 Florian Ragwitz POD fix.
2009-05-10 Florian Ragwitz Version 0.005002. 0.005002
2009-05-10 Florian Ragwitz Don't invoke linestr callback if the parser is expectin...
2009-05-10 Florian Ragwitz Add testcase for calling a method with the name of...
2009-05-06 Florian Ragwitz Version 0.005001. 0.005001
2009-05-06 Florian Ragwitz Implement skip_declarator in terms of scan_word in...
2009-04-18 Florian Ragwitz Version 0.005000. 0.005000
2009-04-18 Florian Ragwitz Don't compare signed to unsigned.
2009-04-18 Florian Ragwitz Include the multiline scan_str in the releases.
2009-04-18 Florian Ragwitz Allow extracting strings going over multiple lines...
2009-04-18 Florian Ragwitz The extracted string should contain the newline as...
2009-04-13 Florian Ragwitz Port the docs from Scope::Guard + %^H to B::Hooks:...
2009-04-10 Florian Ragwitz Version 0.004000.
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 Remove unused variable.
2009-04-09 Florian Ragwitz UnTODO passing tests.
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 UnTODO passing tests.
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.
2009-04-09 Florian Ragwitz UnTODO passing tests.
2009-04-09 Florian Ragwitz Test that quoted words aren't interpreted as keywords.
2009-04-09 Florian Ragwitz First draft of documentation. This focuses on core...
2009-03-30 Florian Ragwitz Version 0.003005.
2009-01-18 Ash Berlin Context::Simple::inject_if_block returns true value...
2009-01-04 Florian Ragwitz Depend on B::Hooks::EndOfScope 0.05.
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-15 Florian Ragwitz Fix some compiler warnings.
2008-11-10 Florian Ragwitz Eliminate undefined symbols.
2008-11-10 Florian Ragwitz Test if we're loadable without deferred symbol resolution.
2008-11-10 Florian Ragwitz Version 0.003004.
2008-11-07 Florian Ragwitz Add strip_indent to Ctx::Simple.
2008-11-07 Florian Ragwitz Expose scan_ident to perl space.
2008-11-07 Florian Ragwitz Add S_scan_ident from toke.c.
2008-11-05 Florian Ragwitz Make things work within evals with a hint hash.
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 Make parse_proto default to an empty string.
2008-10-27 Florian Ragwitz Add a VERSION to MethodInstaller::Simple.
2008-10-27 Florian Ragwitz Version 0.003003.
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 Florian Ragwitz Version 0.003002.
2008-10-25 Florian Ragwitz Add dependency for B::Hooks::EndOfScope and Sub::Name.
2008-10-25 Florian Ragwitz Version 0.003001.
2008-10-25 Rhesa Rozendaal using :lvalue subs breaks the debugger, so I added...
2008-10-24 Florian Ragwitz Version 0.003000.
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-24 Florian Ragwitz Version 0.002999_01.
2008-10-24 Florian Ragwitz Changelogging
2008-10-24 Florian Ragwitz Add an abstract.
2008-10-24 Florian Ragwitz Don't mix declarations and code when declaring the...
2008-10-23 Florian Ragwitz Don't delete the previous symbol table entry when shado...
2008-10-22 Rhesa Rozendaal improvements from MX::MS and MX::Declare
2008-10-22 Florian Ragwitz Merge branch 'hooks_endofscope'
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 Clean up tests.
2008-10-20 Florian Ragwitz Remove test intended to be used for debugging.
2008-10-20 Florian Ragwitz On 5.9.5+ PL_parser is always available, although not...
2008-10-20 Rhesa Rozendaal added 2 tests wrt utf string manipulations causing...
2008-10-19 Florian Ragwitz Don't segfault if HvNAME(PL_curstash) == NULL.
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 Version 0.002002.
2008-10-19 Florian Ragwitz Changelogging.
2008-10-19 Florian Ragwitz Don't include the multiline proto test in releases.
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-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-06 Rhesa Rozendaal added DD::Context::Simple, which packages the synopsis...
2008-10-06 Rhesa Rozendaal Create branch context_object
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 Version 0.002001.
2008-10-04 Florian Ragwitz Add myself to AUTHORS.
2008-10-04 Florian Ragwitz Changelogging.
2008-10-04 Florian Ragwitz Remove support for long-deprecated -P for better portab...
2008-10-04 Florian Ragwitz Check if reallocation of PL_linestr is necessary before...
2008-10-04 Florian Ragwitz Revert "nuke PERL_5_9_PLUS"
2008-10-04 Florian Ragwitz Don't define PERL_NO_GET_CONTEXT.
2008-10-04 Florian Ragwitz Don't define NEWSV. handy.h does that for us.
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.
next