summaryrefslogtreecommitdiff
path: root/ext/Storable
Commit message (Expand)AuthorAgeFilesLines
* Move Storable from ext/ to dist/Nicholas Clark2009-10-0249-14224/+0
* Remove the $ENV{PERL_CORE} boilerplate from Storable's tests.Nicholas Clark2009-08-3031-187/+32
* remove ext/Storable/MANIFEST; its out of date related to CPANDavid Mitchell2009-06-121-52/+0
* Note 2.20 in the changelog.Abhijit Menon-Sen2009-05-181-0/+9
* bump Storage version to 2.20 to distinguish it from the 2.19 that wasDavid Mitchell2009-05-111-1/+1
* Remove MAN3PODS and NORECURS from Makefile.PLs where blead is canonical.Nicholas Clark2009-03-261-1/+0
* correct typo, replacing "complement" with "compliment"rmgiroux@acm.org2009-02-091-1/+1
* Correct the form of the flags passed to perl_get_sv() in Storable.xsNicholas Clark2009-01-211-16/+16
* Storable.thaw segv on blessed reference to overloaded objectYAMASHINA Hio2008-10-152-2/+15
* Version up for adding hints/hpux.plH.Merijn Brand2008-09-291-1/+1
* Storable and HP-UX Optimizer don't like eachother on 5.8.xH.Merijn Brand2008-09-291-0/+10
* Purge all use of Nullch in non-dual life modules.Nicholas Clark2008-01-231-5/+5
* Eliminate SVt_RV, and use SVt_IV to store plain references.Nicholas Clark2007-12-261-0/+6
* Swap SVt_RV and SVt_NV in the SV ordering.Nicholas Clark2007-12-261-1/+1
* Add const to a few prototypes. (Patch from Robin Barker.)Abhijit Menon-Sen2007-12-221-4/+4
* 2.18 release.Abhijit Menon-Sen2007-11-222-1/+7
* 5.00404 compile fix from Slaven Rezic.Abhijit Menon-Sen2007-11-221-0/+1
* For the 2.17 release.Abhijit Menon-Sen2007-11-162-1/+7
* Update the Storable changelog. Note that, while Storable's code isRafael Garcia-Suarez2007-11-131-0/+8
* problems in ext/Storable/t/file_magic.t on EBCDIC platformChun Bing Ge2007-08-031-12/+12
* [rt.cpan.org #28537] PATCH for croak.t test failure Slaven_Rezic2007-07-291-4/+7
* Re: Compress::Zlib, pack "C" and utf-8 [PATCH]Marc Lehmann2007-05-101-6/+3
* Re: The Strict trapJohan Vromans2007-04-261-1/+1
* This was released as 2.16.Abhijit Menon-Sen2007-03-311-1/+1
* Add new hints files.Abhijit Menon-Sen2007-03-311-0/+2
* Seems that 5.6.x needs the same fix as 5.005_xx for dclone.tNicholas Clark2007-03-151-1/+1
* Re: [Patch] Fix some of the tests of Storable on Perl 5.004Sébastien Aperghis-Tramoni2007-03-153-7/+18
* Tweak to Storable to make dclone.t pass on 5.005_03.Nicholas Clark2007-03-151-1/+5
* Changes needed to get Storable to compile on 5.005_03.Nicholas Clark2007-03-141-0/+2
* The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmaskNicholas Clark2007-01-251-3/+3
* do $file; won't propagate errors from die, as do is an implicit eval.Nicholas Clark2007-01-082-2/+2
* Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.Nicholas Clark2006-12-131-0/+5
* re: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xsJan Dubois2006-12-111-0/+1
* Fixes for Storable.xs when compiling a threaded Perl with g++.Steve Peters2006-10-211-3/+3
* z/OS: CPAN-ized ext/ and lib/Jarkko Hietaniemi2006-07-132-4/+10
* Coverity is a persistent beast. Hot on the tails of fixing one leak,Nicholas Clark2006-04-171-8/+31
* Potential (?) memory leak in Storable.xs (Coverity)bah@longitude.com2006-04-151-2/+8
* Coverity reports that Storable can potentially cause a NULL pointerNicholas Clark2006-04-151-1/+5
* Use load_module() instead of perl_eval_sv("require $mod") toGisle Aas2005-12-121-16/+6
* Storable retrieve_lscalar fails for empty strings [PATCH]Gisle Aas2005-12-022-1/+12
* Missing ; in Storable.xsGisle Aas2005-11-141-1/+1
* Fix code-before-declaration in boot_Storable added by 26107Steve Hay2005-11-141-0/+2
* Re: [PATCH] Enhanced Storable::read_magic()Gisle Aas2005-11-134-32/+632
* Storable 0.1 compatibilityGisle Aas2005-11-114-5/+74
* [perl #30563] [PATCH] Storable::dclone fails for tied elementsSrezic@Iconmobile.Com2005-10-293-2/+29
* even more SymbianJarkko Hietaniemi2005-10-171-1/+1
* Typos in *.p[lm]Piotr Fusik2005-08-021-3/+3
* POD nitsRafael Garcia-Suarez2005-06-211-2/+2
* Storable/Storable.xs: make plain C functions staticAlexey Tourbin2005-06-151-10/+10
* SvPVX_const() - part 3 ... and const'ing StorableSteve Peters2005-06-021-69/+69