| Commit message (Expand) | Author | Age | Files | Lines |
* | Use load_module() instead of perl_eval_sv("require $mod") to | Gisle Aas | 2005-12-12 | 1 | -16/+6 |
* | Storable retrieve_lscalar fails for empty strings [PATCH] | Gisle Aas | 2005-12-02 | 2 | -1/+12 |
* | Missing ; in Storable.xs | Gisle Aas | 2005-11-14 | 1 | -1/+1 |
* | Fix code-before-declaration in boot_Storable added by 26107 | Steve Hay | 2005-11-14 | 1 | -0/+2 |
* | Re: [PATCH] Enhanced Storable::read_magic() | Gisle Aas | 2005-11-13 | 4 | -32/+632 |
* | Storable 0.1 compatibility | Gisle Aas | 2005-11-11 | 4 | -5/+74 |
* | [perl #30563] [PATCH] Storable::dclone fails for tied elements | Srezic@Iconmobile.Com | 2005-10-29 | 3 | -2/+29 |
* | even more Symbian | Jarkko Hietaniemi | 2005-10-17 | 1 | -1/+1 |
* | Typos in *.p[lm] | Piotr Fusik | 2005-08-02 | 1 | -3/+3 |
* | POD nits | Rafael Garcia-Suarez | 2005-06-21 | 1 | -2/+2 |
* | Storable/Storable.xs: make plain C functions static | Alexey Tourbin | 2005-06-15 | 1 | -10/+10 |
* | SvPVX_const() - part 3 ... and const'ing Storable | Steve Peters | 2005-06-02 | 1 | -69/+69 |
* | I think SvCUR() was intended rather than SvLEN() | Nicholas Clark | 2005-06-01 | 1 | -1/+1 |
* | Assorted 2.15 fixes. | Abhijit Menon-Sen | 2005-05-23 | 2 | -4/+17 |
* | Remove one const to ensure that the universe doesn't tip over. | Abhijit Menon-Sen | 2005-05-23 | 1 | -1/+1 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -18/+41 |
* | Move placeholders into a new rhash magic type. | Nicholas Clark | 2005-05-21 | 1 | -1/+5 |
* | Update XS code to declare PERL_UNUSED_DECL conditionally | Nicholas Clark | 2005-05-20 | 1 | -6/+9 |
* | Damnable applypatch nonsense. | Abhijit Menon-Sen | 2005-05-20 | 1 | -0/+44 |
* | Previously overlooked $SIG{DIE} patch from Slaven Rezic. | Abhijit Menon-Sen | 2005-05-20 | 3 | -1/+5 |
* | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ | Nicholas Clark | 2005-05-10 | 1 | -1/+1 |
* | Experiment with using the ptr_table code to hold the seen hash | Nicholas Clark | 2005-05-10 | 1 | -6/+80 |
* | Simplify the debug and assert logic. | Nicholas Clark | 2005-05-10 | 1 | -7/+0 |
* | Change 24165 missed one s/class/classname/ in the debugging code. | Nicholas Clark | 2005-05-10 | 1 | -1/+1 |
* | for AIX problems? RE: [PATCH] Symbian port of Perl | H.Merijn Brand | 2005-04-26 | 1 | -75/+75 |
* | Add STORABLE_attach hook (Adam Kennedy). | Abhijit Menon-Sen | 2005-04-25 | 8 | -3/+536 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -74/+98 |
* | Refactoring to Sv*_set() macros - patch #5 | Steve Peters | 2005-04-19 | 2 | -7/+7 |
* | Refactoring to Sv*_set() macros - patch #4 | Steve Peters | 2005-04-18 | 1 | -1/+1 |
* | H.Merijn changed e-mail | H.Merijn Brand | 2005-04-13 | 1 | -1/+1 |
* | Down with C++ reserved names | Nicholas Clark | 2005-04-05 | 1 | -51/+52 |
* | [perl #33998] [PATCH] Support for GNU/kFreeBSD | Robert Millan | 2005-01-31 | 2 | -0/+2 |
* | [perl #32503] Fix for Storable module | Steven N. Hirsch | 2005-01-21 | 1 | -0/+1 |
* | Fix typo | Nicholas Clark | 2004-12-22 | 1 | -1/+1 |
* | Fix nasty line break in Storable test file. | Marcus Holland-Moritz | 2004-08-26 | 1 | -2/+1 |
* | Fix some backwards-compatibility problems with Storable. | Marcus Holland-Moritz | 2004-08-22 | 2 | -6/+3 |
* | Fix Storable's MANIFEST. | Marcus Holland-Moritz | 2004-08-22 | 1 | -1/+1 |
* | Trailing semi-colon are not allowed on #ifdef's in ANSI | H.Merijn Brand | 2004-07-15 | 1 | -1/+1 |
* | Store weak references. | Nicholas Clark | 2004-07-10 | 8 | -57/+277 |
* | Storable signedness nit | Craig A. Berry | 2004-06-22 | 1 | -4/+4 |
* | Change 22516 forgot to add make_overload.pl to generate test data | Nicholas Clark | 2004-06-17 | 1 | -0/+13 |
* | Storable should cope if the string to thaw happens to be utf8 encoded | Nicholas Clark | 2004-06-17 | 5 | -4/+69 |
* | Assert SvTYPE is at least PGMV whenever accessing SvSTASH | Nicholas Clark | 2004-06-15 | 1 | -3/+2 |
* | Change Storable.xs to conditionally include ppport.h for pre 5.8.0 | Nicholas Clark | 2004-03-19 | 6 | -1103/+10 |
* | Storable PERL_NO_GET_CONTEXT | beau@beaucox.com | 2004-03-19 | 3 | -201/+1392 |
* | Corrections and explanations in comments | Nicholas Clark | 2004-03-18 | 1 | -2/+2 |
* | Add auto-require of modules to restore overloading (and tests) | Nicholas Clark | 2004-03-17 | 5 | -8/+52 |
* | Add regression tests for the auto-require of STORABLE_thaw | Nicholas Clark | 2004-03-17 | 4 | -1/+55 |
* | Four Storable patches towards Storable 2.11 : | Nicholas Clark | 2004-03-14 | 5 | -75/+227 |
* | Back out _01 version suffix. | Abhijit Menon-Sen | 2004-02-29 | 1 | -1/+1 |