This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
threads.xs: Rmv impediment to compiling under C++11
[perl5.git] / dist / Storable / Storable.xs
2016-10-19 Yves OrtonStorable: switch to using SvPVCLEAR()
2016-09-21 Dagfinn Ilmari Man... Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")
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 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-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-06-12 Dagfinn Ilmari Man... Change newSVpvn("…", …) to newSVpvs("…")
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 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] 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 Nicholas ClarkUse magic rather than DESTROY to free memory in Storabl...
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-18 Karl WilliamsonRemove core references to SVt_BIND
2012-07-31 Father ChrysostomosStorable: blessed long vstrings
2012-07-31 Father Chrysostomos[perl #113894] Storable support for vstrings
2012-07-31 Father ChrysostomosStorable.xs: Add comments to store_scalar concerning...
2012-06-29 Jesse Luehrsfix storing objects with reftype REF [perl #113880]
2012-06-26 Jesse Luehrsfix off-by-one when restoring hashes [perl #73972]
2012-06-18 Zeframuse ppport.h for Storable on Perl 5.8.9
2012-05-23 Igor Zaytsev[perl #111918] Fix thawing seen objects in STORABLE_att...
2012-05-21 Father Chrysostomos[perl #112358] Storable: Don’t create RV with no refcnt
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-09-14 Nicholas ClarkSimplify Storable.xs by providing a fallback definition...
2011-09-14 Nicholas ClarkRemove from Storable.xs all compatibility code that...
2011-09-14 Nicholas ClarkRestore 5.004 and 5.005 support in Storable.
2011-09-14 Nicholas ClarkRemove Symbian compatibility macros from Storable,...
2011-07-11 Father ChrysostomosStorable: Restore 5.6 compatibility
2011-07-11 Father ChrysostomosStorable: Restore 5.8.2 compatibility
2011-06-21 Sam Kimbrel[perl #92432] Storable::nfreeze shouldn't stringify...
2011-06-05 Father ChrysostomosMake Storable freeze COWs properly
2011-05-18 Michael WittenClean: Actually use HvUSEDKEYS() instead of HvKEYS()
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in dist/*
2010-12-11 Zeframfix various compiler warnings from XS code
2010-12-08 Nicholas ClarkIn Storable.xs fix #80074, caused by the Perl stack...
2010-12-04 David LeadbeaterUp Storable minor version
2010-12-04 David LeadbeaterMake Storable correctly store coderefs with UTF-8 flag
2010-11-12 Abhijit Menon-SenPerformance improvement for overloaded classes from...
2010-11-01 Nicholas ClarkRefactor Storable::{net_,}pstore to return undef/true...
2010-10-31 Nicholas ClarkMerge Storable::{is_storing,is_retrieving} using ALIAS.
2010-10-31 Nicholas ClarkStorable::{last_op_in_netorder,is_storing,is_retrieving...
2010-10-31 Nicholas ClarkMerge Storable::{,net_}pstore and Storable::{,net_...
2009-10-16 Nicholas ClarkConvert sv_2mortal(newSVpvn(...)) to newSVpvs_flags...
2009-10-02 Nicholas ClarkMove Storable from ext/ to dist/