summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* NI-S: IMHO utf8_upgrade is just changing representation not the valueNick Ing-Simmons2004-07-121-52/+50
* Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undefRafael Garcia-Suarez2004-07-071-0/+2
* Assert that we aren't leaking memory.Nicholas Clark2004-06-301-0/+1
* Note that sv_2mortal isn't just "increase reference count by 1, andNicholas Clark2004-06-291-1/+3
* [perl #30509] use encoding and "eq" cause memory leakDave Mitchell2004-06-281-1/+3
* As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn'tNicholas Clark2004-06-171-1/+1
* Assert that SV type has magic member when reading/writing.Nicholas Clark2004-06-141-2/+3
* Re: newSVpvn(NULL, 0); doesn't work as advertisedMarcus Holland-Moritz2004-06-081-2/+3
* Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T SADAHIRO Tomoyuki2004-06-061-13/+14
* Re: utf-8 and taint don't work togetherSADAHIRO Tomoyuki2004-05-241-7/+5
* improve hashing algorithm for ptr tables in perl_clone:Dave Mitchell2004-05-191-3/+9
* [perl #29637] Thread creation time is hypersensitiveDave Mitchell2004-05-191-3/+3