S_find_beginning is only called from one place, so by hoisting the
[p5sagit/p5-mst-13.2.git] / sv.c
2006-02-03 Steven Schubiger Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-03 Steven Schubiger s/Nullcv/NULL/g
2006-02-02 Steven Schubiger Re: [PATCH] s/Null(av|ch)/NULL/g
2006-02-01 Nicholas Clark Since PERL_COPY_ON_WRITE became PERL_OLD_COPY_ON_WRITE...
2006-02-01 Nicholas Clark References can't have SVp_IOK or SVp_NOK set, so no...
2006-02-01 Nicholas Clark Correct my comment, so that it's actually useful. :-)
2006-02-01 Jim Cromie [patch] arena rework - unify arenaroots
2006-01-30 Nicholas Clark Assert that IVs and NVs can never be tainted.
2006-01-29 Nicholas Clark C compilers don't let you return void. Pay attention...
2006-01-28 Nicholas Clark Squeeze more flag manipulations together in sv_setsv_flags.
2006-01-28 Nicholas Clark Merge the IOK and NOK clauses together in sv_setsv_flags.
2006-01-28 Nicholas Clark The flags manipulation in sv_setsv_flags can be more...
2006-01-28 Nicholas Clark By changing SvVOK() from returning 0/1 to 0/pointer...
2006-01-28 Nicholas Clark Pull the other large chunk of PVGV assignment code...
2006-01-28 Nicholas Clark Remove goto glob_assign;
2006-01-28 Nicholas Clark Pull glob_assign out from sv_setsv_flags into a static...
2006-01-23 Rafael Garcia-Suarez Un-const magic virtual tables; this consting breaks...
2006-01-18 Steve Hay Change all NEWSV() to newSV() in the core and non-dual...
2006-01-10 Andy Lester It's the Barbie bus patch
2006-01-08 Jarkko Hietaniemi blead: format warnings
2006-01-06 Steve Peters Upgrade to version-0.52
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-04 Gisle Aas Make the new STR_WITH_LEN() affected compile under...
2006-01-04 Gisle Aas Get rid of a few more hardcoded string lengths.
2006-01-04 Gisle Aas Introduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-03 Nicholas Clark If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's impor...
2006-01-03 Dave Mitchell ithreads: SVs that were only on the tmps stack leaked
2006-01-02 Dave Mitchell stop DEBUG_LEAKING_SCALARS producing spurious memory...
2006-01-02 Jim Cromie [patch] comment grammar and indentation, spurious tab
2006-01-02 Rafael Garcia-Suarez Update copyrights for files modified in 2006
2006-01-01 Andy Lester Making 0 pointers to NULLs
2005-12-31 Dave Mitchell tidy index arrangements in new MY_CXT code
2005-12-30 Nicholas Clark Document why it's a bad plan to move the backreferences...
2005-12-30 Nicholas Clark Now that the backreference array has no NULL entries...
2005-12-30 Dave Mitchell fix errors in new MY_CTX code
2005-12-30 Nicholas Clark RMAGIC on symbol tables is bad, m'kay.
2005-12-29 Andy Lester Actual real consting of parms
2005-12-29 Andy Lester av.c cleanup, plus!
2005-12-29 Dave Mitchell re-implement MY_CXT API more efficiently, and add explicit
2005-12-28 Nicholas Clark As the backreferences AV doesn't hold references on...
2005-12-27 Andy Lester pre-likely cleanup
2005-12-23 Nicholas Clark Now that proxy subroutines can be unproxied in 2 places...
2005-12-22 Andy Lester Ho! Ho! Ho! Santa brings consting!
2005-12-22 Nicholas Clark Add an optimisation to allow proxy constant subroutines...
2005-12-21 Nicholas Clark Avoid negating an unsigned value. (The offset in the...
2005-12-21 Nicholas Clark For consistency sv_2cv should not leave the stash point...
2005-12-21 Nicholas Clark The lref argument of sv_2cv is actually passed onwards...
2005-12-21 Robin Houston Feature bundle is now :5.10, and add -E switch
2005-12-20 Nicholas Clark gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-17 Nicholas Clark Pull the definition of olderrno in sv_2pv_flags into...
2005-12-17 Nicholas Clark The IV/UV choice can be made inside uiv_2buf rather...
2005-12-17 Nicholas Clark The THINKFIRST check after the GMAGICAL check in sv_2iv...
2005-12-16 Nicholas Clark s/Nullhv/NULL/g;
2005-12-16 Nicholas Clark s/Nullav/NULL/g
2005-12-16 Nicholas Clark Perl_sv_dup should be allocating bodies based on *size...
2005-12-15 John Peacock Re: [perl #37897] sprintf of version objects
2005-12-14 Nicholas Clark Duplicate the AMAGIC temporary variable consting from...
2005-12-14 Nicholas Clark Simplify the SvGMAGIC code in sv_[ipu]v_flags.
2005-12-14 Nicholas Clark Simplify the SvGMAGIC code in sv_2nv, removing duplicat...
2005-12-14 Nicholas Clark The logic to use SVt_NV or SVt_PVNV is in sv_upgrade...
2005-12-13 Nicholas Clark Inline asIV and asUV, as each is only used once, and...
2005-12-13 Gisle Aas Add overflow check to EXPECT_NUMBER() used by sv_vcatpv...
2005-12-12 Gisle Aas Drop "v" prefix from sprintf("%vd", $^V).
2005-12-11 Nicholas Clark Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug...
2005-12-11 Gisle Aas Disallow sprintf's vector handling for non-integer...
2005-12-11 Nicholas Clark Quench the other 2 ways obscure ways of abusing positio...
2005-12-10 Andy Lester Code tweaks in sv.c
2005-12-09 Nicholas Clark A better hash for PTR_TABLE_HASH (?)
2005-12-09 Nicholas Clark An alternative way of structuring ptr_table_clear so...
2005-12-09 Nicholas Clark A more efficient way to loop in ptr_table_clear
2005-12-09 Steve Peters Fixes compile errors introduce with change #26301 when...
2005-12-08 Nicholas Clark Merge common code from ptr_table_fetch and ptr_table_st...
2005-12-07 Nicholas Clark Pull the regexp stringification code out into S_stringi...
2005-12-07 Nicholas Clark 3 instances of SvIsUV_on(sv); can be replaced with...
2005-12-06 Nicholas Clark Move vast swathes of common code from sv_2iv_flags...
2005-12-06 Nicholas Clark The early return for SvIOKp(sv) in sv_2[iu]v_flags...
2005-12-06 Andy Lester More consting, and putting stuff in embed.fnc
2005-12-06 Nicholas Clark Don't use Copy for 1 and 2 character string constants.
2005-12-06 Nicholas Clark Eliminate an unneeded local variable.
2005-12-06 Nicholas Clark Eliminate all the gotos in sv_2pv_flags, by moving...
2005-12-06 Nicholas Clark sv_2pv_flags shouldn't return a constant string "NULLRE...
2005-12-05 Nicholas Clark Make all the return statements closer to the final...
2005-12-05 Nicholas Clark Move the scope of origsv inwards, and rename variables...
2005-12-05 Nicholas Clark Clone the brief return logic and thereby remove a goto.
2005-12-05 Nicholas Clark As they are now the same, can fold the entire switch...
2005-12-05 Nicholas Clark Untease the regexp stringification from the reference...
2005-12-05 Nicholas Clark References to version objects should stringify as VSTRI...
2005-12-05 Nicholas Clark The extra return is actually a duplicated code path...
2005-12-02 Nicholas Clark Address Hugo's comment on Dave's change (26240)
2005-12-01 Dave Mitchell sprintf %NNN$ check for large values wrapping to negative
2005-12-01 Rafael Garcia-Suarez Always define PL_memory_wrap, and use it for the new...
2005-12-01 Rafael Garcia-Suarez Missing #ifdef, noticed by Jan Dubois
2005-12-01 Gisle Aas [PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
2005-12-01 Philippe M. Chiasson [patch] Re: Perl PR: "Security holes in Sys::Syslog"
2005-11-30 Gisle Aas Remove redundant SvUTF8_on() calls
2005-11-25 Nicholas Clark Move report_uninit() and its static supporting function...
2005-11-21 Nicholas Clark Flip the sign of the value in body details offset,...
2005-11-19 Nicholas Clark Norman observed that a couple of macros could make...
2005-11-19 Nicholas Clark With -DPURFIY we change the flags so that everything...
2005-11-19 Nicholas Clark Map the HE arena onto SV type 0 (SVt_NULL).
next