summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* gcc complains when it sees variables declaredSteve Peters2005-10-141-2/+2
* Stas' croak patch and then someAndy Lester2005-10-131-8/+9
* SvPVutf8_nolen crashes [PATCH]Gisle Aas2005-10-131-1/+1
* Re: [PATCH] Random constings and printf cleanupAndy Lester2005-10-051-6/+6
* Clone PL_statusvalue_posix [PATCH]Gisle Aas2005-10-031-0/+2
* The second argument to Move() is the destination, so cannot possiblyNicholas Clark2005-09-191-3/+3
* First argument to he_dup is actually a const HE *Nicholas Clark2005-09-191-1/+1
* Revert 25331 (except for the typo fix).Nicholas Clark2005-08-251-4/+0
* To make the current implementation of sv_replace sane, we shouldNicholas Clark2005-08-251-1/+5
* Promote the warning about reference miscount in sv_replace to a panic.Nicholas Clark2005-08-251-2/+4
* Use SvGETMAGIC more oftenRick Delaney2005-08-231-12/+6
* More embed.fnc goodnessAndy Lester2005-07-291-10/+10
* RE: blead: no longer supports %vd formatRobin Barker2005-07-181-29/+70
* more embed cleanupAndy Lester2005-07-151-7/+8
* Error in earlier patch in sv.cRobin Barker2005-07-131-0/+2
* make the expensive ckWARN() be called as late as possibleDave Mitchell2005-07-131-13/+14
* Re: Scalar leaked in 'local $0' under ithreads + taint modeSteve Hay2005-07-121-2/+4
* Change New*() to Newx*() in various comments and documentationSteve Hay2005-07-121-1/+1
* [patch: sv.c] reuse new_body_inline in Perl_new_bodyJim Cromie2005-07-111-12/+11
* sv_dec is supposed to go *down*, m'kay.Nicholas Clark2005-07-091-1/+1
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-34/+33
* Provide a macro version of S_new_body to inline it within the hot code.Nicholas Clark2005-07-041-16/+26
* Post-YAPC consting, now with an attachment!Andy Lester2005-07-041-17/+15
* sv_setuv_mg is so rarely called that the IV optimisation test is notNicholas Clark2005-07-041-15/+3
* Copying the first parameter in the macro del_body seems to reduceNicholas Clark2005-07-021-2/+3
* Unwrap the del_Xfoo() macros by explicitly noting the arena to freeNicholas Clark2005-07-021-57/+45
* Given that the GV no longer owns a reference on the symbol table, weNicholas Clark2005-07-021-16/+9
* Passing gvtype as char rather than char * to S_varname generatesNicholas Clark2005-07-021-17/+17
* Don't inline offer_nice_chunk, as it's rarely called.Nicholas Clark2005-07-021-0/+21
* Don't check the pointer is non-NULL before calling Safefree() inNicholas Clark2005-07-021-2/+1
* [perl #36434] assigning shared consts (eg __PACKAGE__) to magic varsDave Mitchell2005-06-301-1/+6
* Replace newSVpv(...,0) with newSVpvn where we know the length.Nicholas Clark2005-06-301-2/+2
* If gp_flags is unused, why are we even allocating it?Nicholas Clark2005-06-301-1/+0
* Fixes to -DPERL_DONT_CREATE_GVSV to make more tests passNicholas Clark2005-06-291-11/+15
* First stab at not automatically creating an unused SV for GvSVNicholas Clark2005-06-291-1/+5
* Remove old variable needed for binary compatibilityRafael Garcia-Suarez2005-06-291-2/+0
* Convert strcpy to memcpy where we already know the length.Nicholas Clark2005-06-281-1/+1
* Fix sv_dec of undefined PVs to (a) not downgrade to NVNicholas Clark2005-06-271-4/+4
* We're going round in circles with pp_sys.cAndy Lester2005-06-271-4/+4
* Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalarsNicholas Clark2005-06-241-1/+5
* Remove the reference loop between symbol tables and typeglobs.Nicholas Clark2005-06-231-34/+42
* The current implementation of :unique is fundamentally flawed,Nicholas Clark2005-06-231-68/+1
* Add a define PERL_POISON which tries to trip up anything accessingNicholas Clark2005-06-231-8/+3
* Const Boy II: The LocalizingAndy Lester2005-06-231-24/+24
* remove taint hack now that local $tainted no longer copies taint magicDave Mitchell2005-06-221-1/+1
* Avoid having NULL entries in the weakref backreference array, andNicholas Clark2005-06-211-9/+17
* As there will be no old body to dispose of, we can return immediately.Nicholas Clark2005-06-211-3/+3
* Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations Tsutomu IKEGAMI2005-06-211-5/+3
* Replace the non-const initialiser block + loop with a series of callsNicholas Clark2005-06-201-50/+31
* The continuing adventures of Constman and Localize BoyAndy Lester2005-06-201-35/+43