This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Suppress system Term::ReadLine::Gnu
[perl5.git] / dist / Storable /
2013-07-05 Karl WilliamsonRevert "Create SVt_INVLIST"
2013-07-04 Karl WilliamsonCreate SVt_INVLIST
2013-05-25 David Steinbrunnertypo fix for Storable
2013-05-25 Alexandr Ciorniicanonical.t test for Storable will use Digest::MD5...
2013-05-19 James E KeenanSubject: [PATCH] Update INSTALLDIRS to favor installati...
2013-05-18 Karl WilliamsonRemove core references to SVt_BIND
2013-04-14 James E KeenanSubject: [PATCH] Update INSTALLDIRS to favor installati...
2012-12-04 Steffen Muelleradd a note about security concerns in Storable
2012-09-11 Abhijit Menon-SenBump version to 2.39 because I botched the 2.38 release
2012-09-11 Abhijit Menon-SenAdd changelog entry for 2.38
2012-07-31 Father ChrysostomosStorable: blessed long vstrings
2012-07-31 Father Chrysostomos[perl #113894] Storable support for vstrings
2012-07-31 Father ChrysostomosGet Storable’s blessed.t passing again in 5.8.1-
2012-07-31 Father ChrysostomosStorable.xs: Add comments to store_scalar concerning...
2012-07-31 Father ChrysostomosStorable: doc typos
2012-07-31 Father ChrysostomosIncrease $Storable::VERSION to 2.38
2012-06-29 Jesse Luehrsfix storing objects with reftype REF [perl #113880]
2012-06-26 Jesse Luehrsfix off-by-one when restoring hashes [perl #73972]
2012-06-18 Zeframuse ppport.h for Storable on Perl 5.8.9
2012-05-23 Igor Zaytsev[perl #111918] Fix thawing seen objects in STORABLE_att...
2012-05-21 Father Chrysostomos[perl #112358] Storable: Don’t create RV with no refcnt
2012-05-21 Father ChrysostomosIncrease $Storable::VERSION to 2.35
2011-11-23 Father ChrysostomosVersion bumps if-0.0602
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-03 Father ChrysostomosMake Storable load even with %INC modified
2011-09-14 Nicholas ClarkSimplify Storable.xs by providing a fallback definition...
2011-09-14 Nicholas ClarkChange Storable's code.t to serialise a subroutine...
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-12 Father ChrysostomosIncrease $Storable::VERSION
2011-07-11 Father ChrysostomosStorable: Restore 5.6 compatibility
2011-07-11 Father ChrysostomosStorable: Restore 5.8.2 compatibility
2011-07-11 Father ChrysostomosFix a Storable test to work in 5.8.9-
2011-07-03 Abhijit Menon-SenAdd terse changelog entry for 2.29
2011-06-21 Father ChrysostomosIncrease $Storable::VERSION to 2.29
2011-06-21 Sam Kimbrel[perl #92432] Storable::nfreeze shouldn't stringify...
2011-06-05 Father ChrysostomosMake Storable freeze COWs properly
2011-05-20 Nicholas ClarkBump the versions of B and Storable following 1b95d04f7...
2011-05-19 Marcel Grünauer[perl #90306] Fix simple typos
2011-05-18 Michael WittenClean: Actually use HvUSEDKEYS() instead of HvKEYS()
2011-03-12 David LeadbeaterSwitch Storable to IO::File from FileHandle, only load...
2011-03-12 David LeadbeaterStop using AutoLoader in Storable
2011-03-12 David LeadbeaterSwitch Storable to XSLoader from DynaLoader
2011-01-24 Nicholas ClarkConvert Storable's store.t to Test::More
2011-01-20 Jesse VincentBumping version of Storable for release per Porting...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in dist/*
2010-12-11 Zeframfix various compiler warnings from XS code
2010-12-10 Nicholas ClarkAs of 2.25, 5.6.x is writing minor version 8, so update...
2010-12-10 Nicholas Clark5.8.8's Test::More doesn't provide note(), so revert...
2010-12-10 Abhijit Menon-SenThe CPAN release will include Test::More to be used...
2010-12-10 Abhijit Menon-SenMake sure META.yml mentions perlbug as the right place...
2010-12-10 Nicholas ClarkConvert all Storable's tests to use Test::More.
2010-12-09 Nicholas ClarkStorable's t/malice.t now needs to use a minor version...
2010-12-09 Nicholas ClarkRefactor Storable::read_magic to avoid 4 arg substr.
2010-12-08 Nicholas ClarkIn Storable.xs fix #80074, caused by the Perl stack...
2010-12-07 Nicholas ClarkUncomment and fix up tests at the end of Storable's...
2010-12-04 David LeadbeaterUp Storable version to 2.25
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-11-01 Nicholas ClarkRefactor the error handling logic in Storable::_store().
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_...
2010-04-13 David MitchellMerge commit 'origin/davem/post-5.12' into blead
2010-03-29 Slaven Rezicdoc update: Storable cannot serialize REGEXP (yet)
2010-03-23 David MitchellFix assorted bugs related to magic (such as pos) not...
2009-10-23 Nicholas ClarkConvert the 2 Storable tests that use Test to use Test...
2009-10-21 Abhijit Menon-SenFix (comment) typo pointed out by Robin Barker
2009-10-16 Nicholas ClarkConvert sv_2mortal(newSVpvn(...)) to newSVpvs_flags...
2009-10-11 Steve HayUpgrade to Storable-2.21
2009-10-02 Nicholas ClarkMove Storable from ext/ to dist/