X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=d39bdd607d74879e7a7ec167f19dd849e679a448;hb=120d12f635bf0ef0f334f463c455a0d2082db4e9;hp=dd93f87717bf452b320c6589a7b82149fec28f35;hpb=45b4c5c2fa9d50471d929ed8561ada3201d58389;p=perl%2Fmodules%2Fautovivification.git diff --git a/Changes b/Changes index dd93f87..d39bdd6 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,25 @@ Revision history for autovivification +0.06 2010-04-24 17:40 UTC + + Add : The A_THREADSAFE and A_FORKSAFE constants. + + Fix : [RT #56870] : "no autovivification" vs Regexp::Common. + This was a bug in how tied arrays and hashes were handled. + Thanks Michael G. Schwern for reporting. + + Fix : Scope leaks under perl 5.8-5.10.0. + + Fix : Segfaults when first loading the pragma from inside a thread. + +0.05 2010-03-05 23:15 UTC + + Fix : [RT #55154] : Crashes and assertion failures when deparsing and + re-eval-uating some code compiled while autovivification was in + use. + Thanks Michael G. Schwern for reporting. + + Fix : [RT #53647] : "leys" typo in pod. + Thanks Hinrik Orn Sigurdsson for reporting. + +0.04 2010-01-10 00:30 UTC + + Add : Array and hash slices are now handled by the pragma. + + Fix : Work around Kwalitee test misfailures. + 0.03 2009-06-23 22:20 UTC + Add : Handle old-fashion dereferencing (like $$hashref{key}). + Chg : Aliasing constructs (for ($x{foo}) { ... }) are now covered by