X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=ChangeLog;h=d28858649d28e47f1a8174246d4535c224df4e66;hp=13757f922bff2889af9aebfedf9bf56d0d5166f0;hb=74d4856719cde7c6dc286b0c3e5dc78112d2fbff;hpb=dd88e700bfcc92fc03db9d994ec747ca1c14ade7 diff --git a/ChangeLog b/ChangeLog index 13757f9..d288586 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,24 +1,20 @@ -2007-05-29 Ævar Arnfjörð Bjarmason (0.04_01) +2007-12-27 Ævar Arnfjörð Bjarmason (0.04) - * Plugin.xs: Implementation of named buffer callbacks, there is - some debate about whether this patch should go into - blead so I'm making a dev release - * named_capture.patch: The patch to blead that makes this tick + * 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: Named buffer callbacks - * Plugin.pm: Named buffer callbacks + * 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 - * t/named_buff: Tests for named buffer callbacks 2007-05-17 Ævar Arnfjörð Bjarmason (0.03) - + * 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! @@ -30,5 +26,5 @@ blead itself, too many changes to list 2007-02-18 Ævar Arnfjörð Bjarmason (0.01) - + * Initial release