This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #22236] File::Basename behavior is misleading
[perl5.git] / sv.c
2005-07-04 Nicholas ClarkProvide a macro version of S_new_body to inline it...
2005-07-04 Andy LesterPost-YAPC consting, now with an attachment!
2005-07-04 Nicholas Clarksv_setuv_mg is so rarely called that the IV optimisatio...
2005-07-02 Nicholas ClarkCopying the first parameter in the macro del_body seems...
2005-07-02 Nicholas ClarkUnwrap the del_Xfoo() macros by explicitly noting the...
2005-07-02 Nicholas ClarkGiven that the GV no longer owns a reference on the...
2005-07-02 Nicholas ClarkPassing gvtype as char rather than char * to S_varname...
2005-07-02 Nicholas ClarkDon't inline offer_nice_chunk, as it's rarely called.
2005-07-02 Nicholas ClarkDon't check the pointer is non-NULL before calling...
2005-06-30 Dave Mitchell[perl #36434] assigning shared consts (eg __PACKAGE__...
2005-06-30 Nicholas ClarkReplace newSVpv(...,0) with newSVpvn where we know...
2005-06-30 Nicholas ClarkIf gp_flags is unused, why are we even allocating it?
2005-06-29 Nicholas ClarkFixes to -DPERL_DONT_CREATE_GVSV to make more tests...
2005-06-29 Nicholas ClarkFirst stab at not automatically creating an unused...
2005-06-29 Rafael Garcia-SuarezRemove old variable needed for binary compatibility
2005-06-28 Nicholas ClarkConvert strcpy to memcpy where we already know the...
2005-06-27 Nicholas ClarkFix sv_dec of undefined PVs to (a) not downgrade to NV
2005-06-27 Andy LesterWe're going round in circles with pp_sys.c
2005-06-24 Nicholas ClarkExtend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also...
2005-06-23 Nicholas ClarkRemove the reference loop between symbol tables and...
2005-06-23 Nicholas ClarkThe current implementation of :unique is fundamentally...
2005-06-23 Nicholas ClarkAdd a define PERL_POISON which tries to trip up anythin...
2005-06-23 Andy LesterConst Boy II: The Localizing
2005-06-22 Dave Mitchellremove taint hack now that local $tainted no longer...
2005-06-21 Nicholas ClarkAvoid having NULL entries in the weakref backreference...
2005-06-21 Nicholas ClarkAs there will be no old body to dispose of, we can...
2005-06-21 Tsutomu IKEGAMIRe: [perl #36310] sv_vcatpvfn() fails on some (very...
2005-06-20 Nicholas ClarkReplace the non-const initialiser block + loop with...
2005-06-20 Andy LesterThe continuing adventures of Constman and Localize Boy
2005-06-20 Rafael Garcia-SuarezRemove the deprecated $# variable
2005-06-20 Nicholas ClarkS_del_body is sufficiently small that inlining it is...
2005-06-19 Nicholas ClarkIf NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitl...
2005-06-19 Nicholas ClarkMove the offset calculations outside of new_body/del_body.
2005-06-18 Nicholas ClarkRefactor sv_dup to memcpy from source to destination...
2005-06-18 Nicholas ClarkSqueeze a little more savings by moving pte and he...
2005-06-18 Jim Cromiesqueeze repetition out of Perl_sv_free_arenas
2005-06-18 Nicholas Clarkupdate AVs and HVs using the old_body, and remove all...
2005-06-18 Nicholas Clarksv_upgrade by memcpy
2005-06-17 Nicholas ClarkFix compiling with -DPURIFY
2005-06-17 Nicholas ClarkChange 24886 was buggy - should be taking (and passing...
2005-06-17 Nicholas ClarkCollect a little more information about the body we...
2005-06-17 Rafael Garcia-SuarezMissing aTHX_ (noticed by Jim Cromie)
2005-06-17 Nicholas ClarkMove freeing the old body after the creating of the...
2005-06-17 Nicholas ClarkThe only way is up!
2005-06-17 Nicholas Clarknew_pte/del_pte can use new_body/del_body too
2005-06-16 Nicholas ClarkReplace all the new/del static functions with calls...
2005-06-16 Nicholas ClarkMaking more_* return a pointer, and swapping to a terna...
2005-06-16 Nicholas ClarkReplace all the S_more_* functions with a single function.
2005-06-16 Jim CromieRe: [perl #36048] Refactor S_more_*v into one function
2005-06-16 Andy LesterRemoving /*SUPPRESS xxx*/
2005-06-15 H.Merijn BrandProtect Perl_sv_2pvbyte () to NULL length pointers
2005-06-15 Rafael Garcia-SuarezFix warning nits, by Jarkko
2005-06-13 Nicholas ClarkPay attention to the comments that Dave writes.
2005-06-13 Rafael Garcia-SuarezMake SvUPGRADE always have the value '1'
2005-06-13 Nicholas ClarkWe no longer need PL_shared_hek_table
2005-06-12 Nicholas ClarkClone all shared string PVs as shared string PVs (now...
2005-06-12 Nicholas Clarkduping shared hask key scalars can use hek_dup
2005-06-12 Nicholas ClarkProvide share_hek_hek, and use it for fast copying...
2005-06-11 Nicholas ClarkShrink shared hash scalars from PVIV to PV
2005-06-11 Nicholas ClarkPropagate const/mutable/not into the SvPV call for...
2005-06-10 Nicholas ClarkMove SvPV consting, remove an n_a, and correct one...
2005-06-10 Nicholas ClarkAdd SvGROW_mutable
2005-06-10 Nicholas ClarkChange 24531 broke DEBUG_LEAKING_SCALARS.
2005-06-09 Andy Lesterregcomp.c and more
2005-06-09 Jarkko Hietaniemiinstead of unions use double cast for data pointer...
2005-06-08 Nicholas ClarkThe old COW code needs to use SvPVX_mutable when doing...
2005-06-08 Nicholas Clarksv_setsv is allowed to swipe buffers from read only...
2005-06-08 Nicholas ClarkAllow a null length pointer to sv_pvn_force_flags.
2005-06-08 Nicholas Clarks/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-08 Nicholas ClarkBetter sv_2pv_flags implementation (avoid writing to...
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore consting of SvPV
2005-06-07 Nicholas ClarkMore SvPV consting.
2005-06-07 Andy LesterRandom cleanups #47
2005-06-07 Nicholas ClarkSimplify the implementation of SvPV*nolen functions
2005-06-07 Nicholas ClarkEnsure string table counts are balanced. (Was not true...
2005-06-07 Rafael Garcia-SuarezFix apidoc for newSVhek
2005-06-07 Nicholas ClarkMake a start at consting calls to SvPV. SV conversion...
2005-06-07 Andy LesterUnvoid SvUPGRADE
2005-06-06 Nicholas ClarkAbstract all access to the shared hash value through...
2005-06-06 Nicholas ClarkShared hash key scalars can be safely copied as shared...
2005-06-06 Steve HayWe still need an "i" in the PERL_IMPLICIT_SYS case
2005-06-04 Rafael Garcia-SuarezSilence a const warning
2005-06-03 Nicholas ClarkUse newSVhek in the cloning code.
2005-06-03 Nicholas ClarkUse newSVhek where we're generating SVs from package...
2005-06-03 Nicholas Clarks/newSVpv_hek/newSVhek/g; # Lousy choice of name
2005-06-03 Nicholas ClarkCreate newSVpv_hek to reduce code duplication where...
2005-06-03 Andy LesterRandom consting
2005-06-03 Steve PetersSvPVX_const() - patch #4
2005-06-02 Nicholas ClarkChanges 24660 and 24665 both introduced errors into...
2005-06-02 Andy Lesteruse lengths in sv_setpv() calls
2005-06-01 Nicholas ClarkRound up all string length requests to malloc()/realloc...
2005-06-01 Nicholas ClarkZero-ing the new HV array is pointless, as we write...
2005-06-01 Nicholas ClarkStore the xhv_aux structure after the main array.
2005-05-30 Jarkko HietaniemiRe: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64...
2005-05-30 Andy Lester[PATCH] More embed.fnc strictures, plus consting and...
2005-05-29 Nicholas ClarkGoodbye xav_arylen. You won't be missed that much.
2005-05-29 Nicholas ClarkChange the IV to a union.
2005-05-26 Nicholas ClarkRename the members of the SV head union to avoid pre...
next