summaryrefslogtreecommitdiff
path: root/ext/Storable/Storable.xs
Commit message (Expand)AuthorAgeFilesLines
* Storable should cope if the string to thaw happens to be utf8 encodedNicholas Clark2004-06-171-1/+39
* 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-191-2/+4
* Storable PERL_NO_GET_CONTEXTbeau@beaucox.com2004-03-191-201/+293
* Corrections and explanations in commentsNicholas Clark2004-03-181-2/+2
* Add auto-require of modules to restore overloading (and tests)Nicholas Clark2004-03-171-6/+24
* Four Storable patches towards Storable 2.11 :Nicholas Clark2004-03-141-49/+130
* [patch] make Storable thread-safeAbhijit Menon-Sen2004-01-241-6/+33
* 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-051-2/+18
* 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-031-4/+4
* Make Storable work with blead/maint by making PL_sv_placeholderJarkko Hietaniemi2003-07-281-8/+0
* Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.xMarcus Holland-Moritz2003-07-271-3/+11
* Integrate from maint:Marcus Holland-Moritz2003-06-111-2/+2
* The suggested patch for [perl #22201] "patch: perl 5.8.0Jarkko Hietaniemi2003-05-161-2/+3
* Re: Bug in Storable???Slaven Rezic2003-05-051-1/+1
* [#17040] Storable now handles self-tied scalars with NULL mg_obj.Abhijit Menon-Sen2003-04-161-5/+16
* typos and other minor thingsTodd C. Miller2003-03-111-1/+1
* Also Storable really wants the PATCHLEVEL, not PERL_VERSION.Jarkko Hietaniemi2003-02-151-1/+1
* Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)Jarkko Hietaniemi2003-02-151-3/+6
* to silence compiler warningRobin Barker2003-02-121-8/+9
* const declaration fixupCraig A. Berry2003-01-261-1/+1
* Try to make including patchlevel.h a bit moreJarkko Hietaniemi2003-01-211-0/+3
* Re: Storable bug #1698Slaven Rezic2002-11-251-1/+8
* Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)Nicholas Clark2002-10-121-1/+16
* fix non-ANSI C++-style commentH.Merijn Brand2002-08-261-1/+1
* Re: [PATCH] Storable and CODE referencesSlaven Rezic2002-08-201-5/+227
* Re: $Storable::drop_utf8 is undeclaredNicholas Clark2002-07-111-0/+1
* Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfre...Radu Greab2002-06-081-1/+6
* Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)Radu Greab2002-06-071-4/+4
* Remove $Id$ lines.Abhijit Menon-Sen2002-06-011-5/+1
* Storable compatibility with 64 bit 5.6.xNicholas Clark2002-05-311-4/+78
* Lots of spring cleaning. (No functional changes.)Abhijit Menon-Sen2002-05-291-42/+0
* [PATCH] Re: Storable 2.0.0 fails on vendor perl on Mac OS X 10.1Nicholas Clark2002-05-251-154/+208
* Re: [Another bug] Re: about Storable perl module (again)Nicholas Clark2002-05-231-70/+119
* avoid 64 bit SEGV for debugging StorableNicholas Clark2002-05-151-4/+4
* format and other warningsRobin Barker2002-05-101-1/+1
* Storable doc patchesPhilip Newton2002-05-091-9/+9
* [PATCH] Storable (Re: perl@16433)Radu Greab2002-05-071-87/+145
* Re: perl@16433Nicholas Clark2002-05-061-7/+46
* The #16401 was far from enough, and mostly in a wrong direction.Jarkko Hietaniemi2002-05-051-15/+0
* (retracted by #16415) Storable: try to free what we allocated.Jarkko Hietaniemi2002-05-041-0/+15
* NetWare: disable DEBUG/ASSERT for now.Jarkko Hietaniemi2002-04-301-0/+7
* various signed/unsigned mismatch nitsGurusamy Sarathy2002-04-261-9/+9
* Re: [PATCH] another Storable test (Re: perl@16005)Nicholas Clark2002-04-251-35/+159
* Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!Tim Bunce2002-04-141-2/+4
* Dedodgify.Jarkko Hietaniemi2002-04-131-1/+1
* [dodgy PATCH] Re: [Storable] utf8 keys started working!Nicholas Clark2002-04-131-21/+271
* Patch for bug ID 20020221.007Archer Sully2002-04-051-1/+5