The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, so
[p5sagit/p5-mst-13.2.git] / sv.c
2005-11-02 Robin Houston sort/multicall patch
2005-10-31 Andy Lester Etta James presents: More consting
2005-10-29 Nicholas Clark Replace the body of the rarely used sv_setpviv_mg with...
2005-10-29 Nicholas Clark Replace sv_catsv_mg and sv_catpvn_mg, and move the...
2005-10-29 Nicholas Clark Add a new SMAGIC flag, to signal a call to SvSETMAGIC...
2005-10-29 Nicholas Clark sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen...
2005-10-29 Nicholas Clark All the private implementations of @foo for compilers...
2005-10-29 Nicholas Clark sv_utf8_upgrade declares itself to be a mathom, so...
2005-10-29 Nicholas Clark Replace sv_force_normal with a macro that calls sv_forc...
2005-10-29 Nicholas Clark Replace sv_unref with a macro that calls sv_unref_flags
2005-10-29 Nicholas Clark sv_taint() can easily be replaced by a macro.
2005-10-29 Nicholas Clark A terser implementation of S_varname, by using and...
2005-10-28 Steve Peters Add a new file, mathoms.c, to hold old code kept around...
2005-10-28 Nicholas Clark Use the return value from sprintf and avoid a call...
2005-10-26 Nicholas Clark Most platforms don't actually need PL_pidstatus, or...
2005-10-19 Andy Lester More consting, and DRY leads to shrinking object code
2005-10-16 Dave Mitchell DEBUG_LEAKING_SCALARS doesn't need shared memory to...
2005-10-14 Steve Peters gcc complains when it sees variables declared
2005-10-13 Andy Lester Stas' croak patch and then some
2005-10-13 Gisle Aas SvPVutf8_nolen crashes [PATCH]
2005-10-05 Andy Lester Re: [PATCH] Random constings and printf cleanup
2005-10-03 Gisle Aas Clone PL_statusvalue_posix [PATCH]
2005-09-19 Nicholas Clark The second argument to Move() is the destination, so...
2005-09-19 Nicholas Clark First argument to he_dup is actually a const HE *
2005-08-25 Nicholas Clark Revert 25331 (except for the typo fix).
2005-08-25 Nicholas Clark To make the current implementation of sv_replace sane...
2005-08-25 Nicholas Clark Promote the warning about reference miscount in sv_repl...
2005-08-23 Rick Delaney Use SvGETMAGIC more often
2005-07-29 Andy Lester More embed.fnc goodness
2005-07-18 Robin Barker RE: blead: no longer supports %vd format
2005-07-15 Andy Lester more embed cleanup
2005-07-13 Robin Barker Error in earlier patch in sv.c
2005-07-13 Dave Mitchell make the expensive ckWARN() be called as late as possible
2005-07-12 Steve Hay Re: Scalar leaked in 'local $0' under ithreads + taint...
2005-07-12 Steve Hay Change New*() to Newx*() in various comments and docume...
2005-07-11 Jim Cromie [patch: sv.c] reuse new_body_inline in Perl_new_body
2005-07-09 Nicholas Clark sv_dec is supposed to go *down*, m'kay.
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-07-04 Nicholas Clark Provide a macro version of S_new_body to inline it...
2005-07-04 Andy Lester Post-YAPC consting, now with an attachment!
2005-07-04 Nicholas Clark sv_setuv_mg is so rarely called that the IV optimisatio...
2005-07-02 Nicholas Clark Copying the first parameter in the macro del_body seems...
2005-07-02 Nicholas Clark Unwrap the del_Xfoo() macros by explicitly noting the...
2005-07-02 Nicholas Clark Given that the GV no longer owns a reference on the...
2005-07-02 Nicholas Clark Passing gvtype as char rather than char * to S_varname...
2005-07-02 Nicholas Clark Don't inline offer_nice_chunk, as it's rarely called.
2005-07-02 Nicholas Clark Don'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 Clark Replace newSVpv(...,0) with newSVpvn where we know...
2005-06-30 Nicholas Clark If gp_flags is unused, why are we even allocating it?
2005-06-29 Nicholas Clark Fixes to -DPERL_DONT_CREATE_GVSV to make more tests...
2005-06-29 Nicholas Clark First stab at not automatically creating an unused...
2005-06-29 Rafael Garcia-Suarez Remove old variable needed for binary compatibility
2005-06-28 Nicholas Clark Convert strcpy to memcpy where we already know the...
2005-06-27 Nicholas Clark Fix sv_dec of undefined PVs to (a) not downgrade to NV
2005-06-27 Andy Lester We're going round in circles with pp_sys.c
2005-06-24 Nicholas Clark Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also...
2005-06-23 Nicholas Clark Remove the reference loop between symbol tables and...
2005-06-23 Nicholas Clark The current implementation of :unique is fundamentally...
2005-06-23 Nicholas Clark Add a define PERL_POISON which tries to trip up anythin...
2005-06-23 Andy Lester Const Boy II: The Localizing
2005-06-22 Dave Mitchell remove taint hack now that local $tainted no longer...
2005-06-21 Nicholas Clark Avoid having NULL entries in the weakref backreference...
2005-06-21 Nicholas Clark As there will be no old body to dispose of, we can...
2005-06-21 Tsutomu IKEGAMI Re: [perl #36310] sv_vcatpvfn() fails on some (very...
2005-06-20 Nicholas Clark Replace the non-const initialiser block + loop with...
2005-06-20 Andy Lester The continuing adventures of Constman and Localize Boy
2005-06-20 Rafael Garcia-Suarez Remove the deprecated $# variable
2005-06-20 Nicholas Clark S_del_body is sufficiently small that inlining it is...
2005-06-19 Nicholas Clark If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitl...
2005-06-19 Nicholas Clark Move the offset calculations outside of new_body/del_body.
2005-06-18 Nicholas Clark Refactor sv_dup to memcpy from source to destination...
2005-06-18 Nicholas Clark Squeeze a little more savings by moving pte and he...
2005-06-18 Jim Cromie squeeze repetition out of Perl_sv_free_arenas
2005-06-18 Nicholas Clark update AVs and HVs using the old_body, and remove all...
2005-06-18 Nicholas Clark sv_upgrade by memcpy
2005-06-17 Nicholas Clark Fix compiling with -DPURIFY
2005-06-17 Nicholas Clark Change 24886 was buggy - should be taking (and passing...
2005-06-17 Nicholas Clark Collect a little more information about the body we...
2005-06-17 Rafael Garcia-Suarez Missing aTHX_ (noticed by Jim Cromie)
2005-06-17 Nicholas Clark Move freeing the old body after the creating of the...
2005-06-17 Nicholas Clark The only way is up!
2005-06-17 Nicholas Clark new_pte/del_pte can use new_body/del_body too
2005-06-16 Nicholas Clark Replace all the new/del static functions with calls...
2005-06-16 Nicholas Clark Making more_* return a pointer, and swapping to a terna...
2005-06-16 Nicholas Clark Replace all the S_more_* functions with a single function.
2005-06-16 Jim Cromie Re: [perl #36048] Refactor S_more_*v into one function
2005-06-16 Andy Lester Removing /*SUPPRESS xxx*/
2005-06-15 H.Merijn Brand Protect Perl_sv_2pvbyte () to NULL length pointers
2005-06-15 Rafael Garcia-Suarez Fix warning nits, by Jarkko
2005-06-13 Nicholas Clark Pay attention to the comments that Dave writes.
2005-06-13 Rafael Garcia-Suarez Make SvUPGRADE always have the value '1'
2005-06-13 Nicholas Clark We no longer need PL_shared_hek_table
2005-06-12 Nicholas Clark Clone all shared string PVs as shared string PVs (now...
2005-06-12 Nicholas Clark duping shared hask key scalars can use hek_dup
2005-06-12 Nicholas Clark Provide share_hek_hek, and use it for fast copying...
2005-06-11 Nicholas Clark Shrink shared hash scalars from PVIV to PV
2005-06-11 Nicholas Clark Propagate const/mutable/not into the SvPV call for...
2005-06-10 Nicholas Clark Move SvPV consting, remove an n_a, and correct one...
2005-06-10 Nicholas Clark Add SvGROW_mutable
next