summaryrefslogtreecommitdiff
path: root/ext/Storable/Storable.xs
Commit message (Expand)AuthorAgeFilesLines
* Move Storable from ext/ to dist/Nicholas Clark2009-10-021-6491/+0
* 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-151-1/+1
* 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
* 5.00404 compile fix from Slaven Rezic.Abhijit Menon-Sen2007-11-221-0/+1
* Seems that 5.6.x needs the same fix as 5.005_xx for dclone.tNicholas Clark2007-03-151-1/+1
* 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
* 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
* 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-021-0/+5
* 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-131-0/+5
* Storable 0.1 compatibilityGisle Aas2005-11-111-4/+16
* [perl #30563] [PATCH] Storable::dclone fails for tied elementsSrezic@Iconmobile.Com2005-10-291-0/+8
* even more SymbianJarkko Hietaniemi2005-10-171-1/+1
* 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
* I think SvCUR() was intended rather than SvLEN()Nicholas Clark2005-06-011-1/+1
* 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