This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tweaking the order of op creation/op free in Perl_ck_require to Larry's
[perl5.git] / ext / Storable /
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-08-02 Piotr FusikTypos in *.p[lm]
2005-06-21 Rafael Garcia-SuarezPOD nits
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-20 Abhijit Menon-SenDamnable applypatch nonsense.
2005-05-20 Abhijit Menon-SenPreviously overlooked $SIG{DIE} patch from Slaven Rezic.
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-13 H.Merijn BrandH.Merijn changed e-mail
2005-04-05 Nicholas ClarkDown with C++ reserved names
2005-01-31 Robert Millan[perl #33998] [PATCH] Support for GNU/kFreeBSD
2005-01-21 Steven N. Hirsch[perl #32503] Fix for Storable module
2004-12-22 Nicholas ClarkFix typo
2004-08-26 Marcus Holland-MoritzFix nasty line break in Storable test file.
2004-08-22 Marcus Holland-MoritzFix some backwards-compatibility problems with Storable.
2004-08-22 Marcus Holland-MoritzFix Storable's MANIFEST.
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 ClarkChange 22516 forgot to add make_overload.pl to generate...
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-17 Nicholas ClarkAdd regression tests for the auto-require of STORABLE_thaw
2004-03-14 Nicholas ClarkFour Storable patches towards Storable 2.11 :
2004-02-29 Abhijit Menon-SenBack out _01 version suffix.
2004-02-28 Dave MitchellBump version numbers of moules affected by change ...
2004-02-27 Nicholas ClarkIn hsplit, if a normal hash has placeholders then clear...
2004-02-01 Solar DesignerRe: [perl #15063] /tmp issues
2004-01-30 H.Merijn BrandDrop optimization for -O3 *and higher*
2004-01-27 Nicholas ClarkStorable's hints file shouldn't blanket set optimize...
2004-01-25 Nicholas ClarkNeed to skip Storable's threads test on 5.8.2 with...
2004-01-24 Slaven RezicStorable-2.08/t/code.t
2004-01-24 Abhijit Menon-Sen[patch] make Storable thread-safe
2004-01-09 Nicholas ClarkBah. Makefile.PL still tests the sub-MANIFEST
2004-01-03 Nicholas ClarkNo matter how hard you proof read it, something always...
2004-01-03 Nicholas ClarkFix minor problems with the CPAN release
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-24 Jarkko Hietaniemigcc -O3 and Storable in Linux do not like each other.
2003-08-23 Jarkko HietaniemiMore data points about the Storable optimization problem
2003-08-22 Jarkko HietaniemiLower Storable.xs optimization to -O2 on certain
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-28 Jarkko HietaniemiStorable test nosewipe.
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-23 Robin Barkerfor Configure -Dnoextensions=Encode
2003-05-16 Jarkko HietaniemiThe suggested patch for [perl #22201] "patch: perl...
2003-05-05 Abhijit Menon-SenNone of that "our" stuff here, please.
2003-05-05 Abhijit Menon-SenOops. More Storable 2.07 preparations.
2003-05-05 Abhijit Menon-SenUpdate changelog for 2.07 release.
2003-05-05 Slaven RezicRe: Bug in Storable???
2003-04-19 Jarkko HietaniemiBump the test count.
2003-04-19 Dave Mitchellallow recursive FETCHes
2003-04-19 Adrian M. EnacheRe: any takers for this Storable bug?
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-31 Abhijit Menon-SenFix typo in version check ($[ to $]).
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-17 Slaven RezicRe: [perl #17061] no strict 'garbage'
2002-10-15 KAWAI TakanoriJapanese translation of Storable
2002-10-12 Nicholas ClarkStorable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
2002-10-10 Hugo van der SandenRemove use of caller() in strict.pm, and tighten Safe...
2002-10-03 Rafael Garcia-SuarezFix a precedence problem.
2002-10-03 Slaven RezicRe: Not OK 17969
2002-10-03 Abhijit Menon-SenAdd a line about 2.05.
2002-10-03 Slaven RezicStorable and code serialization: documentation
2002-09-08 Hugo van der Sandentemporarily skip failing Storable tests caused by ...
2002-08-26 H.Merijn Brandfix non-ANSI C++-style comment
next