2007-11-16 |
Abhijit Menon-Sen |
For the 2.17 release. |
tree | commitdiff |
2007-11-13 |
Rafael Garcia-Suarez |
Update the Storable changelog. Note that, while Storabl... |
tree | commitdiff |
2007-08-03 |
Chun Bing Ge |
problems in ext/Storable/t/file_magic.t on EBCDIC platform |
tree | commitdiff |
2007-07-29 |
Slaven_Rezic |
[rt.cpan.org #28537] PATCH for croak.t test failure |
tree | commitdiff |
2007-05-10 |
Marc Lehmann |
Re: Compress::Zlib, pack "C" and utf-8 [PATCH] |
tree | commitdiff |
2007-04-26 |
Johan Vromans |
Re: The Strict trap |
tree | commitdiff |
2007-03-31 |
Abhijit Menon-Sen |
This was released as 2.16. |
tree | commitdiff |
2007-03-31 |
Abhijit Menon-Sen |
Add new hints files. |
tree | commitdiff |
2007-03-15 |
Nicholas Clark |
Seems that 5.6.x needs the same fix as 5.005_xx for... |
tree | commitdiff |
2007-03-15 |
Sébastien Aperghis... |
Re: [Patch] Fix some of the tests of Storable on Perl... |
tree | commitdiff |
2007-03-15 |
Nicholas Clark |
Tweak to Storable to make dclone.t pass on 5.005_03. |
tree | commitdiff |
2007-03-14 |
Nicholas Clark |
Changes needed to get Storable to compile on 5.005_03. |
tree | commitdiff |
2007-01-25 |
Nicholas Clark |
The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv... |
tree | commitdiff |
2007-01-08 |
Nicholas Clark |
do $file; won't propagate errors from die, as do is... |
tree | commitdiff |
2006-12-13 |
Nicholas Clark |
Eliminate PVBM. Store fast Boyer-Moore tables in PVGV. |
tree | commitdiff |
2006-12-11 |
Jan Dubois |
re: [PATCH] Move Win32::* functions from win32/win32... |
tree | commitdiff |
2006-10-21 |
Steve Peters |
Fixes for Storable.xs when compiling a threaded Perl... |
tree | commitdiff |
2006-07-13 |
Jarkko Hietaniemi |
z/OS: CPAN-ized ext/ and lib/ |
tree | commitdiff |
2006-04-17 |
Nicholas Clark |
Coverity is a persistent beast. Hot on the tails of... |
tree | commitdiff |
2006-04-15 |
bah@longitude.com |
Potential (?) memory leak in Storable.xs (Coverity) |
tree | commitdiff |
2006-04-15 |
Nicholas Clark |
Coverity reports that Storable can potentially cause... |
tree | commitdiff |
2005-12-12 |
Gisle Aas |
Use load_module() instead of perl_eval_sv("require... |
tree | commitdiff |
2005-12-02 |
Gisle Aas |
Storable retrieve_lscalar fails for empty strings ... |
tree | commitdiff |
2005-11-14 |
Gisle Aas |
Missing ; in Storable.xs |
tree | commitdiff |
2005-11-14 |
Steve Hay |
Fix code-before-declaration in boot_Storable added... |
tree | commitdiff |
2005-11-13 |
Gisle Aas |
Re: [PATCH] Enhanced Storable::read_magic() |
tree | commitdiff |
2005-11-11 |
Gisle Aas |
Storable 0.1 compatibility |
tree | commitdiff |
2005-10-29 |
Srezic@Iconmobile.Com |
[perl #30563] [PATCH] Storable::dclone fails for tied... |
tree | commitdiff |
2005-10-17 |
Jarkko Hietaniemi |
even more Symbian |
tree | commitdiff |
2005-08-02 |
Piotr Fusik |
Typos in *.p[lm] |
tree | commitdiff |
2005-06-21 |
Rafael Garcia-Suarez |
POD nits |
tree | commitdiff |
2005-06-15 |
Alexey Tourbin |
Storable/Storable.xs: make plain C functions static |
tree | commitdiff |
2005-06-02 |
Steve Peters |
SvPVX_const() - part 3 ... and const'ing Storable |
tree | commitdiff |
2005-06-01 |
Nicholas Clark |
I think SvCUR() was intended rather than SvLEN() |
tree | commitdiff |
2005-05-23 |
Abhijit Menon-Sen |
Assorted 2.15 fixes. |
tree | commitdiff |
2005-05-23 |
Abhijit Menon-Sen |
Remove one const to ensure that the universe doesn... |
tree | commitdiff |
2005-05-21 |
Nicholas Clark |
Move hv_name, hv_eiter and hv_riter into a new aux... |
tree | commitdiff |
2005-05-21 |
Nicholas Clark |
Move placeholders into a new rhash magic type. |
tree | commitdiff |
2005-05-20 |
Nicholas Clark |
Update XS code to declare PERL_UNUSED_DECL conditionally |
tree | commitdiff |
2005-05-20 |
Abhijit Menon-Sen |
Damnable applypatch nonsense. |
tree | commitdiff |
2005-05-20 |
Abhijit Menon-Sen |
Previously overlooked $SIG{DIE} patch from Slaven Rezic. |
tree | commitdiff |
2005-05-10 |
Nicholas Clark |
s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ |
tree | commitdiff |
2005-05-10 |
Nicholas Clark |
Experiment with using the ptr_table code to hold the... |
tree | commitdiff |
2005-05-10 |
Nicholas Clark |
Simplify the debug and assert logic. |
tree | commitdiff |
2005-05-10 |
Nicholas Clark |
Change 24165 missed one s/class/classname/ in the debug... |
tree | commitdiff |
2005-04-26 |
H.Merijn Brand |
for AIX problems? RE: [PATCH] Symbian port of Perl |
tree | commitdiff |
2005-04-25 |
Abhijit Menon-Sen |
Add STORABLE_attach hook (Adam Kennedy). |
tree | commitdiff |
2005-04-21 |
Jarkko Hietaniemi |
Symbian port of Perl |
tree | commitdiff |
2005-04-19 |
Steve Peters |
Refactoring to Sv*_set() macros - patch #5 |
tree | commitdiff |
2005-04-18 |
Steve Peters |
Refactoring to Sv*_set() macros - patch #4 |
tree | commitdiff |
2005-04-13 |
H.Merijn Brand |
H.Merijn changed e-mail |
tree | commitdiff |
2005-04-05 |
Nicholas Clark |
Down with C++ reserved names |
tree | commitdiff |
2005-01-31 |
Robert Millan |
[perl #33998] [PATCH] Support for GNU/kFreeBSD |
tree | commitdiff |
2005-01-21 |
Steven N. Hirsch |
[perl #32503] Fix for Storable module |
tree | commitdiff |
2004-12-22 |
Nicholas Clark |
Fix typo |
tree | commitdiff |
2004-08-26 |
Marcus Holland-Moritz |
Fix nasty line break in Storable test file. |
tree | commitdiff |
2004-08-22 |
Marcus Holland-Moritz |
Fix some backwards-compatibility problems with Storable. |
tree | commitdiff |
2004-08-22 |
Marcus Holland-Moritz |
Fix Storable's MANIFEST. |
tree | commitdiff |
2004-07-15 |
H.Merijn Brand |
Trailing semi-colon are not allowed on #ifdef's in... |
tree | commitdiff |
2004-07-10 |
Nicholas Clark |
Store weak references. |
tree | commitdiff |
2004-06-22 |
Craig A. Berry |
Storable signedness nit |
tree | commitdiff |
2004-06-17 |
Nicholas Clark |
Change 22516 forgot to add make_overload.pl to generate... |
tree | commitdiff |
2004-06-17 |
Nicholas Clark |
Storable should cope if the string to thaw happens... |
tree | commitdiff |
2004-06-15 |
Nicholas Clark |
Assert SvTYPE is at least PGMV whenever accessing SvSTASH |
tree | commitdiff |
2004-03-19 |
Nicholas Clark |
Change Storable.xs to conditionally include ppport... |
tree | commitdiff |
2004-03-19 |
beau@beaucox.com |
Storable PERL_NO_GET_CONTEXT |
tree | commitdiff |
2004-03-18 |
Nicholas Clark |
Corrections and explanations in comments |
tree | commitdiff |
2004-03-17 |
Nicholas Clark |
Add auto-require of modules to restore overloading... |
tree | commitdiff |
2004-03-17 |
Nicholas Clark |
Add regression tests for the auto-require of STORABLE_thaw |
tree | commitdiff |
2004-03-14 |
Nicholas Clark |
Four Storable patches towards Storable 2.11 : |
tree | commitdiff |
2004-02-29 |
Abhijit Menon-Sen |
Back out _01 version suffix. |
tree | commitdiff |
2004-02-28 |
Dave Mitchell |
Bump version numbers of moules affected by change ... |
tree | commitdiff |
2004-02-27 |
Nicholas Clark |
In hsplit, if a normal hash has placeholders then clear... |
tree | commitdiff |
2004-02-01 |
Solar Designer |
Re: [perl #15063] /tmp issues |
tree | commitdiff |
2004-01-30 |
H.Merijn Brand |
Drop optimization for -O3 *and higher* |
tree | commitdiff |
2004-01-27 |
Nicholas Clark |
Storable's hints file shouldn't blanket set optimize... |
tree | commitdiff |
2004-01-25 |
Nicholas Clark |
Need to skip Storable's threads test on 5.8.2 with... |
tree | commitdiff |
2004-01-24 |
Slaven Rezic |
Storable-2.08/t/code.t |
tree | commitdiff |
2004-01-24 |
Abhijit Menon-Sen |
[patch] make Storable thread-safe |
tree | commitdiff |
2004-01-09 |
Nicholas Clark |
Bah. Makefile.PL still tests the sub-MANIFEST |
tree | commitdiff |
2004-01-03 |
Nicholas Clark |
No matter how hard you proof read it, something always... |
tree | commitdiff |
2004-01-03 |
Nicholas Clark |
Fix minor problems with the CPAN release |
tree | commitdiff |
2003-09-08 |
Jarkko Hietaniemi |
5.8.1 was mistakenly redefining PL_sv_placeholder. |
tree | commitdiff |
2003-09-05 |
Abhijit Menon-Sen |
1. Work around the bug fixed by #20587 (because it... |
tree | commitdiff |
2003-08-24 |
Jarkko Hietaniemi |
gcc -O3 and Storable in Linux do not like each other. |
tree | commitdiff |
2003-08-23 |
Jarkko Hietaniemi |
More data points about the Storable optimization problem |
tree | commitdiff |
2003-08-22 |
Jarkko Hietaniemi |
Lower Storable.xs optimization to -O2 on certain |
tree | commitdiff |
2003-08-09 |
Nicholas Clark |
Re: [PATCH] Re: Storing ... |
tree | commitdiff |
2003-08-03 |
Marcus Holland-Moritz |
Storable and uninitalized array values |
tree | commitdiff |
2003-07-28 |
Jarkko Hietaniemi |
Make Storable work with blead/maint by making PL_sv_pla... |
tree | commitdiff |
2003-07-28 |
Jarkko Hietaniemi |
Storable test nosewipe. |
tree | commitdiff |
2003-07-27 |
Marcus Holland-Moritz |
Re: [PATCH] Re: Storing ... |
tree | commitdiff |
2003-06-11 |
Marcus Holland-Moritz |
Integrate from maint: |
tree | commitdiff |
2003-05-23 |
Robin Barker |
for Configure -Dnoextensions=Encode |
tree | commitdiff |
2003-05-16 |
Jarkko Hietaniemi |
The suggested patch for [perl #22201] "patch: perl... |
tree | commitdiff |
2003-05-05 |
Abhijit Menon-Sen |
None of that "our" stuff here, please. |
tree | commitdiff |
2003-05-05 |
Abhijit Menon-Sen |
Oops. More Storable 2.07 preparations. |
tree | commitdiff |
2003-05-05 |
Abhijit Menon-Sen |
Update changelog for 2.07 release. |
tree | commitdiff |
2003-05-05 |
Slaven Rezic |
Re: Bug in Storable??? |
tree | commitdiff |
2003-04-19 |
Jarkko Hietaniemi |
Bump the test count. |
tree | commitdiff |
next |