summaryrefslogtreecommitdiff
path: root/dist/Storable
Commit message (Expand)AuthorAgeFilesLines
* 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
* [perl #113894] Storable support for vstringsFather Chrysostomos2012-07-303-13/+128
* Get Storable’s blessed.t passing again in 5.8.1-Father Chrysostomos2012-07-301-1/+1
* Storable.xs: Add comments to store_scalar concerning utf8Father Chrysostomos2012-07-301-0/+1
* Storable: doc typosFather Chrysostomos2012-07-301-2/+2
* Increase $Storable::VERSION to 2.38Father Chrysostomos2012-07-301-1/+1
* fix storing objects with reftype REF [perl #113880]Jesse Luehrs2012-06-282-1/+32
* fix off-by-one when restoring hashes [perl #73972]Jesse Luehrs2012-06-263-5/+26
* use ppport.h for Storable on Perl 5.8.9Zefram2012-06-182-2/+2
* [perl #111918] Fix thawing seen objects in STORABLE_attach hookIgor Zaytsev2012-05-222-2/+47
* [perl #112358] Storable: Don’t create RV with no refcntFather Chrysostomos2012-05-212-3/+11
* Increase $Storable::VERSION to 2.35Father Chrysostomos2012-05-211-1/+1
* Version bumpsif-0.0602Father Chrysostomos2011-11-221-1/+1
* [RT #36079] Convert ` to '.jkeenan2011-11-221-22/+22
* Make Storable load even with %INC modifiedFather Chrysostomos2011-11-022-4/+17
* Simplify Storable.xs by providing a fallback definition of HvTOTALKEYS().Nicholas Clark2011-09-141-6/+5
* Change Storable's code.t to serialise a subroutine under our control.Nicholas Clark2011-09-141-1/+1
* Remove from Storable.xs all compatibility code that duplicates ppport.hNicholas Clark2011-09-141-49/+1
* Restore 5.004 and 5.005 support in Storable.Nicholas Clark2011-09-143-18/+18
* Remove Symbian compatibility macros from Storable, now supplied by ppport.hNicholas Clark2011-09-142-21/+1