Fix up .gitignore files some more
[p5sagit/p5-mst-13.2.git] / ext / Storable / Storable.xs
2008-10-15 YAMASHINA Hio Storable.thaw segv on blessed reference to overloaded...
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 5.00404 compile fix from Slaven Rezic.
2007-03-15 Nicholas Clark Seems that 5.6.x needs the same fix as 5.005_xx for...
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...
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-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-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-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-05 Nicholas Clark Down with C++ reserved names
2005-01-21 Steven N. Hirsch [perl #32503] Fix for Storable module
2004-12-22 Nicholas Clark Fix typo
2004-08-22 Marcus Holland-Moritz Fix some backwards-compatibility problems with Storable.
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 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-14 Nicholas Clark Four Storable patches towards Storable 2.11 :
2004-01-24 Abhijit Menon-Sen [patch] make Storable thread-safe
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-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-27 Marcus Holland-Moritz Re: [PATCH] Re: Storing ...
2003-06-11 Marcus Holland-Moritz Integrate from maint:
2003-05-16 Jarkko Hietaniemi The suggested patch for [perl #22201] "patch: perl...
2003-05-05 Slaven Rezic Re: Bug in Storable???
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-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-12 Nicholas Clark Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
2002-08-26 H.Merijn Brand fix non-ANSI C++-style comment
2002-08-20 Slaven Rezic Re: [PATCH] Storable and CODE references
2002-07-11 Nicholas Clark Re: $Storable::drop_utf8 is undeclared
2002-06-08 Radu Greab Re: [ID 20020601.005] Storable: STORABLE_freeze mechani...
2002-06-07 Radu Greab Re: Major bug in Storable 2.03 with 5.6.1 (freeze ...
2002-06-01 Abhijit Menon-Sen Remove $Id$ lines.
2002-05-31 Nicholas Clark Storable 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 Clark Re: [Another bug] Re: about Storable perl module (again)
2002-05-15 Nicholas Clark avoid 64 bit SEGV for debugging Storable
2002-05-10 Robin Barker format and other warnings
2002-05-09 Philip Newton Storable doc patches
2002-05-07 Radu Greab [PATCH] Storable (Re: perl@16433)
2002-05-06 Nicholas Clark Re: perl@16433
2002-05-05 Jarkko Hietaniemi The #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 Hietaniemi NetWare: disable DEBUG/ASSERT for now.
2002-04-26 Gurusamy Sarathy various signed/unsigned mismatch nits
2002-04-25 Nicholas Clark Re: [PATCH] another Storable test (Re: perl@16005)
2002-04-14 Tim Bunce Re: [dodgy PATCH] Re: [Storable] utf8 keys started...
2002-04-13 Jarkko Hietaniemi Dedodgify.
2002-04-13 Nicholas Clark [dodgy PATCH] Re: [Storable] utf8 keys started working!
2002-04-05 Nick Ing-Simmons Integrate mainline
2002-04-05 Archer Sully Patch for bug ID 20020221.007
2002-03-21 Tim Bunce Storable is inefficient retreiving large hashes [PATCH]
next