2005-12-22 |
Nicholas Clark |
Add an optimisation to allow proxy constant subroutines... |
blob | commitdiff |
2005-12-21 |
Nicholas Clark |
Avoid negating an unsigned value. (The offset in the... |
blob | commitdiff | diff to current |
2005-12-21 |
Nicholas Clark |
For consistency sv_2cv should not leave the stash point... |
blob | commitdiff | diff to current |
2005-12-21 |
Nicholas Clark |
The lref argument of sv_2cv is actually passed onwards... |
blob | commitdiff | diff to current |
2005-12-21 |
Robin Houston |
Feature bundle is now :5.10, and add -E switch |
blob | commitdiff | diff to current |
2005-12-20 |
Nicholas Clark |
gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask... |
blob | commitdiff | diff to current |
2005-12-17 |
Nicholas Clark |
Pull the definition of olderrno in sv_2pv_flags into... |
blob | commitdiff | diff to current |
2005-12-17 |
Nicholas Clark |
The IV/UV choice can be made inside uiv_2buf rather... |
blob | commitdiff | diff to current |
2005-12-17 |
Nicholas Clark |
The THINKFIRST check after the GMAGICAL check in sv_2iv... |
blob | commitdiff | diff to current |
2005-12-16 |
Nicholas Clark |
s/Nullhv/NULL/g; |
blob | commitdiff | diff to current |
2005-12-16 |
Nicholas Clark |
s/Nullav/NULL/g |
blob | commitdiff | diff to current |
2005-12-16 |
Nicholas Clark |
Perl_sv_dup should be allocating bodies based on *size... |
blob | commitdiff | diff to current |
2005-12-15 |
John Peacock |
Re: [perl #37897] sprintf of version objects |
blob | commitdiff | diff to current |
2005-12-14 |
Nicholas Clark |
Duplicate the AMAGIC temporary variable consting from... |
blob | commitdiff | diff to current |
2005-12-14 |
Nicholas Clark |
Simplify the SvGMAGIC code in sv_[ipu]v_flags. |
blob | commitdiff | diff to current |
2005-12-14 |
Nicholas Clark |
Simplify the SvGMAGIC code in sv_2nv, removing duplicat... |
blob | commitdiff | diff to current |
2005-12-14 |
Nicholas Clark |
The logic to use SVt_NV or SVt_PVNV is in sv_upgrade... |
blob | commitdiff | diff to current |
2005-12-13 |
Nicholas Clark |
Inline asIV and asUV, as each is only used once, and... |
blob | commitdiff | diff to current |
2005-12-13 |
Gisle Aas |
Add overflow check to EXPECT_NUMBER() used by sv_vcatpv... |
blob | commitdiff | diff to current |
2005-12-12 |
Gisle Aas |
Drop "v" prefix from sprintf("%vd", $^V). |
blob | commitdiff | diff to current |
2005-12-11 |
Nicholas Clark |
Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug... |
blob | commitdiff | diff to current |
2005-12-11 |
Gisle Aas |
Disallow sprintf's vector handling for non-integer... |
blob | commitdiff | diff to current |
2005-12-11 |
Nicholas Clark |
Quench the other 2 ways obscure ways of abusing positio... |
blob | commitdiff | diff to current |
2005-12-10 |
Andy Lester |
Code tweaks in sv.c |
blob | commitdiff | diff to current |
2005-12-09 |
Nicholas Clark |
A better hash for PTR_TABLE_HASH (?) |
blob | commitdiff | diff to current |
2005-12-09 |
Nicholas Clark |
An alternative way of structuring ptr_table_clear so... |
blob | commitdiff | diff to current |
2005-12-09 |
Nicholas Clark |
A more efficient way to loop in ptr_table_clear |
blob | commitdiff | diff to current |
2005-12-09 |
Steve Peters |
Fixes compile errors introduce with change #26301 when... |
blob | commitdiff | diff to current |
2005-12-08 |
Nicholas Clark |
Merge common code from ptr_table_fetch and ptr_table_st... |
blob | commitdiff | diff to current |
2005-12-07 |
Nicholas Clark |
Pull the regexp stringification code out into S_stringi... |
blob | commitdiff | diff to current |
2005-12-07 |
Nicholas Clark |
3 instances of SvIsUV_on(sv); can be replaced with... |
blob | commitdiff | diff to current |
2005-12-06 |
Nicholas Clark |
Move vast swathes of common code from sv_2iv_flags... |
blob | commitdiff | diff to current |
2005-12-06 |
Nicholas Clark |
The early return for SvIOKp(sv) in sv_2[iu]v_flags... |
blob | commitdiff | diff to current |
2005-12-06 |
Andy Lester |
More consting, and putting stuff in embed.fnc |
blob | commitdiff | diff to current |
2005-12-06 |
Nicholas Clark |
Don't use Copy for 1 and 2 character string constants. |
blob | commitdiff | diff to current |
2005-12-06 |
Nicholas Clark |
Eliminate an unneeded local variable. |
blob | commitdiff | diff to current |
2005-12-06 |
Nicholas Clark |
Eliminate all the gotos in sv_2pv_flags, by moving... |
blob | commitdiff | diff to current |
2005-12-06 |
Nicholas Clark |
sv_2pv_flags shouldn't return a constant string "NULLRE... |
blob | commitdiff | diff to current |
2005-12-05 |
Nicholas Clark |
Make all the return statements closer to the final... |
blob | commitdiff | diff to current |
2005-12-05 |
Nicholas Clark |
Move the scope of origsv inwards, and rename variables... |
blob | commitdiff | diff to current |
2005-12-05 |
Nicholas Clark |
Clone the brief return logic and thereby remove a goto. |
blob | commitdiff | diff to current |
2005-12-05 |
Nicholas Clark |
As they are now the same, can fold the entire switch... |
blob | commitdiff | diff to current |
2005-12-05 |
Nicholas Clark |
Untease the regexp stringification from the reference... |
blob | commitdiff | diff to current |
2005-12-05 |
Nicholas Clark |
References to version objects should stringify as VSTRI... |
blob | commitdiff | diff to current |
2005-12-05 |
Nicholas Clark |
The extra return is actually a duplicated code path... |
blob | commitdiff | diff to current |
2005-12-02 |
Nicholas Clark |
Address Hugo's comment on Dave's change (26240) |
blob | commitdiff | diff to current |
2005-12-01 |
Dave Mitchell |
sprintf %NNN$ check for large values wrapping to negative |
blob | commitdiff | diff to current |
2005-12-01 |
Rafael Garcia-Suarez |
Always define PL_memory_wrap, and use it for the new... |
blob | commitdiff | diff to current |
2005-12-01 |
Rafael Garcia-Suarez |
Missing #ifdef, noticed by Jan Dubois |
blob | commitdiff | diff to current |
2005-12-01 |
Gisle Aas |
[PATCH] Re: Perl PR: "Security holes in Sys::Syslog" |
blob | commitdiff | diff to current |
2005-12-01 |
Philippe M. Chiasson |
[patch] Re: Perl PR: "Security holes in Sys::Syslog" |
blob | commitdiff | diff to current |
2005-11-30 |
Gisle Aas |
Remove redundant SvUTF8_on() calls |
blob | commitdiff | diff to current |
2005-11-25 |
Nicholas Clark |
Move report_uninit() and its static supporting function... |
blob | commitdiff | diff to current |
2005-11-21 |
Nicholas Clark |
Flip the sign of the value in body details offset,... |
blob | commitdiff | diff to current |
2005-11-19 |
Nicholas Clark |
Norman observed that a couple of macros could make... |
blob | commitdiff | diff to current |
2005-11-19 |
Nicholas Clark |
With -DPURFIY we change the flags so that everything... |
blob | commitdiff | diff to current |
2005-11-19 |
Nicholas Clark |
Map the HE arena onto SV type 0 (SVt_NULL). |
blob | commitdiff | diff to current |
2005-11-18 |
Nicholas Clark |
Remove all the now unused new_XFOO()/del_XFOO() macros |
blob | commitdiff | diff to current |
2005-11-18 |
Nicholas Clark |
sv_clear can manipulate the arena array directly too. |
blob | commitdiff | diff to current |
2005-11-18 |
Nicholas Clark |
We only need to zero new bodies for upgrades. sv_dup... |
blob | commitdiff | diff to current |
2005-11-18 |
Nicholas Clark |
Merge the arms of the switch. The decision about what... |
blob | commitdiff | diff to current |
2005-11-18 |
Nicholas Clark |
Eliminate new_body_length from sv_dup. Replace SvTYPE... |
blob | commitdiff | diff to current |
2005-11-18 |
Nicholas Clark |
Eliminate new_body_offset from sv_dup() |
blob | commitdiff | diff to current |
2005-11-18 |
Nicholas Clark |
Merge the last remaining case duplication in sv_upgrade |
blob | commitdiff | diff to current |
2005-11-18 |
Nicholas Clark |
Eliminate new_body_length from sv_upgrade |
blob | commitdiff | diff to current |
2005-11-18 |
Nicholas Clark |
Eliminate new_body_offset from sv_upgrade |
blob | commitdiff | diff to current |
2005-11-18 |
Nicholas Clark |
new_body_inline doesn't need to be passed the root... |
blob | commitdiff | diff to current |
2005-11-18 |
Nicholas Clark |
Add a flag to the body details of which types come... |
blob | commitdiff | diff to current |
2005-11-18 |
Nicholas Clark |
Simplify the expression for the upgrade logic for SVt_IV. |
blob | commitdiff | diff to current |
2005-11-18 |
Nicholas Clark |
const and static for the const static private table. |
blob | commitdiff | diff to current |
2005-11-18 |
Nicholas Clark |
Rename sv_upgrade's parameter mt to new_type. |
blob | commitdiff | diff to current |
2005-11-17 |
Nicholas Clark |
All that can be in the first switch statement of sv_upg... |
blob | commitdiff | diff to current |
2005-11-17 |
Nicholas Clark |
"Can you see what it is yet?" |
blob | commitdiff | diff to current |
2005-11-17 |
Nicholas Clark |
Add the size of the structure to copy as a field in... |
blob | commitdiff | diff to current |
2005-11-17 |
Nicholas Clark |
Merge sizeof_body_by_svtype and offset_by_svtype into... |
blob | commitdiff | diff to current |
2005-11-17 |
Nicholas Clark |
Move the location of the definition of the arena slot... |
blob | commitdiff | diff to current |
2005-11-17 |
Nicholas Clark |
s/SvTYPE(sv)/old_type/ in sv_upgrade because we already... |
blob | commitdiff | diff to current |
2005-11-16 |
Nicholas Clark |
Oi gcc, No! sizeof(void) is an error. *Not* 1. |
blob | commitdiff | diff to current |
2005-11-16 |
Nicholas Clark |
PL_pte_root and PL_pte_arenaroot can be exterminated... |
blob | commitdiff | diff to current |
2005-11-16 |
Jim Cromie |
Re: eliminate discreet arenaroots |
blob | commitdiff | diff to current |
2005-11-14 |
Nicholas Clark |
More PERL_POISON - poison SvANY() and SvREFCNT() in... |
blob | commitdiff | diff to current |
2005-11-14 |
Rafael Garcia-Suarez |
Fix indentation of apidoc for sv_2pvutf8 |
blob | commitdiff | diff to current |
2005-11-11 |
Andy Lester |
Const & local: Special Victims Unit |
blob | commitdiff | diff to current |
2005-11-08 |
Nicholas Clark |
Eliminate some unnecessary strlen()s |
blob | commitdiff | diff to current |
2005-11-04 |
Nicholas Clark |
Use the return value of sprintf in sv_2pv_flags. Remove... |
blob | commitdiff | diff to current |
2005-11-04 |
Nicholas Clark |
You can't there from here. (Dead code in sv_2pv_flags) |
blob | commitdiff | diff to current |
2005-11-04 |
Alan Burlison |
use clearenv if available |
blob | commitdiff | diff to current |
2005-11-02 |
Robin Houston |
sort/multicall patch |
blob | commitdiff | diff to current |
2005-10-31 |
Andy Lester |
Etta James presents: More consting |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
Replace the body of the rarely used sv_setpviv_mg with... |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
Replace sv_catsv_mg and sv_catpvn_mg, and move the... |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
Add a new SMAGIC flag, to signal a call to SvSETMAGIC... |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen... |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
All the private implementations of @foo for compilers... |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
sv_utf8_upgrade declares itself to be a mathom, so... |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
Replace sv_force_normal with a macro that calls sv_forc... |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
Replace sv_unref with a macro that calls sv_unref_flags |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
sv_taint() can easily be replaced by a macro. |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
A terser implementation of S_varname, by using and... |
blob | commitdiff | diff to current |
2005-10-28 |
Steve Peters |
Add a new file, mathoms.c, to hold old code kept around... |
blob | commitdiff | diff to current |
next |