This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Storable/t/recurse.t: note may not be available
[perl5.git] / dist / Storable /
2018-02-08 Reini UrbanStorable 3.05_07: update documentation from CPAN
2018-02-08 Reini UrbanStorable: improve recursion depth check
2018-02-08 Reini UrbanStorable: add testcase for #257
2018-02-08 Reini UrbanFix rurban email address
2018-02-08 Reini UrbanStorable: Update to 3.05_03
2018-02-08 Reini UrbanStorable: Update to 3.05_02
2018-02-08 Reini UrbanStorable: Upgrade to 3.05 from CPAN
2018-02-08 Reini UrbanStorable: re-indent from 8 hard tabs to soft 4
2018-02-08 Reini UrbanStorable: skip LOBJECT on 32bit
2018-02-08 Reini UrbanStorable: fixup huge
2018-02-08 Reini UrbanStorable: protect against classname len overflow
2018-02-08 Reini UrbanStorable 3.04c: fix printf types
2018-02-08 Reini UrbanStorable: Update to 3.02c
2018-02-08 Reini UrbanStorable: fix -Wchar-subscripts
2018-02-08 Reini UrbanStorable 3.01 security: detect CVE-2015-1592
2018-02-08 Reini UrbanStorable: silence cast warnings
2018-02-08 Reini UrbanStorable: comments
2018-02-08 Reini UrbanStorable: throw exception on huge values
2018-02-08 Reini UrbanRelease cperl-5.22.2
2018-02-08 Reini UrbanStorable: fix win32, missing INT32_MAX
2018-02-08 Reini Urbanparser: expand tokenbuf from 256 to 1024
2018-02-08 Reini UrbanStorable 3.00: u64 strings, arrays and hashes >2G
2018-02-08 Aaron CraneStorable: throw exception on huge values
2018-02-08 Reini UrbanStorable: document, reformat and fix for DEBUGGING
2018-02-08 Todd RinaldocPanel Storable 2.53_03: don't bless [security]
2018-02-08 Reini UrbanStorable: bump to 2.53_02
2017-11-14 Nicolas RStorable: remove Config dependency
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in dist
2017-07-21 Zeframfix Storable test for pre-5.19.2 threaded perls
2017-07-21 Zeframrestore Storable's portability to pre-5.25.6 perls
2017-06-12 David MitchellStorable: fix a couple of 32-bit warnings
2017-02-06 Tony Cookprevent leak of class name from retrieve_hook() on...
2017-02-05 John LightseyFix stack buffer overflow in deserialization of hooks.
2017-01-01 John LightseyFix a null pointer dereference segfault in Storable.
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-11-19 Karl WilliamsonStorable: Rmv impediment to compiling under C++11
2016-10-19 Yves OrtonStorable: switch to using SvPVCLEAR()
2016-09-21 Dagfinn Ilmari Man... Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")
2016-07-29 Father ChrysostomosNew bug numbers in lib/ and dist/, too
2016-07-26 Tony Cookdist/: bump $VERSION as needed
2016-07-26 Tony Cookdist/: remove . from @INC when loading optional modules
2016-03-11 Karl WilliamsonFix various pod errors.
2016-02-07 Jarkko HietaniemiStorable version bump.
2016-02-07 Jarkko HietaniemiStorable: Own ASSERT or no, we want to assert(prev).
2015-07-03 Jarkko Hietaniemigcc 5.1.0 thinks RETVAL might end up unset.
2015-06-27 James E KeenanIncrement $VERSION in 4 .pm files whose .xs has changed.
2015-06-27 Jarkko Hietaniemiassert(perinterp_sv) before sv_setiv() derefs NULL.
2015-06-27 Jarkko HietaniemiCheck success of store().
2015-06-27 Jarkko HietaniemiPossible NULL cxt derefs.
2015-03-13 Karl Williamsondist/Storable/t/utf8.t: Fix to work on early Perls
2015-03-09 Karl Williamsondist/Storable/t/code.t: Fixes to run under EBCDIC
2015-03-09 Karl Williamsondist/Storable/t/utf8.t: Fix to run under EBCDIC
2015-01-30 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-30 James E KeenanRevert "Corrections to spelling and grammatical errors."
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2014-12-16 David MitchellStorable.xs: introduce SEEN*_NN
2014-12-12 David MitchellStorable/t/canonical.t: don't pollute STDERR
2014-11-22 Jim CromieStorable: fixup pod wording
2014-07-02 Abhijit Menon-SenUpdate ChangeLog before release
2014-06-12 Dagfinn Ilmari Man... Change newSVpvn("…", …) to newSVpvs("…")
2014-06-12 kafkaBring a few lines in Storable.pm under 80 cols.
2014-05-28 Alex SoloveyMemory leak in Storable::dclone with STORABLE_freeze...
2014-04-08 Zeframtighten Storable's recognition of tied SVs
2013-11-21 David MitchellStorable: silence compiler 'unused func' warnings
2013-11-21 David MitchellStorable: silence some unused var warnings
2013-11-21 David MitchellStorable: crash on ref to blessed tied array
2013-11-21 David MitchellStorable: add SEEN0 macro
2013-08-21 Father ChrysostomosIncrease $Storable::VERSION to 2.47
2013-08-21 Father Chrysostomos[perl #7508] Use NULL for nonexistent array elems
2013-08-12 Father ChrysostomosMake Storable support read-only COWs
2013-08-07 Nicholas ClarkA comment in Storable.xs was words missing two words.
2013-08-05 Nicholas ClarkStorable should not assume that sizeof(mg_len) is 4.
2013-08-05 Nicholas ClarkRestore Storable's DEBUGME build after commit 591596833...
2013-07-24 Tony Cook[perl #118907] bump $Storable::VERSION
2013-07-24 Tony Cook[perl #118907] fix some issues with patch
2013-07-24 Vladimir TimofeevRestore Storable speed after previous fix.
2013-07-24 Vladimir TimofeevDo not call DESTROY for empty objects
2013-07-16 Karl WilliamsonReinstate "Create SVt_INVLIST"
2013-07-13 Abhijit Menon-SenEdit ChangeLog, Bump VERSION before rebase/release
2013-07-13 Nicholas ClarkTweak the new Storable destroy test, and the ChangeLog
2013-07-13 Reini Urban[perl #118139] Storable 2.42 - die in global destruction
2013-07-13 Nicholas ClarkUse magic rather than DESTROY to free memory in Storabl...
2013-07-13 Nicholas ClarkRestore Storable support for 5.005 and (astoundingly...
2013-07-11 Vladimir Timofeev[perl #118829] Memory leaks in STORABLE_attach
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
next