2005-06-01 |
Nicholas Clark | I think SvCUR() was intended rather than SvLEN() |
blob | commitdiff |
2005-05-23 |
Abhijit Menon-Sen | Assorted 2.15 fixes. |
blob | commitdiff | diff to current |
2005-05-23 |
Abhijit Menon-Sen | Remove one const to ensure that the universe doesn... |
blob | commitdiff | diff to current |
2005-05-21 |
Nicholas Clark | Move hv_name, hv_eiter and hv_riter into a new aux... |
blob | commitdiff | diff to current |
2005-05-21 |
Nicholas Clark | Move placeholders into a new rhash magic type. |
blob | commitdiff | diff to current |
2005-05-20 |
Nicholas Clark | Update XS code to declare PERL_UNUSED_DECL conditionally |
blob | commitdiff | diff to current |
2005-05-10 |
Nicholas Clark | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ |
blob | commitdiff | diff to current |
2005-05-10 |
Nicholas Clark | Experiment with using the ptr_table code to hold the... |
blob | commitdiff | diff to current |
2005-05-10 |
Nicholas Clark | Simplify the debug and assert logic. |
blob | commitdiff | diff to current |
2005-05-10 |
Nicholas Clark | Change 24165 missed one s/class/classname/ in the debug... |
blob | commitdiff | diff to current |
2005-04-26 |
H.Merijn Brand | for AIX problems? RE: [PATCH] Symbian port of Perl |
blob | commitdiff | diff to current |
2005-04-25 |
Abhijit Menon-Sen | Add STORABLE_attach hook (Adam Kennedy). |
blob | commitdiff | diff to current |
2005-04-21 |
Jarkko Hietaniemi | Symbian port of Perl |
blob | commitdiff | diff to current |
2005-04-19 |
Steve Peters | Refactoring to Sv*_set() macros - patch #5 |
blob | commitdiff | diff to current |
2005-04-18 |
Steve Peters | Refactoring to Sv*_set() macros - patch #4 |
blob | commitdiff | diff to current |
2005-04-05 |
Nicholas Clark | Down with C++ reserved names |
blob | commitdiff | diff to current |
2005-01-21 |
Steven N. Hirsch | [perl #32503] Fix for Storable module |
blob | commitdiff | diff to current |
2004-12-22 |
Nicholas Clark | Fix typo |
blob | commitdiff | diff to current |
2004-08-22 |
Marcus Holland-Moritz | Fix some backwards-compatibility problems with Storable. |
blob | commitdiff | diff to current |
2004-07-15 |
H.Merijn Brand | Trailing semi-colon are not allowed on #ifdef's in... |
blob | commitdiff | diff to current |
2004-07-10 |
Nicholas Clark | Store weak references. |
blob | commitdiff | diff to current |
2004-06-22 |
Craig A. Berry | Storable signedness nit |
blob | commitdiff | diff to current |
2004-06-17 |
Nicholas Clark | Storable should cope if the string to thaw happens... |
blob | commitdiff | diff to current |
2004-06-15 |
Nicholas Clark | Assert SvTYPE is at least PGMV whenever accessing SvSTASH |
blob | commitdiff | diff to current |
2004-03-19 |
Nicholas Clark | Change Storable.xs to conditionally include ppport... |
blob | commitdiff | diff to current |
2004-03-19 |
beau@beaucox.com | Storable PERL_NO_GET_CONTEXT |
blob | commitdiff | diff to current |
2004-03-18 |
Nicholas Clark | Corrections and explanations in comments |
blob | commitdiff | diff to current |
2004-03-17 |
Nicholas Clark | Add auto-require of modules to restore overloading... |
blob | commitdiff | diff to current |
2004-03-14 |
Nicholas Clark | Four Storable patches towards Storable 2.11 : |
blob | commitdiff | diff to current |
2004-01-24 |
Abhijit Menon-Sen | [patch] make Storable thread-safe |
blob | commitdiff | diff to current |
2003-09-08 |
Jarkko Hietaniemi | 5.8.1 was mistakenly redefining PL_sv_placeholder. |
blob | commitdiff | diff to current |
2003-09-05 |
Abhijit Menon-Sen | 1. Work around the bug fixed by #20587 (because it... |
blob | commitdiff | diff to current |
2003-08-09 |
Nicholas Clark | Re: [PATCH] Re: Storing &PL_sv_undef as a hash key... |
blob | commitdiff | diff to current |
2003-08-03 |
Marcus Holland-Moritz | Storable and uninitalized array values |
blob | commitdiff | diff to current |
2003-07-28 |
Jarkko Hietaniemi | Make Storable work with blead/maint by making PL_sv_pla... |
blob | commitdiff | diff to current |
2003-07-27 |
Marcus Holland-Moritz | Re: [PATCH] Re: Storing &PL_sv_undef as a hash key... |
blob | commitdiff | diff to current |
2003-06-11 |
Marcus Holland-Moritz | Integrate from maint: |
blob | commitdiff | diff to current |
2003-05-16 |
Jarkko Hietaniemi | The suggested patch for [perl #22201] "patch: perl... |
blob | commitdiff | diff to current |
2003-05-05 |
Slaven Rezic | Re: Bug in Storable??? |
blob | commitdiff | diff to current |
2003-04-16 |
Abhijit Menon-Sen | [#17040] Storable now handles self-tied scalars with... |
blob | commitdiff | diff to current |
2003-03-11 |
Todd C. Miller | typos and other minor things |
blob | commitdiff | diff to current |
2003-02-15 |
Jarkko Hietaniemi | Also Storable really wants the PATCHLEVEL, not PERL_VER... |
blob | commitdiff | diff to current |
2003-02-15 |
Jarkko Hietaniemi | Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r) |
blob | commitdiff | diff to current |
2003-02-12 |
Robin Barker | to silence compiler warning |
blob | commitdiff | diff to current |
2003-01-26 |
Craig A. Berry | const declaration fixup |
blob | commitdiff | diff to current |
2003-01-21 |
Jarkko Hietaniemi | Try to make including patchlevel.h a bit more |
blob | commitdiff | diff to current |
2002-11-25 |
Slaven Rezic | Re: Storable bug #1698 |
blob | commitdiff | diff to current |
2002-10-12 |
Nicholas Clark | Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t) |
blob | commitdiff | diff to current |
2002-08-26 |
H.Merijn Brand | fix non-ANSI C++-style comment |
blob | commitdiff | diff to current |
2002-08-20 |
Slaven Rezic | Re: [PATCH] Storable and CODE references |
blob | commitdiff | diff to current |
2002-07-11 |
Nicholas Clark | Re: $Storable::drop_utf8 is undeclared |
blob | commitdiff | diff to current |
2002-06-08 |
Radu Greab | Re: [ID 20020601.005] Storable: STORABLE_freeze mechani... |
blob | commitdiff | diff to current |
2002-06-07 |
Radu Greab | Re: Major bug in Storable 2.03 with 5.6.1 (freeze ... |
blob | commitdiff | diff to current |
2002-06-01 |
Abhijit Menon-Sen | Remove $Id$ lines. |
blob | commitdiff | diff to current |
2002-05-31 |
Nicholas Clark | Storable compatibility with 64 bit 5.6.x |
blob | commitdiff | diff to current |
2002-05-29 |
Abhijit Menon-Sen | Lots of spring cleaning. (No functional changes.) |
blob | commitdiff | diff to current |
2002-05-25 |
Nicholas Clark | [PATCH] Re: Storable 2.0.0 fails on vendor perl on... |
blob | commitdiff | diff to current |
2002-05-23 |
Nicholas Clark | Re: [Another bug] Re: about Storable perl module (again) |
blob | commitdiff | diff to current |
2002-05-15 |
Nicholas Clark | avoid 64 bit SEGV for debugging Storable |
blob | commitdiff | diff to current |
2002-05-10 |
Robin Barker | format and other warnings |
blob | commitdiff | diff to current |
2002-05-09 |
Philip Newton | Storable doc patches |
blob | commitdiff | diff to current |
2002-05-07 |
Radu Greab | [PATCH] Storable (Re: perl@16433) |
blob | commitdiff | diff to current |
2002-05-06 |
Nicholas Clark | Re: perl@16433 |
blob | commitdiff | diff to current |
2002-05-05 |
Jarkko Hietaniemi | The #16401 was far from enough, and mostly in a wrong... |
blob | commitdiff | diff to current |
2002-05-04 |
Jarkko Hietaniemi | (retracted by #16415) Storable: try to free what we... |
blob | commitdiff | diff to current |
2002-04-30 |
Jarkko Hietaniemi | NetWare: disable DEBUG/ASSERT for now. |
blob | commitdiff | diff to current |
2002-04-26 |
Gurusamy Sarathy | various signed/unsigned mismatch nits |
blob | commitdiff | diff to current |
2002-04-25 |
Nicholas Clark | Re: [PATCH] another Storable test (Re: perl@16005) |
blob | commitdiff | diff to current |
2002-04-14 |
Tim Bunce | Re: [dodgy PATCH] Re: [Storable] utf8 keys started... |
blob | commitdiff | diff to current |
2002-04-13 |
Jarkko Hietaniemi | Dedodgify. |
blob | commitdiff | diff to current |
2002-04-13 |
Nicholas Clark | [dodgy PATCH] Re: [Storable] utf8 keys started working! |
blob | commitdiff | diff to current |
2002-04-05 |
Nick Ing-Simmons | Integrate mainline |
blob | commitdiff | diff to current |
2002-04-05 |
Archer Sully | Patch for bug ID 20020221.007 |
blob | commitdiff | diff to current |
2002-03-21 |
Tim Bunce | Storable is inefficient retreiving large hashes [PATCH] |
blob | commitdiff | diff to current |
2001-11-12 |
Jeffrey Friedl | a few typo fixes |
blob | commitdiff | diff to current |
2001-09-03 |
Jarkko Hietaniemi | Update to Storable 1.0.13. |
blob | commitdiff | diff to current |
2001-07-01 |
Jarkko Hietaniemi | Upgrade to Storable 1.0.12, from Raphael Manfredi. |
blob | commitdiff | diff to current |
2001-06-13 |
Jarkko Hietaniemi | Similar logic as DB_File.xs, using the modern macros and |
blob | commitdiff | diff to current |
2001-06-13 |
Doug MacEachern | [patch] rid local_patches warnings |
blob | commitdiff | diff to current |
2001-06-03 |
Jarkko Hietaniemi | Various "cast to pointer from integer of different... |
blob | commitdiff | diff to current |
2001-06-02 |
Jarkko Hietaniemi | -Wall cleanup continues. |
blob | commitdiff | diff to current |
2001-05-31 |
Nick Ing-Simmons | Integrate mainline. |
blob | commitdiff | diff to current |
2001-05-31 |
Abhijit Menon-Sen | -Wall cleanups: perl.c, gv.c, Storable.xs |
blob | commitdiff | diff to current |
2001-03-29 |
Robin Barker | printf warning |
blob | commitdiff | diff to current |
2001-03-16 |
Jarkko Hietaniemi | Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote |
blob | commitdiff | diff to current |
2001-03-15 |
Jarkko Hietaniemi | Upgrade to Storable 1.0.11, from Raphael Manfredi. |
blob | commitdiff | diff to current |
2001-03-04 |
H.Merijn Brand | Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0 |
blob | commitdiff | diff to current |
2001-02-17 |
Jarkko Hietaniemi | Upgrade to Storable 1.0.10, from Raphael Manfredi. |
blob | commitdiff | diff to current |
2001-01-08 |
Charles Bailey | Once again syncing after too long an absence |
blob | commitdiff | diff to current |
2001-01-04 |
Jarkko Hietaniemi | Typo in #8312 when manually applying a problematic... |
blob | commitdiff | diff to current |
2001-01-04 |
Jarkko Hietaniemi | Upgrade to Storable 1.0.7, from Raphael Manfredi. |
blob | commitdiff | diff to current |
2000-11-22 |
Jarkko Hietaniemi | Fixes for signedness warnings noticed by VMSperlers. |
blob | commitdiff | diff to current |
2000-11-05 |
Jarkko Hietaniemi | Upgrade to Storable 1.0.6, from Raphael Manfredi. |
blob | commitdiff | diff to current |
2000-10-27 |
Jarkko Hietaniemi | Upgrade to Storable 1.0.5, from Raphael Manfredi. |
blob | commitdiff | diff to current |
2000-10-20 |
Charles Bailey | SYN SYN |
blob | commitdiff | diff to current |
2000-10-03 |
Jarkko Hietaniemi | Upgrade to Storable 1.0.3, from Raphael Manfredi. |
blob | commitdiff | diff to current |
2000-09-14 |
Robin Barker | continued -Wformat support |
blob | commitdiff | diff to current |
2000-09-01 |
Jarkko Hietaniemi | Update to Storable 1.0, from Raphael Manfredi. |
blob | commitdiff | diff to current |
2000-08-29 |
Jarkko Hietaniemi | Nail the ID 20000828.023. |
blob | commitdiff | diff to current |
2000-08-27 |
Jarkko Hietaniemi | Big-endian 64-bit patch from Raphael Manfredi. |
blob | commitdiff | diff to current |
next |