summaryrefslogtreecommitdiff
path: root/dist/Storable
Commit message (Expand)AuthorAgeFilesLines
* Storable: fix a couple of 32-bit warningsDavid Mitchell2017-06-122-3/+3
* prevent leak of class name from retrieve_hook() on an exceptionTony Cook2017-02-061-4/+5
* Fix stack buffer overflow in deserialization of hooks.John Lightsey2017-02-063-4/+21
* Fix a null pointer dereference segfault in Storable.John Lightsey2017-01-013-6/+24
* Switch most open() calls to three-argument form.John Lightsey2016-12-237-14/+14
* Storable: Rmv impediment to compiling under C++11Karl Williamson2016-11-192-87/+103
* Storable: switch to using SvPVCLEAR()Yves Orton2016-10-191-2/+2
* Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")Dagfinn Ilmari Mannsåker2016-09-212-3/+3
* New bug numbers in lib/ and dist/, tooFather Chrysostomos2016-07-292-2/+2
* dist/: bump $VERSION as neededTony Cook2016-07-261-1/+1
* dist/: remove . from @INC when loading optional modulesTony Cook2016-07-261-1/+7
* Fix various pod errors.Karl Williamson2016-03-111-23/+23
* Storable version bump.Jarkko Hietaniemi2016-02-071-1/+1
* Storable: Own ASSERT or no, we want to assert(prev).Jarkko Hietaniemi2016-02-071-0/+1
* gcc 5.1.0 thinks RETVAL might end up unset.Jarkko Hietaniemi2015-07-031-0/+1
* Increment $VERSION in 4 .pm files whose .xs has changed.James E Keenan2015-06-271-1/+1
* assert(perinterp_sv) before sv_setiv() derefs NULL.Jarkko Hietaniemi2015-06-261-0/+1
* Check success of store().Jarkko Hietaniemi2015-06-261-1/+3
* Possible NULL cxt derefs.Jarkko Hietaniemi2015-06-261-0/+7
* dist/Storable/t/utf8.t: Fix to work on early PerlsKarl Williamson2015-03-131-2/+4
* dist/Storable/t/code.t: Fixes to run under EBCDICKarl Williamson2015-03-091-1/+1
* dist/Storable/t/utf8.t: Fix to run under EBCDICKarl Williamson2015-03-091-1/+1
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-294-4/+4
* Revert "Corrections to spelling and grammatical errors."James E Keenan2015-01-294-4/+4
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-284-4/+4
* Storable.xs: introduce SEEN*_NNDavid Mitchell2014-12-161-31/+45
* Storable/t/canonical.t: don't pollute STDERRDavid Mitchell2014-12-121-1/+1
* Storable: fixup pod wordingJim Cromie2014-11-211-3/+3
* Update ChangeLog before releaseAbhijit Menon-Sen2014-07-021-2/+8
* Change newSVpvn("…", …) to newSVpvs("…")Dagfinn Ilmari Mannsåker2014-06-121-2/+2
* Bring a few lines in Storable.pm under 80 cols.kafka2014-06-111-6/+10
* Memory leak in Storable::dclone with STORABLE_freeze hookAlex Solovey2014-05-283-2/+9
* tighten Storable's recognition of tied SVsZefram2014-04-083-4/+74
* Storable: silence compiler 'unused func' warningsDavid Mitchell2013-11-211-0/+3
* Storable: silence some unused var warningsDavid Mitchell2013-11-211-2/+2
* Storable: crash on ref to blessed tied arrayDavid Mitchell2013-11-212-8/+18
* Storable: add SEEN0 macroDavid Mitchell2013-11-212-13/+20
* Increase $Storable::VERSION to 2.47Father Chrysostomos2013-08-201-1/+1
* [perl #7508] Use NULL for nonexistent array elemsFather Chrysostomos2013-08-202-8/+56
* Make Storable support read-only COWsFather Chrysostomos2013-08-121-2/+8
* A comment in Storable.xs was words missing two words.Nicholas Clark2013-08-071-1/+1
* Storable should not assume that sizeof(mg_len) is 4.Nicholas Clark2013-08-051-2/+7
* Restore Storable's DEBUGME build after commit 591596833b093b3cNicholas Clark2013-08-051-1/+1
* [perl #118907] bump $Storable::VERSIONTony Cook2013-07-241-1/+1
* [perl #118907] fix some issues with patchTony Cook2013-07-241-2/+2
* Restore Storable speed after previous fix.Vladimir Timofeev2013-07-241-35/+76
* Do not call DESTROY for empty objectsVladimir Timofeev2013-07-242-4/+55
* Reinstate "Create SVt_INVLIST"Karl Williamson2013-07-161-1/+1
* Edit ChangeLog, Bump VERSION before rebase/releaseAbhijit Menon-Sen2013-07-132-21/+11
* Tweak the new Storable destroy test, and the ChangeLogNicholas Clark2013-07-132-7/+5