This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move SelfLoader from ext/ to dist/
[perl5.git] / ext / Storable / Storable.xs
2009-01-21 Nicholas ClarkCorrect the form of the flags passed to perl_get_sv...
2008-10-15 YAMASHINA HioStorable.thaw segv on blessed reference to overloaded...
2008-01-23 Nicholas ClarkPurge all use of Nullch in non-dual life modules.
2007-12-26 Nicholas ClarkEliminate SVt_RV, and use SVt_IV to store plain references.
2007-12-26 Nicholas ClarkSwap SVt_RV and SVt_NV in the SV ordering.
2007-12-22 Abhijit Menon-SenAdd const to a few prototypes. (Patch from Robin Barker.)
2007-11-22 Abhijit Menon-Sen5.00404 compile fix from Slaven Rezic.
2007-03-15 Nicholas ClarkSeems that 5.6.x needs the same fix as 5.005_xx for...
2007-03-15 Nicholas ClarkTweak to Storable to make dclone.t pass on 5.005_03.
2007-03-14 Nicholas ClarkChanges needed to get Storable to compile on 5.005_03.
2007-01-25 Nicholas ClarkThe last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2006-12-13 Nicholas ClarkEliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-11 Jan Duboisre: [PATCH] Move Win32::* functions from win32/win32...
2006-10-21 Steve PetersFixes for Storable.xs when compiling a threaded Perl...
2006-04-17 Nicholas ClarkCoverity is a persistent beast. Hot on the tails of...
2006-04-15 bah@longitude.comPotential (?) memory leak in Storable.xs (Coverity)
2006-04-15 Nicholas ClarkCoverity reports that Storable can potentially cause...
2005-12-12 Gisle AasUse load_module() instead of perl_eval_sv("require...
2005-12-02 Gisle AasStorable retrieve_lscalar fails for empty strings ...
2005-11-14 Gisle AasMissing ; in Storable.xs
2005-11-14 Steve HayFix code-before-declaration in boot_Storable added...
2005-11-13 Gisle AasRe: [PATCH] Enhanced Storable::read_magic()
2005-11-11 Gisle AasStorable 0.1 compatibility
2005-10-29 Srezic@Iconmobile.Com[perl #30563] [PATCH] Storable::dclone fails for tied...
2005-10-17 Jarkko Hietaniemieven more Symbian
2005-06-15 Alexey TourbinStorable/Storable.xs: make plain C functions static
2005-06-02 Steve PetersSvPVX_const() - part 3 ... and const'ing Storable
2005-06-01 Nicholas ClarkI think SvCUR() was intended rather than SvLEN()
2005-05-23 Abhijit Menon-SenAssorted 2.15 fixes.
2005-05-23 Abhijit Menon-SenRemove one const to ensure that the universe doesn...
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-21 Nicholas ClarkMove placeholders into a new rhash magic type.
2005-05-20 Nicholas ClarkUpdate XS code to declare PERL_UNUSED_DECL conditionally
2005-05-10 Nicholas Clarks/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
2005-05-10 Nicholas ClarkExperiment with using the ptr_table code to hold the...
2005-05-10 Nicholas ClarkSimplify the debug and assert logic.
2005-05-10 Nicholas ClarkChange 24165 missed one s/class/classname/ in the debug...
2005-04-26 H.Merijn Brandfor AIX problems? RE: [PATCH] Symbian port of Perl
2005-04-25 Abhijit Menon-SenAdd STORABLE_attach hook (Adam Kennedy).
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-18 Steve PetersRefactoring to Sv*_set() macros - patch #4
2005-04-05 Nicholas ClarkDown with C++ reserved names
2005-01-21 Steven N. Hirsch[perl #32503] Fix for Storable module
2004-12-22 Nicholas ClarkFix typo
2004-08-22 Marcus Holland-MoritzFix some backwards-compatibility problems with Storable.
2004-07-15 H.Merijn BrandTrailing semi-colon are not allowed on #ifdef's in...
2004-07-10 Nicholas ClarkStore weak references.
2004-06-22 Craig A. BerryStorable signedness nit
2004-06-17 Nicholas ClarkStorable should cope if the string to thaw happens...
2004-06-15 Nicholas ClarkAssert SvTYPE is at least PGMV whenever accessing SvSTASH
2004-03-19 Nicholas ClarkChange Storable.xs to conditionally include ppport...
2004-03-19 beau@beaucox.comStorable PERL_NO_GET_CONTEXT
2004-03-18 Nicholas ClarkCorrections and explanations in comments
2004-03-17 Nicholas ClarkAdd auto-require of modules to restore overloading...
2004-03-14 Nicholas ClarkFour Storable patches towards Storable 2.11 :
2004-01-24 Abhijit Menon-Sen[patch] make Storable thread-safe
2003-09-08 Jarkko Hietaniemi5.8.1 was mistakenly redefining PL_sv_placeholder.
2003-09-05 Abhijit Menon-Sen1. Work around the bug fixed by #20587 (because it...
2003-08-09 Nicholas ClarkRe: [PATCH] Re: Storing &PL_sv_undef as a hash key...
2003-08-03 Marcus Holland-MoritzStorable and uninitalized array values
2003-07-28 Jarkko HietaniemiMake Storable work with blead/maint by making PL_sv_pla...
2003-07-27 Marcus Holland-MoritzRe: [PATCH] Re: Storing &PL_sv_undef as a hash key...
2003-06-11 Marcus Holland-MoritzIntegrate from maint:
2003-05-16 Jarkko HietaniemiThe suggested patch for [perl #22201] "patch: perl...
2003-05-05 Slaven RezicRe: Bug in Storable???
2003-04-16 Abhijit Menon-Sen[#17040] Storable now handles self-tied scalars with...
2003-03-11 Todd C. Millertypos and other minor things
2003-02-15 Jarkko HietaniemiAlso Storable really wants the PATCHLEVEL, not PERL_VER...
2003-02-15 Jarkko HietaniemiMake the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
2003-02-12 Robin Barkerto silence compiler warning
2003-01-26 Craig A. Berryconst declaration fixup
2003-01-21 Jarkko HietaniemiTry to make including patchlevel.h a bit more
2002-11-25 Slaven RezicRe: Storable bug #1698
2002-10-12 Nicholas ClarkStorable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
2002-08-26 H.Merijn Brandfix non-ANSI C++-style comment
2002-08-20 Slaven RezicRe: [PATCH] Storable and CODE references
2002-07-11 Nicholas ClarkRe: $Storable::drop_utf8 is undeclared
2002-06-08 Radu GreabRe: [ID 20020601.005] Storable: STORABLE_freeze mechani...
2002-06-07 Radu GreabRe: Major bug in Storable 2.03 with 5.6.1 (freeze ...
2002-06-01 Abhijit Menon-Sen Remove $Id$ lines.
2002-05-31 Nicholas ClarkStorable compatibility with 64 bit 5.6.x
2002-05-29 Abhijit Menon-Sen Lots of spring cleaning. (No functional changes.)
2002-05-25 Nicholas Clark[PATCH] Re: Storable 2.0.0 fails on vendor perl on...
2002-05-23 Nicholas ClarkRe: [Another bug] Re: about Storable perl module (again)
2002-05-15 Nicholas Clarkavoid 64 bit SEGV for debugging Storable
2002-05-10 Robin Barkerformat and other warnings
2002-05-09 Philip NewtonStorable doc patches
2002-05-07 Radu Greab[PATCH] Storable (Re: perl@16433)
2002-05-06 Nicholas ClarkRe: perl@16433
2002-05-05 Jarkko HietaniemiThe #16401 was far from enough, and mostly in a wrong...
2002-05-04 Jarkko Hietaniemi(retracted by #16415) Storable: try to free what we...
2002-04-30 Jarkko HietaniemiNetWare: disable DEBUG/ASSERT for now.
2002-04-26 Gurusamy Sarathyvarious signed/unsigned mismatch nits
2002-04-25 Nicholas ClarkRe: [PATCH] another Storable test (Re: perl@16005)
2002-04-14 Tim BunceRe: [dodgy PATCH] Re: [Storable] utf8 keys started...
2002-04-13 Jarkko HietaniemiDedodgify.
2002-04-13 Nicholas Clark[dodgy PATCH] Re: [Storable] utf8 keys started working!
2002-04-05 Nick Ing-SimmonsIntegrate mainline
2002-04-05 Archer SullyPatch for bug ID 20020221.007
next