summaryrefslogtreecommitdiff
path: root/ext/Storable
Commit message (Expand)AuthorAgeFilesLines
* Experiment with using the ptr_table code to hold the seen hashNicholas Clark2005-05-101-6/+80
* Simplify the debug and assert logic.Nicholas Clark2005-05-101-7/+0
* Change 24165 missed one s/class/classname/ in the debugging code.Nicholas Clark2005-05-101-1/+1
* for AIX problems? RE: [PATCH] Symbian port of PerlH.Merijn Brand2005-04-261-75/+75
* Add STORABLE_attach hook (Adam Kennedy).Abhijit Menon-Sen2005-04-258-3/+536
* Symbian port of PerlJarkko Hietaniemi2005-04-211-74/+98
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-192-7/+7
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-181-1/+1
* H.Merijn changed e-mailH.Merijn Brand2005-04-131-1/+1
* Down with C++ reserved namesNicholas Clark2005-04-051-51/+52
* [perl #33998] [PATCH] Support for GNU/kFreeBSD Robert Millan2005-01-312-0/+2
* [perl #32503] Fix for Storable module Steven N. Hirsch2005-01-211-0/+1
* Fix typoNicholas Clark2004-12-221-1/+1
* Fix nasty line break in Storable test file.Marcus Holland-Moritz2004-08-261-2/+1
* Fix some backwards-compatibility problems with Storable.Marcus Holland-Moritz2004-08-222-6/+3
* Fix Storable's MANIFEST.Marcus Holland-Moritz2004-08-221-1/+1
* Trailing semi-colon are not allowed on #ifdef's in ANSIH.Merijn Brand2004-07-151-1/+1
* Store weak references.Nicholas Clark2004-07-108-57/+277
* Storable signedness nit Craig A. Berry2004-06-221-4/+4
* Change 22516 forgot to add make_overload.pl to generate test dataNicholas Clark2004-06-171-0/+13
* Storable should cope if the string to thaw happens to be utf8 encodedNicholas Clark2004-06-175-4/+69
* Assert SvTYPE is at least PGMV whenever accessing SvSTASHNicholas Clark2004-06-151-3/+2
* Change Storable.xs to conditionally include ppport.h for pre 5.8.0Nicholas Clark2004-03-196-1103/+10
* Storable PERL_NO_GET_CONTEXTbeau@beaucox.com2004-03-193-201/+1392
* Corrections and explanations in commentsNicholas Clark2004-03-181-2/+2
* Add auto-require of modules to restore overloading (and tests)Nicholas Clark2004-03-175-8/+52
* Add regression tests for the auto-require of STORABLE_thawNicholas Clark2004-03-174-1/+55
* Four Storable patches towards Storable 2.11 :Nicholas Clark2004-03-145-75/+227
* Back out _01 version suffix.Abhijit Menon-Sen2004-02-291-1/+1
* Bump version numbers of moules affected by change #22258Dave Mitchell2004-02-281-1/+1
* In hsplit, if a normal hash has placeholders then clear them beforeNicholas Clark2004-02-271-1/+20
* Re: [perl #15063] /tmp issuesSolar Designer2004-02-011-3/+3
* Drop optimization for -O3 *and higher*H.Merijn Brand2004-01-301-1/+1
* Storable's hints file shouldn't blanket set optimize to -O2 on LinuxNicholas Clark2004-01-271-1/+6
* Need to skip Storable's threads test on 5.8.2 with ithreads andNicholas Clark2004-01-251-0/+7
* Storable-2.08/t/code.tSlaven Rezic2004-01-241-6/+7
* [patch] make Storable thread-safeAbhijit Menon-Sen2004-01-247-8/+290
* Bah. Makefile.PL still tests the sub-MANIFESTNicholas Clark2004-01-091-3/+3
* No matter how hard you proof read it, something always slips through.Nicholas Clark2004-01-031-2/+2
* Fix minor problems with the CPAN releaseNicholas Clark2004-01-035-4/+18
* 5.8.1 was mistakenly redefining PL_sv_placeholder.Jarkko Hietaniemi2003-09-081-1/+1
* 1. Work around the bug fixed by #20587 (because it's in 5.8.0).Abhijit Menon-Sen2003-09-055-10/+60
* gcc -O3 and Storable in Linux do not like each other.Jarkko Hietaniemi2003-08-241-8/+5
* More data points about the Storable optimization problemJarkko Hietaniemi2003-08-231-1/+2
* Lower Storable.xs optimization to -O2 on certainJarkko Hietaniemi2003-08-221-0/+12
* Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.xNicholas Clark2003-08-091-3/+3
* Storable and uninitalized array valuesMarcus Holland-Moritz2003-08-032-5/+11
* Make Storable work with blead/maint by making PL_sv_placeholderJarkko Hietaniemi2003-07-282-9/+1
* Storable test nosewipe.Jarkko Hietaniemi2003-07-282-1/+4
* Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.xMarcus Holland-Moritz2003-07-271-3/+11