p5sagit/Devel-Declare.git
2011-05-02 Florian Ragwitz Version 0.006004 0.006004
2011-05-02 Florian Ragwitz Make sure we keep working with Devel::CallParser loaded
2011-05-02 Florian Ragwitz Bail out earlier when not lexing
2011-04-12 Florian Ragwitz Version 0.006003 0.006003
2011-04-12 Florian Ragwitz Fix test failures on old perls
2011-04-08 Florian Ragwitz Version 0.006002 0.006002
2011-04-08 Florian Ragwitz Re-instate linestr growing using filters
2011-02-26 Florian Ragwitz Version 0.006001 0.006001
2011-02-26 Florian Ragwitz Re-alloc PL_linestr in block hooks, if available
2010-03-09 Florian Ragwitz Version 0.006000. 0.006000
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-14 Florian Ragwitz Version 0.005011. 0.005011
2009-08-14 Florian Ragwitz No need to create an empty PV first.
2009-08-13 Florian Ragwitz UnTODO a passing test.
2009-08-13 Florian Ragwitz Don't invoke the const callback for a keyword followed...
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 Depend on a Test::More with done_testing support.
2009-08-13 Florian Ragwitz Add tests for not interpreting various things as barewo...
2009-08-11 Florian Ragwitz Version 0.005010. 0.005010
2009-08-11 Florian Ragwitz Don't invoke the linestr callback if we found a keyword...
2009-08-10 Florian Ragwitz Version 0.005009. 0.005009
2009-08-10 Florian Ragwitz Stop mixing declarations with code.
2009-08-10 Florian Ragwitz Update changelog with the version and the release date...
2009-08-10 nperez Move strip_attrs which is a purely parsing method down...
2009-07-28 Florian Ragwitz Version 0.005008. 0.005008
2009-07-28 Florian Ragwitz add repository for META.yml
2009-07-28 Alexandr Ciornii new versions of deps due to fixed ExtUtils::Depends
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-07-10 Ash Berlin Brackets needed on OSX/5.8.8
2009-07-10 Ash Berlin Changelog for line number fix
2009-07-10 Florian Ragwitz Make the toke.c functions always operate on PL_compilin...
2009-06-07 Florian Ragwitz Version 0.005006. 0.005006
2009-06-07 Florian Ragwitz Fix compilation on 5.8.
2009-06-05 Florian Ragwitz Version 0.005005. 0.005005
2009-06-05 Florian Ragwitz Merge branch 'master' into mad mad
2009-06-03 Florian Ragwitz Version 0.005004. 0.005004
2009-05-29 Florian Ragwitz Don't define MEM_WRAP_CHECK_ if it's already there.
2009-05-24 Florian Ragwitz Version 0.005003. 0.005003
2009-05-24 Florian Ragwitz Properly ignore dist tarballs.
2009-05-24 Florian Ragwitz Merge branch 'strip_names_and_args'
2009-05-24 Florian Ragwitz Fail hard if strip_names_and_args fails. strip_names_and_args
2009-05-24 Florian Ragwitz Add copyright notice for stolen_chunk_of_toke.c.
2009-05-24 Florian Ragwitz Add .gitignore.
2009-05-23 Florian Ragwitz TODO failing tests.
2009-05-23 Florian Ragwitz Merge commit 'ashb/master'
2009-05-23 Florian Ragwitz Merge commit 'yanick/docs'
2009-05-23 Florian Ragwitz Improve compatibility with MAD-enabled perls.
2009-05-23 Florian Ragwitz Add copyright statements.
2009-05-23 Florian Ragwitz Another pod fix.
2009-05-23 Cory Watson Add strip_names_and_args
2009-05-23 Ash Berlin Failing tests for line number issues
2009-05-21 Yanick Champoux was 'assing', assuming it to be 'were passing'
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.
next