Re: [PATCH] Test script for DynaLoader
[p5sagit/p5-mst-13.2.git] / ext / Storable /
2006-04-17 Nicholas Clark Coverity is a persistent beast. Hot on the tails of...
2006-04-15 bah@longitude.com Potential (?) memory leak in Storable.xs (Coverity)
2006-04-15 Nicholas Clark Coverity reports that Storable can potentially cause...
2005-12-12 Gisle Aas Use load_module() instead of perl_eval_sv("require...
2005-12-02 Gisle Aas Storable retrieve_lscalar fails for empty strings ...
2005-11-14 Gisle Aas Missing ; in Storable.xs
2005-11-14 Steve Hay Fix code-before-declaration in boot_Storable added...
2005-11-13 Gisle Aas Re: [PATCH] Enhanced Storable::read_magic()
2005-11-11 Gisle Aas Storable 0.1 compatibility
2005-10-29 Srezic@Iconmobile.Com [perl #30563] [PATCH] Storable::dclone fails for tied...
2005-10-17 Jarkko Hietaniemi even more Symbian
2005-08-02 Piotr Fusik Typos in *.p[lm]
2005-06-21 Rafael Garcia-Suarez POD nits
2005-06-15 Alexey Tourbin Storable/Storable.xs: make plain C functions static
2005-06-02 Steve Peters SvPVX_const() - part 3 ... and const'ing Storable
2005-06-01 Nicholas Clark I think SvCUR() was intended rather than SvLEN()
2005-05-23 Abhijit Menon-Sen Assorted 2.15 fixes.
2005-05-23 Abhijit Menon-Sen Remove one const to ensure that the universe doesn...
2005-05-21 Nicholas Clark Move hv_name, hv_eiter and hv_riter into a new aux...
2005-05-21 Nicholas Clark Move placeholders into a new rhash magic type.
2005-05-20 Nicholas Clark Update XS code to declare PERL_UNUSED_DECL conditionally
2005-05-20 Abhijit Menon-Sen Damnable applypatch nonsense.
2005-05-20 Abhijit Menon-Sen Previously overlooked $SIG{DIE} patch from Slaven Rezic.
2005-05-10 Nicholas Clark s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
2005-05-10 Nicholas Clark Experiment with using the ptr_table code to hold the...
2005-05-10 Nicholas Clark Simplify the debug and assert logic.
2005-05-10 Nicholas Clark Change 24165 missed one s/class/classname/ in the debug...
2005-04-26 H.Merijn Brand for AIX problems? RE: [PATCH] Symbian port of Perl
2005-04-25 Abhijit Menon-Sen Add STORABLE_attach hook (Adam Kennedy).
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-04-18 Steve Peters Refactoring to Sv*_set() macros - patch #4
2005-04-13 H.Merijn Brand H.Merijn changed e-mail
2005-04-05 Nicholas Clark Down 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 Clark Fix typo
2004-08-26 Marcus Holland-Moritz Fix nasty line break in Storable test file.
2004-08-22 Marcus Holland-Moritz Fix some backwards-compatibility problems with Storable.
2004-08-22 Marcus Holland-Moritz Fix Storable's MANIFEST.
2004-07-15 H.Merijn Brand Trailing semi-colon are not allowed on #ifdef's in...
2004-07-10 Nicholas Clark Store weak references.
2004-06-22 Craig A. Berry Storable signedness nit
2004-06-17 Nicholas Clark Change 22516 forgot to add make_overload.pl to generate...
2004-06-17 Nicholas Clark Storable should cope if the string to thaw happens...
2004-06-15 Nicholas Clark Assert SvTYPE is at least PGMV whenever accessing SvSTASH
2004-03-19 Nicholas Clark Change Storable.xs to conditionally include ppport...
2004-03-19 beau@beaucox.com Storable PERL_NO_GET_CONTEXT
2004-03-18 Nicholas Clark Corrections and explanations in comments
2004-03-17 Nicholas Clark Add auto-require of modules to restore overloading...
2004-03-17 Nicholas Clark Add regression tests for the auto-require of STORABLE_thaw
2004-03-14 Nicholas Clark Four Storable patches towards Storable 2.11 :
2004-02-29 Abhijit Menon-Sen Back out _01 version suffix.
2004-02-28 Dave Mitchell Bump version numbers of moules affected by change ...
2004-02-27 Nicholas Clark In hsplit, if a normal hash has placeholders then clear...
2004-02-01 Solar Designer Re: [perl #15063] /tmp issues
2004-01-30 H.Merijn Brand Drop optimization for -O3 *and higher*
2004-01-27 Nicholas Clark Storable's hints file shouldn't blanket set optimize...
2004-01-25 Nicholas Clark Need to skip Storable's threads test on 5.8.2 with...
2004-01-24 Slaven Rezic Storable-2.08/t/code.t
2004-01-24 Abhijit Menon-Sen [patch] make Storable thread-safe
2004-01-09 Nicholas Clark Bah. Makefile.PL still tests the sub-MANIFEST
2004-01-03 Nicholas Clark No matter how hard you proof read it, something always...
2004-01-03 Nicholas Clark Fix minor problems with the CPAN release
2003-09-08 Jarkko Hietaniemi 5.8.1 was mistakenly redefining PL_sv_placeholder.
2003-09-05 Abhijit Menon-Sen 1. Work around the bug fixed by #20587 (because it...
2003-08-24 Jarkko Hietaniemi gcc -O3 and Storable in Linux do not like each other.
2003-08-23 Jarkko Hietaniemi More data points about the Storable optimization problem
2003-08-22 Jarkko Hietaniemi Lower Storable.xs optimization to -O2 on certain
2003-08-09 Nicholas Clark Re: [PATCH] Re: Storing ...
2003-08-03 Marcus Holland-Moritz Storable and uninitalized array values
2003-07-28 Jarkko Hietaniemi Make Storable work with blead/maint by making PL_sv_pla...
2003-07-28 Jarkko Hietaniemi Storable test nosewipe.
2003-07-27 Marcus Holland-Moritz Re: [PATCH] Re: Storing ...
2003-06-11 Marcus Holland-Moritz Integrate from maint:
2003-05-23 Robin Barker for Configure -Dnoextensions=Encode
2003-05-16 Jarkko Hietaniemi The suggested patch for [perl #22201] "patch: perl...
2003-05-05 Abhijit Menon-Sen None of that "our" stuff here, please.
2003-05-05 Abhijit Menon-Sen Oops. More Storable 2.07 preparations.
2003-05-05 Abhijit Menon-Sen Update changelog for 2.07 release.
2003-05-05 Slaven Rezic Re: Bug in Storable???
2003-04-19 Jarkko Hietaniemi Bump the test count.
2003-04-19 Dave Mitchell allow recursive FETCHes
2003-04-19 Adrian M. Enache Re: 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. Miller typos and other minor things
2003-02-15 Jarkko Hietaniemi Also Storable really wants the PATCHLEVEL, not PERL_VER...
2003-02-15 Jarkko Hietaniemi Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
2003-02-12 Robin Barker to silence compiler warning
2003-01-31 Abhijit Menon-Sen Fix typo in version check ($[ to $]).
2003-01-26 Craig A. Berry const declaration fixup
2003-01-21 Jarkko Hietaniemi Try to make including patchlevel.h a bit more
2002-11-25 Slaven Rezic Re: Storable bug #1698
2002-10-17 Slaven Rezic Re: [perl #17061] no strict 'garbage'
2002-10-15 KAWAI Takanori Japanese translation of Storable
2002-10-12 Nicholas Clark Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
2002-10-10 Hugo van der Sanden Remove use of caller() in strict.pm, and tighten Safe...
2002-10-03 Rafael Garcia-Suarez Fix a precedence problem.
2002-10-03 Slaven Rezic Re: Not OK 17969
2002-10-03 Abhijit Menon-Sen Add a line about 2.05.
next