X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=Changes;h=d72082c0314d5b8fdf1fbb451c594493f934cfd5;hp=f0f3903216e3aa6d0c6fe5ecd3c347e953af91db;hb=47afe57f6afc7b312d1da725bb38f99ae70b157a;hpb=def98fc0d7f5e9527b28af6b90d4ddb07fbc845c diff --git a/Changes b/Changes index f0f3903..d72082c 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,39 @@ -Revision history for Perl extension re::engine::Plugin +0.07 2009-08-23 09:30 UTC - Vincent Pit + + Fix : [perl #38684]: test failures in t/method/mod.t + + Fix : Building with blead. -0.01 Sun Feb 18 2007 - - Initial release, incomplete \ No newline at end of file +0.06 2008-08-19 - Ævar Arnfjörð Bjarmason + * Plugin.pm: Tweaks + * Plugin.xs: Fix prototype mismatch for Plugin_dupe() + +0.05 2008-08-19 - Ævar Arnfjörð Bjarmason + * Plugin.pm: dos2unix + * Plugin.xs: RT#31635: Be compatable with threaded perls + +0.04 2007-12-27 - Ævar Arnfjörð Bjarmason + * Plugin.pm: Setting @ISA instead of using base.pm + * Makefile.PL: Now using ExtUtils::MakeMaker instead of Module::Install + * Plugin.(xs|h): Fix up prototypes to match the callbacks in the actual + 5.10 release + * Plugin.xs: Dumped CODE: in favor of PPCODE:, the former is teh sux + * Plugin.xs: Minor cleanups here and there + * Plugin.pod: New todo and a developer release notice + * Plugin.[h|pm]: Named buffer callbacks + * t/methods/stash.t: Test return value of $rx->stash({}); + * t/methods/str/modify.t: New test for modification of ->str when + a reference is used + * t/methods/str/types.t: This was testing pattern types, fixed + * t/Example.[t|pm]: Moved to t/usage + +0.03 2007-05-17 - Ævar Arnfjörð Bjarmason + * Plugin.xs: The exec callback would call_sv on a NULL value + causing a segfault + * Plugin.pod: Use %hash ~~ 'i' instead of $hash{i}, more stylish! + * inc: Bumping Module::Install to 0.65 + +0.02 2007-05-17 - Ævar Arnfjörð Bjarmason + * Brought up to date with current blead after lots of hacking on + blead itself, too many changes to list + +0.01 2007-02-18 - Ævar Arnfjörð Bjarmason + * Initial release