summaryrefslogtreecommitdiff
path: root/dist/Storable
Commit message (Expand)AuthorAgeFilesLines
* 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
* [perl #118139] Storable 2.42 - die in global destructionReini Urban2013-07-133-3/+43
* Use magic rather than DESTROY to free memory in Storable's context.Nicholas Clark2013-07-131-10/+50
* Restore Storable support for 5.005 and (astoundingly) 5.004Nicholas Clark2013-07-131-2/+2
* [perl #118829] Memory leaks in STORABLE_attachVladimir Timofeev2013-07-113-4/+53
* Revert "Create SVt_INVLIST"Karl Williamson2013-07-042-2/+2
* Create SVt_INVLISTKarl Williamson2013-07-032-2/+2
* typo fix for StorableDavid Steinbrunner2013-05-251-4/+4
* canonical.t test for Storable will use Digest::MD5 instead of MD5Alexandr Ciornii2013-05-251-3/+4
* Remove core references to SVt_BINDKarl Williamson2013-05-182-2/+2
* Subject: [PATCH] Update INSTALLDIRS to favor installation under 'site'.James E Keenan2013-04-142-2/+2
* add a note about security concerns in StorableSteffen Mueller2012-12-042-1/+38
* Bump version to 2.39 because I botched the 2.38 releaseAbhijit Menon-Sen2012-09-112-2/+2
* Add changelog entry for 2.38Abhijit Menon-Sen2012-09-111-0/+6
* Storable: blessed long vstringsFather Chrysostomos2012-07-302-2/+3