This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
I think SvCUR() was intended rather than SvLEN()
[perl5.git] / ext / Storable / Storable.xs
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
2002-03-21 Tim BunceStorable is inefficient retreiving large hashes [PATCH]
2001-11-12 Jeffrey Friedla few typo fixes
2001-09-03 Jarkko HietaniemiUpdate to Storable 1.0.13.
2001-07-01 Jarkko HietaniemiUpgrade to Storable 1.0.12, from Raphael Manfredi.
2001-06-13 Jarkko HietaniemiSimilar logic as DB_File.xs, using the modern macros and
2001-06-13 Doug MacEachern[patch] rid local_patches warnings
2001-06-03 Jarkko HietaniemiVarious "cast to pointer from integer of different...
2001-06-02 Jarkko Hietaniemi-Wall cleanup continues.
2001-05-31 Nick Ing-SimmonsIntegrate mainline.
2001-05-31 Abhijit Menon-Sen-Wall cleanups: perl.c, gv.c, Storable.xs
2001-03-29 Robin Barkerprintf warning
2001-03-16 Jarkko HietaniemiRe-apply #9024 as the Storable 1.0.11 (#9069) overwrote
2001-03-15 Jarkko HietaniemiUpgrade to Storable 1.0.11, from Raphael Manfredi.
2001-03-04 H.Merijn BrandRe: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
2001-02-17 Jarkko HietaniemiUpgrade to Storable 1.0.10, from Raphael Manfredi.
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-04 Jarkko HietaniemiTypo in #8312 when manually applying a problematic...
2001-01-04 Jarkko HietaniemiUpgrade to Storable 1.0.7, from Raphael Manfredi.
2000-11-22 Jarkko HietaniemiFixes for signedness warnings noticed by VMSperlers.
2000-11-05 Jarkko HietaniemiUpgrade to Storable 1.0.6, from Raphael Manfredi.
2000-10-27 Jarkko HietaniemiUpgrade to Storable 1.0.5, from Raphael Manfredi.
2000-10-20 Charles BaileySYN SYN
2000-10-03 Jarkko HietaniemiUpgrade to Storable 1.0.3, from Raphael Manfredi.
2000-09-14 Robin Barkercontinued -Wformat support
2000-09-01 Jarkko HietaniemiUpdate to Storable 1.0, from Raphael Manfredi.
2000-08-29 Jarkko HietaniemiNail the ID 20000828.023.
2000-08-27 Jarkko HietaniemiBig-endian 64-bit patch from Raphael Manfredi.
next