summaryrefslogtreecommitdiff
path: root/ext/Storable/Storable.xs
Commit message (Expand)AuthorAgeFilesLines
* Assorted 2.15 fixes.Abhijit Menon-Sen2005-05-231-4/+11
* Remove one const to ensure that the universe doesn't tip over.Abhijit Menon-Sen2005-05-231-1/+1
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-18/+41
* Move placeholders into a new rhash magic type.Nicholas Clark2005-05-211-1/+5
* Update XS code to declare PERL_UNUSED_DECL conditionallyNicholas Clark2005-05-201-6/+9
* s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/Nicholas Clark2005-05-101-1/+1
* 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-251-2/+37
* Symbian port of PerlJarkko Hietaniemi2005-04-211-74/+98
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-6/+6
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-181-1/+1
* Down with C++ reserved namesNicholas Clark2005-04-051-51/+52
* [perl #32503] Fix for Storable module Steven N. Hirsch2005-01-211-0/+1
* Fix typoNicholas Clark2004-12-221-1/+1
* Fix some backwards-compatibility problems with Storable.Marcus Holland-Moritz2004-08-221-5/+2
* Trailing semi-colon are not allowed on #ifdef's in ANSIH.Merijn Brand2004-07-151-1/+1
* Store weak references.Nicholas Clark2004-07-101-16/+73
* Storable signedness nit Craig A. Berry2004-06-221-4/+4
* 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