move ext/utils/make_ext to ext/utils/make_ext.pl
[p5sagit/p5-mst-13.2.git] / ext / Storable /
2008-10-15 YAMASHINA Hio Storable.thaw segv on blessed reference to overloaded...
2008-09-29 H.Merijn Brand Version up for adding hints/hpux.pl
2008-09-29 H.Merijn Brand Storable and HP-UX Optimizer don't like eachother on...
2008-01-23 Nicholas Clark Purge all use of Nullch in non-dual life modules.
2007-12-26 Nicholas Clark Eliminate SVt_RV, and use SVt_IV to store plain references.
2007-12-26 Nicholas Clark Swap SVt_RV and SVt_NV in the SV ordering.
2007-12-22 Abhijit Menon-Sen Add const to a few prototypes. (Patch from Robin Barker.)
2007-11-22 Abhijit Menon-Sen 2.18 release.
2007-11-22 Abhijit Menon-Sen 5.00404 compile fix from Slaven Rezic.
2007-11-16 Abhijit Menon-Sen For the 2.17 release.
2007-11-13 Rafael Garcia-Suarez Update the Storable changelog. Note that, while Storabl...
2007-08-03 Chun Bing Ge problems in ext/Storable/t/file_magic.t on EBCDIC platform
2007-07-29 Slaven_Rezic [rt.cpan.org #28537] PATCH for croak.t test failure
2007-05-10 Marc Lehmann Re: Compress::Zlib, pack "C" and utf-8 [PATCH]
2007-04-26 Johan Vromans Re: The Strict trap
2007-03-31 Abhijit Menon-Sen This was released as 2.16.
2007-03-31 Abhijit Menon-Sen Add new hints files.
2007-03-15 Nicholas Clark Seems that 5.6.x needs the same fix as 5.005_xx for...
2007-03-15 Sébastien Aperghis... Re: [Patch] Fix some of the tests of Storable on Perl...
2007-03-15 Nicholas Clark Tweak to Storable to make dclone.t pass on 5.005_03.
2007-03-14 Nicholas Clark Changes needed to get Storable to compile on 5.005_03.
2007-01-25 Nicholas Clark The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-08 Nicholas Clark do $file; won't propagate errors from die, as do is...
2006-12-13 Nicholas Clark Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-11 Jan Dubois re: [PATCH] Move Win32::* functions from win32/win32...
2006-10-21 Steve Peters Fixes for Storable.xs when compiling a threaded Perl...
2006-07-13 Jarkko Hietaniemi z/OS: CPAN-ized ext/ and lib/
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.
next