summaryrefslogtreecommitdiff
path: root/dist/Storable/Storable.xs
Commit message (Expand)AuthorAgeFilesLines
* Storable: blessed long vstringsFather Chrysostomos2012-07-301-1/+1
* [perl #113894] Storable support for vstringsFather Chrysostomos2012-07-301-4/+103
* Storable.xs: Add comments to store_scalar concerning utf8Father Chrysostomos2012-07-301-0/+1
* fix storing objects with reftype REF [perl #113880]Jesse Luehrs2012-06-281-0/+1
* fix off-by-one when restoring hashes [perl #73972]Jesse Luehrs2012-06-261-3/+3
* use ppport.h for Storable on Perl 5.8.9Zefram2012-06-181-1/+1
* [perl #111918] Fix thawing seen objects in STORABLE_attach hookIgor Zaytsev2012-05-221-1/+11
* [perl #112358] Storable: Don’t create RV with no refcntFather Chrysostomos2012-05-211-2/+1
* [RT #36079] Convert ` to '.jkeenan2011-11-221-22/+22
* Simplify Storable.xs by providing a fallback definition of HvTOTALKEYS().Nicholas Clark2011-09-141-6/+5
* 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-141-16/+13
* Remove Symbian compatibility macros from Storable, now supplied by ppport.hNicholas Clark2011-09-141-20/+0
* Storable: Restore 5.6 compatibilityFather Chrysostomos2011-07-111-1/+1
* Storable: Restore 5.8.2 compatibilityFather Chrysostomos2011-07-111-0/+5
* [perl #92432] Storable::nfreeze shouldn't stringify intsSam Kimbrel2011-06-211-2/+2
* Make Storable freeze COWs properlyFather Chrysostomos2011-06-041-2/+3
* Clean: Actually use HvUSEDKEYS() instead of HvKEYS()Michael Witten2011-05-181-1/+1
* Fix typos (spelling errors) in dist/*Peter J. Acklam) (via RT2011-01-071-21/+21
* fix various compiler warnings from XS codeZefram2010-12-111-1/+9
* In Storable.xs fix #80074, caused by the Perl stack moving when expanded.Nicholas Clark2010-12-081-2/+5
* Up Storable minor versionDavid Leadbeater2010-12-041-2/+2
* Make Storable correctly store coderefs with UTF-8 flagDavid Leadbeater2010-12-041-12/+25
* Performance improvement for overloaded classes from Benjamin HolzmanAbhijit Menon-Sen2010-11-121-0/+12
* Refactor Storable::{net_,}pstore to return undef/true, instead of 1 or 0.Nicholas Clark2010-11-011-6/+5
* Merge Storable::{is_storing,is_retrieving} using ALIAS.Nicholas Clark2010-10-311-7/+7
* Storable::{last_op_in_netorder,is_storing,is_retrieving} are all boolean.Nicholas Clark2010-10-311-6/+6
* Merge Storable::{,net_}pstore and Storable::{,net_}mstore using ALIAS.Nicholas Clark2010-10-311-79/+26
* Convert sv_2mortal(newSVpvn(...)) to newSVpvs_flags(..., SVs_TEMP)Nicholas Clark2009-10-161-2/+3
* Move Storable from ext/ to dist/Nicholas Clark2009-10-021-0/+6491