This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge Storable improvements (XS tidying, test failures on older perls).
[perl5.git] / dist / Storable / Storable.xs
2011-09-14 Nicholas ClarkSimplify Storable.xs by providing a fallback definition...
2011-09-14 Nicholas ClarkRemove from Storable.xs all compatibility code that...
2011-09-14 Nicholas ClarkRestore 5.004 and 5.005 support in Storable.
2011-09-14 Nicholas ClarkRemove Symbian compatibility macros from Storable,...
2011-07-11 Father ChrysostomosStorable: Restore 5.6 compatibility
2011-07-11 Father ChrysostomosStorable: Restore 5.8.2 compatibility
2011-06-21 Sam Kimbrel[perl #92432] Storable::nfreeze shouldn't stringify...
2011-06-05 Father ChrysostomosMake Storable freeze COWs properly
2011-05-18 Michael WittenClean: Actually use HvUSEDKEYS() instead of HvKEYS()
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in dist/*
2010-12-11 Zeframfix various compiler warnings from XS code
2010-12-08 Nicholas ClarkIn Storable.xs fix #80074, caused by the Perl stack...
2010-12-04 David LeadbeaterUp Storable minor version
2010-12-04 David LeadbeaterMake Storable correctly store coderefs with UTF-8 flag
2010-11-12 Abhijit Menon-SenPerformance improvement for overloaded classes from...
2010-11-01 Nicholas ClarkRefactor Storable::{net_,}pstore to return undef/true...
2010-10-31 Nicholas ClarkMerge Storable::{is_storing,is_retrieving} using ALIAS.
2010-10-31 Nicholas ClarkStorable::{last_op_in_netorder,is_storing,is_retrieving...
2010-10-31 Nicholas ClarkMerge Storable::{,net_}pstore and Storable::{,net_...
2009-10-16 Nicholas ClarkConvert sv_2mortal(newSVpvn(...)) to newSVpvs_flags...
2009-10-02 Nicholas ClarkMove Storable from ext/ to dist/