X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=ChangeLog;h=d6dca48e0c7f1623086fed2f9e90329c1f58cae4;hb=5082c33697a378822636072363223ba929a9b51f;hp=50a3310c82cf00ebdc29d974ebb1abbc8c4da8de;hpb=4d5d5872e8624a2e37fb68c6a280f497806313e8;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/ChangeLog b/ChangeLog index 50a3310..d6dca48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ +2007-12-27 Ævar Arnfjörð Bjarmason (0.04) + + * 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 + 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! @@ -11,5 +24,5 @@ blead itself, too many changes to list 2007-02-18 Ævar Arnfjörð Bjarmason (0.01) - + * Initial release