2005-07-29 |
Andy Lester |
More embed.fnc goodness |
blob | commitdiff |
2005-07-18 |
Robin Barker |
RE: blead: no longer supports %vd format |
blob | commitdiff | diff to current |
2005-07-15 |
Andy Lester |
more embed cleanup |
blob | commitdiff | diff to current |
2005-07-13 |
Robin Barker |
Error in earlier patch in sv.c |
blob | commitdiff | diff to current |
2005-07-13 |
Dave Mitchell |
make the expensive ckWARN() be called as late as possible |
blob | commitdiff | diff to current |
2005-07-12 |
Steve Hay |
Re: Scalar leaked in 'local $0' under ithreads + taint... |
blob | commitdiff | diff to current |
2005-07-12 |
Steve Hay |
Change New*() to Newx*() in various comments and docume... |
blob | commitdiff | diff to current |
2005-07-11 |
Jim Cromie |
[patch: sv.c] reuse new_body_inline in Perl_new_body |
blob | commitdiff | diff to current |
2005-07-09 |
Nicholas Clark |
sv_dec is supposed to go *down*, m'kay. |
blob | commitdiff | diff to current |
2005-07-08 |
Jim Cromie |
Re: janitorial work ? [patch] |
blob | commitdiff | diff to current |
2005-07-04 |
Nicholas Clark |
Provide a macro version of S_new_body to inline it... |
blob | commitdiff | diff to current |
2005-07-04 |
Andy Lester |
Post-YAPC consting, now with an attachment! |
blob | commitdiff | diff to current |
2005-07-04 |
Nicholas Clark |
sv_setuv_mg is so rarely called that the IV optimisatio... |
blob | commitdiff | diff to current |
2005-07-02 |
Nicholas Clark |
Copying the first parameter in the macro del_body seems... |
blob | commitdiff | diff to current |
2005-07-02 |
Nicholas Clark |
Unwrap the del_Xfoo() macros by explicitly noting the... |
blob | commitdiff | diff to current |
2005-07-02 |
Nicholas Clark |
Given that the GV no longer owns a reference on the... |
blob | commitdiff | diff to current |
2005-07-02 |
Nicholas Clark |
Passing gvtype as char rather than char * to S_varname... |
blob | commitdiff | diff to current |
2005-07-02 |
Nicholas Clark |
Don't inline offer_nice_chunk, as it's rarely called. |
blob | commitdiff | diff to current |
2005-07-02 |
Nicholas Clark |
Don't check the pointer is non-NULL before calling... |
blob | commitdiff | diff to current |
2005-06-30 |
Dave Mitchell |
[perl #36434] assigning shared consts (eg __PACKAGE__... |
blob | commitdiff | diff to current |
2005-06-30 |
Nicholas Clark |
Replace newSVpv(...,0) with newSVpvn where we know... |
blob | commitdiff | diff to current |
2005-06-30 |
Nicholas Clark |
If gp_flags is unused, why are we even allocating it? |
blob | commitdiff | diff to current |
2005-06-29 |
Nicholas Clark |
Fixes to -DPERL_DONT_CREATE_GVSV to make more tests... |
blob | commitdiff | diff to current |
2005-06-29 |
Nicholas Clark |
First stab at not automatically creating an unused... |
blob | commitdiff | diff to current |
2005-06-29 |
Rafael Garcia-Suarez |
Remove old variable needed for binary compatibility |
blob | commitdiff | diff to current |
2005-06-28 |
Nicholas Clark |
Convert strcpy to memcpy where we already know the... |
blob | commitdiff | diff to current |
2005-06-27 |
Nicholas Clark |
Fix sv_dec of undefined PVs to (a) not downgrade to NV |
blob | commitdiff | diff to current |
2005-06-27 |
Andy Lester |
We're going round in circles with pp_sys.c |
blob | commitdiff | diff to current |
2005-06-24 |
Nicholas Clark |
Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also... |
blob | commitdiff | diff to current |
2005-06-23 |
Nicholas Clark |
Remove the reference loop between symbol tables and... |
blob | commitdiff | diff to current |
2005-06-23 |
Nicholas Clark |
The current implementation of :unique is fundamentally... |
blob | commitdiff | diff to current |
2005-06-23 |
Nicholas Clark |
Add a define PERL_POISON which tries to trip up anythin... |
blob | commitdiff | diff to current |
2005-06-23 |
Andy Lester |
Const Boy II: The Localizing |
blob | commitdiff | diff to current |
2005-06-22 |
Dave Mitchell |
remove taint hack now that local $tainted no longer... |
blob | commitdiff | diff to current |
2005-06-21 |
Nicholas Clark |
Avoid having NULL entries in the weakref backreference... |
blob | commitdiff | diff to current |
2005-06-21 |
Nicholas Clark |
As there will be no old body to dispose of, we can... |
blob | commitdiff | diff to current |
2005-06-21 |
Tsutomu IKEGAMI |
Re: [perl #36310] sv_vcatpvfn() fails on some (very... |
blob | commitdiff | diff to current |
2005-06-20 |
Nicholas Clark |
Replace the non-const initialiser block + loop with... |
blob | commitdiff | diff to current |
2005-06-20 |
Andy Lester |
The continuing adventures of Constman and Localize Boy |
blob | commitdiff | diff to current |
2005-06-20 |
Rafael Garcia-Suarez |
Remove the deprecated $# variable |
blob | commitdiff | diff to current |
2005-06-20 |
Nicholas Clark |
S_del_body is sufficiently small that inlining it is... |
blob | commitdiff | diff to current |
2005-06-19 |
Nicholas Clark |
If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitl... |
blob | commitdiff | diff to current |
2005-06-19 |
Nicholas Clark |
Move the offset calculations outside of new_body/del_body. |
blob | commitdiff | diff to current |
2005-06-18 |
Nicholas Clark |
Refactor sv_dup to memcpy from source to destination... |
blob | commitdiff | diff to current |
2005-06-18 |
Nicholas Clark |
Squeeze a little more savings by moving pte and he... |
blob | commitdiff | diff to current |
2005-06-18 |
Jim Cromie |
squeeze repetition out of Perl_sv_free_arenas |
blob | commitdiff | diff to current |
2005-06-18 |
Nicholas Clark |
update AVs and HVs using the old_body, and remove all... |
blob | commitdiff | diff to current |
2005-06-18 |
Nicholas Clark |
sv_upgrade by memcpy |
blob | commitdiff | diff to current |
2005-06-17 |
Nicholas Clark |
Fix compiling with -DPURIFY |
blob | commitdiff | diff to current |
2005-06-17 |
Nicholas Clark |
Change 24886 was buggy - should be taking (and passing... |
blob | commitdiff | diff to current |
2005-06-17 |
Nicholas Clark |
Collect a little more information about the body we... |
blob | commitdiff | diff to current |
2005-06-17 |
Rafael Garcia-Suarez |
Missing aTHX_ (noticed by Jim Cromie) |
blob | commitdiff | diff to current |
2005-06-17 |
Nicholas Clark |
Move freeing the old body after the creating of the... |
blob | commitdiff | diff to current |
2005-06-17 |
Nicholas Clark |
The only way is up! |
blob | commitdiff | diff to current |
2005-06-17 |
Nicholas Clark |
new_pte/del_pte can use new_body/del_body too |
blob | commitdiff | diff to current |
2005-06-16 |
Nicholas Clark |
Replace all the new/del static functions with calls... |
blob | commitdiff | diff to current |
2005-06-16 |
Nicholas Clark |
Making more_* return a pointer, and swapping to a terna... |
blob | commitdiff | diff to current |
2005-06-16 |
Nicholas Clark |
Replace all the S_more_* functions with a single function. |
blob | commitdiff | diff to current |
2005-06-16 |
Jim Cromie |
Re: [perl #36048] Refactor S_more_*v into one function |
blob | commitdiff | diff to current |
2005-06-16 |
Andy Lester |
Removing /*SUPPRESS xxx*/ |
blob | commitdiff | diff to current |
2005-06-15 |
H.Merijn Brand |
Protect Perl_sv_2pvbyte () to NULL length pointers |
blob | commitdiff | diff to current |
2005-06-15 |
Rafael Garcia-Suarez |
Fix warning nits, by Jarkko |
blob | commitdiff | diff to current |
2005-06-13 |
Nicholas Clark |
Pay attention to the comments that Dave writes. |
blob | commitdiff | diff to current |
2005-06-13 |
Rafael Garcia-Suarez |
Make SvUPGRADE always have the value '1' |
blob | commitdiff | diff to current |
2005-06-13 |
Nicholas Clark |
We no longer need PL_shared_hek_table |
blob | commitdiff | diff to current |
2005-06-12 |
Nicholas Clark |
Clone all shared string PVs as shared string PVs (now... |
blob | commitdiff | diff to current |
2005-06-12 |
Nicholas Clark |
duping shared hask key scalars can use hek_dup |
blob | commitdiff | diff to current |
2005-06-12 |
Nicholas Clark |
Provide share_hek_hek, and use it for fast copying... |
blob | commitdiff | diff to current |
2005-06-11 |
Nicholas Clark |
Shrink shared hash scalars from PVIV to PV |
blob | commitdiff | diff to current |
2005-06-11 |
Nicholas Clark |
Propagate const/mutable/not into the SvPV call for... |
blob | commitdiff | diff to current |
2005-06-10 |
Nicholas Clark |
Move SvPV consting, remove an n_a, and correct one... |
blob | commitdiff | diff to current |
2005-06-10 |
Nicholas Clark |
Add SvGROW_mutable |
blob | commitdiff | diff to current |
2005-06-10 |
Nicholas Clark |
Change 24531 broke DEBUG_LEAKING_SCALARS. |
blob | commitdiff | diff to current |
2005-06-09 |
Andy Lester |
regcomp.c and more |
blob | commitdiff | diff to current |
2005-06-09 |
Jarkko Hietaniemi |
instead of unions use double cast for data pointer... |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
The old COW code needs to use SvPVX_mutable when doing... |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
sv_setsv is allowed to swipe buffers from read only... |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
Allow a null length pointer to sv_pvn_force_flags. |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
Better sv_2pv_flags implementation (avoid writing to... |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
More SvPV consting |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
More SvPV consting |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
More consting of SvPV |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
More SvPV consting. |
blob | commitdiff | diff to current |
2005-06-07 |
Andy Lester |
Random cleanups #47 |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
Simplify the implementation of SvPV*nolen functions |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
Ensure string table counts are balanced. (Was not true... |
blob | commitdiff | diff to current |
2005-06-07 |
Rafael Garcia-Suarez |
Fix apidoc for newSVhek |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
Make a start at consting calls to SvPV. SV conversion... |
blob | commitdiff | diff to current |
2005-06-07 |
Andy Lester |
Unvoid SvUPGRADE |
blob | commitdiff | diff to current |
2005-06-06 |
Nicholas Clark |
Abstract all access to the shared hash value through... |
blob | commitdiff | diff to current |
2005-06-06 |
Nicholas Clark |
Shared hash key scalars can be safely copied as shared... |
blob | commitdiff | diff to current |
2005-06-06 |
Steve Hay |
We still need an "i" in the PERL_IMPLICIT_SYS case |
blob | commitdiff | diff to current |
2005-06-04 |
Rafael Garcia-Suarez |
Silence a const warning |
blob | commitdiff | diff to current |
2005-06-03 |
Nicholas Clark |
Use newSVhek in the cloning code. |
blob | commitdiff | diff to current |
2005-06-03 |
Nicholas Clark |
Use newSVhek where we're generating SVs from package... |
blob | commitdiff | diff to current |
2005-06-03 |
Nicholas Clark |
s/newSVpv_hek/newSVhek/g; # Lousy choice of name |
blob | commitdiff | diff to current |
2005-06-03 |
Nicholas Clark |
Create newSVpv_hek to reduce code duplication where... |
blob | commitdiff | diff to current |
2005-06-03 |
Andy Lester |
Random consting |
blob | commitdiff | diff to current |
2005-06-03 |
Steve Peters |
SvPVX_const() - patch #4 |
blob | commitdiff | diff to current |
next |