This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
assert() that we can't reach two unreachable code paths
[perl5.git] / sv.c
2006-02-10 Steve HayA better fix than 27148
2006-02-10 Steve HayFix the effects of 27136 on Win32 with DEBUGGING and...
2006-02-09 Andy LesterTrying my "remove the pTHXes" patch again
2006-02-06 Nicholas ClarkRename S_glob_assign to S_glob_assign_glob
2006-02-06 Nicholas ClarkIn Perl_sv_upgrade, the assignment to new_type_details...
2006-02-06 Nicholas ClarkRemove a duplicate flag copy line from Perl_sv_setsv_flags.
2006-02-06 Nicholas ClarkFix bug #38439 - reference to typeglob assignment needs...
2006-02-05 Nicholas ClarkMerge the PVCV case into the common code in S_pvgv_assign.
2006-02-05 Nicholas ClarkMerge the PVAV and PVHV clauses into the common code...
2006-02-05 Nicholas ClarkMerge the default case (GvSV) with the common code...
2006-02-05 Nicholas ClarkStart to merge the 6 arms of S_pvgv_assign into one.
2006-02-05 Jim Cromie[patch] rework arenas - repair arenasets
2006-02-05 Nicholas ClarkThe message "Can't upgrade that kind of scalar" can...
2006-02-05 Nicholas Clarknew_body_type doesn't need to subtract the offset,...
2006-02-05 Nicholas ClarkMerge and refactor the PVAV and PVHV code in Perl_sv_up...
2006-02-05 Nicholas ClarkEliminate a croak we can't get to.
2006-02-04 Nicholas Clarkbcc was issuing a warning about this line in Perl_sv_2c...
2006-02-04 Nicholas ClarkEnhance PERL_TRACK_MEMPOOL so that it also emulates...
2006-02-04 Nicholas ClarkRejig the definition of ARENAS_PER_SET to maximise...
2006-02-04 Nicholas ClarkTweak arena sets to avoid assignment between different...
2006-02-04 Jim Cromie[patch] arena rework - arena sets
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-03 Steven Schubigers/Nullcv/NULL/g
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-02-01 Nicholas ClarkSince PERL_COPY_ON_WRITE became PERL_OLD_COPY_ON_WRITE...
2006-02-01 Nicholas ClarkReferences can't have SVp_IOK or SVp_NOK set, so no...
2006-02-01 Nicholas ClarkCorrect my comment, so that it's actually useful. :-)
2006-02-01 Jim Cromie[patch] arena rework - unify arenaroots
2006-01-30 Nicholas ClarkAssert that IVs and NVs can never be tainted.
2006-01-29 Nicholas ClarkC compilers don't let you return void. Pay attention...
2006-01-28 Nicholas ClarkSqueeze more flag manipulations together in sv_setsv_flags.
2006-01-28 Nicholas ClarkMerge the IOK and NOK clauses together in sv_setsv_flags.
2006-01-28 Nicholas ClarkThe flags manipulation in sv_setsv_flags can be more...
2006-01-28 Nicholas ClarkBy changing SvVOK() from returning 0/1 to 0/pointer...
2006-01-28 Nicholas ClarkPull the other large chunk of PVGV assignment code...
2006-01-28 Nicholas ClarkRemove goto glob_assign;
2006-01-28 Nicholas ClarkPull glob_assign out from sv_setsv_flags into a static...
2006-01-23 Rafael Garcia-SuarezUn-const magic virtual tables; this consting breaks...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-10 Andy LesterIt's the Barbie bus patch
2006-01-08 Jarkko Hietaniemiblead: format warnings
2006-01-06 Steve PetersUpgrade to version-0.52
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-04 Gisle AasMake the new STR_WITH_LEN() affected compile under...
2006-01-04 Gisle AasGet rid of a few more hardcoded string lengths.
2006-01-04 Gisle AasIntroduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-03 Nicholas ClarkIf NV_ZERO_IS_ALLBITS_ZERO is not true, then it's impor...
2006-01-03 Dave Mitchellithreads: SVs that were only on the tmps stack leaked
2006-01-02 Dave Mitchellstop DEBUG_LEAKING_SCALARS producing spurious memory...
2006-01-02 Jim Cromie[patch] comment grammar and indentation, spurious tab
2006-01-02 Rafael Garcia-SuarezUpdate copyrights for files modified in 2006
2006-01-01 Andy LesterMaking 0 pointers to NULLs
2005-12-31 Dave Mitchelltidy index arrangements in new MY_CXT code
2005-12-30 Nicholas ClarkDocument why it's a bad plan to move the backreferences...
2005-12-30 Nicholas ClarkNow that the backreference array has no NULL entries...
2005-12-30 Dave Mitchellfix errors in new MY_CTX code
2005-12-30 Nicholas ClarkRMAGIC on symbol tables is bad, m'kay.
2005-12-29 Andy LesterActual real consting of parms
2005-12-29 Andy Lesterav.c cleanup, plus!
2005-12-29 Dave Mitchellre-implement MY_CXT API more efficiently, and add explicit
2005-12-28 Nicholas ClarkAs the backreferences AV doesn't hold references on...
2005-12-27 Andy Lesterpre-likely cleanup
2005-12-23 Nicholas ClarkNow that proxy subroutines can be unproxied in 2 places...
2005-12-22 Andy LesterHo! Ho! Ho! Santa brings consting!
2005-12-22 Nicholas ClarkAdd an optimisation to allow proxy constant subroutines...
2005-12-21 Nicholas ClarkAvoid negating an unsigned value. (The offset in the...
2005-12-21 Nicholas ClarkFor consistency sv_2cv should not leave the stash point...
2005-12-21 Nicholas ClarkThe lref argument of sv_2cv is actually passed onwards...
2005-12-21 Robin HoustonFeature bundle is now :5.10, and add -E switch
2005-12-20 Nicholas Clarkgv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-17 Nicholas ClarkPull the definition of olderrno in sv_2pv_flags into...
2005-12-17 Nicholas ClarkThe IV/UV choice can be made inside uiv_2buf rather...
2005-12-17 Nicholas ClarkThe THINKFIRST check after the GMAGICAL check in sv_2iv...
2005-12-16 Nicholas Clarks/Nullhv/NULL/g;
2005-12-16 Nicholas Clarks/Nullav/NULL/g
2005-12-16 Nicholas ClarkPerl_sv_dup should be allocating bodies based on *size...
2005-12-15 John PeacockRe: [perl #37897] sprintf of version objects
2005-12-14 Nicholas ClarkDuplicate the AMAGIC temporary variable consting from...
2005-12-14 Nicholas Clark Simplify the SvGMAGIC code in sv_[ipu]v_flags.
2005-12-14 Nicholas ClarkSimplify the SvGMAGIC code in sv_2nv, removing duplicat...
2005-12-14 Nicholas ClarkThe logic to use SVt_NV or SVt_PVNV is in sv_upgrade...
2005-12-13 Nicholas ClarkInline asIV and asUV, as each is only used once, and...
2005-12-13 Gisle AasAdd overflow check to EXPECT_NUMBER() used by sv_vcatpv...
2005-12-12 Gisle AasDrop "v" prefix from sprintf("%vd", $^V).
2005-12-11 Nicholas ClarkFix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug...
2005-12-11 Gisle AasDisallow sprintf's vector handling for non-integer...
2005-12-11 Nicholas ClarkQuench the other 2 ways obscure ways of abusing positio...
2005-12-10 Andy LesterCode tweaks in sv.c
2005-12-09 Nicholas ClarkA better hash for PTR_TABLE_HASH (?)
2005-12-09 Nicholas ClarkAn alternative way of structuring ptr_table_clear so...
2005-12-09 Nicholas ClarkA more efficient way to loop in ptr_table_clear
2005-12-09 Steve PetersFixes compile errors introduce with change #26301 when...
2005-12-08 Nicholas ClarkMerge common code from ptr_table_fetch and ptr_table_st...
2005-12-07 Nicholas ClarkPull the regexp stringification code out into S_stringi...
2005-12-07 Nicholas Clark3 instances of SvIsUV_on(sv); can be replaced with...
2005-12-06 Nicholas ClarkMove vast swathes of common code from sv_2iv_flags...
2005-12-06 Nicholas ClarkThe early return for SvIOKp(sv) in sv_2[iu]v_flags...
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-12-06 Nicholas ClarkDon't use Copy for 1 and 2 character string constants.
2005-12-06 Nicholas ClarkEliminate an unneeded local variable.
next