summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Don't set things to zero twice. Once is enough. (see also change 15255)Nicholas Clark2005-04-191-42/+15
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-113/+114
* Add CLONE_SKIP() class method to allow individual classes to skipDave Mitchell2005-04-191-3/+46
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-181-30/+34
* Refactoring to Sv*_set() macros - patch #3Steve Peters2005-04-121-19/+19
* Removing Y2K warningsAndy Lester2005-04-081-13/+0
* Refactoring to Sv*_set() macros - patch #2Steve Peters2005-04-081-51/+51
* Add a macro PERL_DEBUG_COW, for aggressive compile time tests ofNicholas Clark2005-04-081-1/+1
* Refactoring to Sv*_set() macros - patch #1Steve Peters2005-04-081-40/+40
* Casting to/from (void *) sufficient to make a C++ compiler happy.Nicholas Clark2005-04-061-1/+1
* Add casting to allow g++ (3.3.5) to compile the core code.Nicholas Clark2005-04-051-3/+5
* const-eight.diffAndy Lester2005-04-041-1/+1
* One more Win32 compilation clean-up (for when using -DDEBUGGING)Steve Hay2005-03-311-2/+2
* Downconst external APIsRafael Garcia-Suarez2005-03-291-4/+4
* expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SVDave Mitchell2005-03-281-0/+46
* Remove an XXX note from the public doc.Rafael Garcia-Suarez2005-03-261-2/+2
* Consting part 4Andy Lester2005-03-251-7/+11
* Third consting batchAndy Lester2005-03-241-42/+41
* More consting goodnessAndy Lester2005-03-211-10/+8
* Re: Reworked Trie PatchYves Orton2005-03-181-0/+10
* More const parmsAndy Lester2005-03-181-2/+2
* Re: uc($long_utf8_string) exhausts memoryJarkko Hietaniemi2005-01-221-1/+1
* Further follow-up to 23767Robin Barker2005-01-191-12/+0
* Correct the editor block to match the perl 5 policy on tabsNicholas Clark2005-01-141-1/+1
* Improve documentation for sv_catpvf, to note that pattern's UTF-8nessNicholas Clark2005-01-141-1/+2
* Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsvNicholas Clark2005-01-131-7/+4
* Update copyright years. Add an editor block while passing by.Nicholas Clark2005-01-131-1/+10
* follow-up to 23767Robin Barker2005-01-111-6/+8
* Remove PERL_FLEXIBLE_EXCEPTIONS code.Marcus Holland-Moritz2005-01-101-3/+0
* to improve -DCHECK_FORMATRobin Barker2005-01-071-0/+24
* Stage 1 of utf8 support for soft references.Nicholas Clark2005-01-071-4/+2
* [patch sv.c] comment fixStas Bekman2004-12-271-4/+4
* Re: [patch perlapi doc] sv_magicStas Bekman2004-12-241-0/+3
* Avoid getting the stash name twice (at least visually, if not alsoNicholas Clark2004-12-071-4/+2
* Tidy up the reference name stringification to save getting theNicholas Clark2004-12-011-7/+6
* Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.Nicholas Clark2004-10-311-2/+6
* [perl #31851] Threading crash with closuresDave Mitchell2004-10-291-0/+4
* Document sv_magic() changes brought about by sv_magicext()Steve Hay2004-10-291-9/+12
* Implement sv_svset _nosteal variants by passing a flag intoNicholas Clark2004-10-151-2/+5
* Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.Steve Hay2004-10-151-12/+45
* Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) withoutNicholas Clark2004-10-021-1/+2
* [perl #30066] Memory leak in nested shared data structures in 5.8.4Dave Mitchell2004-09-121-1/+2
* SvO?OK_off()'s return valueMarcus Holland-Moritz2004-09-081-5/+6
* signedness nit in #23190Craig A. Berry2004-08-061-1/+1
* Remove compilation warnings about uninitialized variables.Rafael Garcia-Suarez2004-08-041-3/+3
* Remove the "Newline in left-justified string" warning.Rafael Garcia-Suarez2004-08-041-8/+1
* Final version object core patch?John Peacock2004-08-041-0/+12
* remove the return stack PL_retstack, and store return ops in the CXDave Mitchell2004-07-231-10/+3
* Encourage compilers to tail call optimise in sv_savepv, sv_savepvnNicholas Clark2004-07-161-2/+1
* Bodge to make Tk work - like the UTF8 flag, the READONLY flag has tooNicholas Clark2004-07-121-1/+7