2006-07-07 |
Rafael Garcia-Suarez |
Fix the implementation of list assignment to state(). |
blob | commitdiff | diff to current |
2006-07-06 |
Rafael Garcia-Suarez |
Add a new warning, "State variable %s will be reinitial... |
blob | commitdiff | diff to current |
2006-07-05 |
Rafael Garcia-Suarez |
Implement handling of state variables in list assignment |
blob | commitdiff | diff to current |
2006-07-05 |
Rafael Garcia-Suarez |
Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN... |
blob | commitdiff | diff to current |
2006-07-02 |
Dave Mitchell |
remove some unnecessary uses of WITH_THR |
blob | commitdiff | diff to current |
2006-06-12 |
Andy Lester |
Proper use of enums |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark |
Abolish cop_io (the simple way) by storing the value... |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark |
Move the hints from op_private into cop_hints. This... |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark |
Rename cop_hints to cop_hints_hash |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark |
Abolish cop_arybase. Signal a non zero $[ with a hint... |
blob | commitdiff | diff to current |
2006-05-10 |
Dave Mitchell |
disable WARN and DIE hooks during constant folding |
blob | commitdiff | diff to current |
2006-05-09 |
Nicholas Clark |
Change 28145 means that Perl_allocmy() can take a const... |
blob | commitdiff | diff to current |
2006-05-09 |
Nicholas Clark |
Simplify the non-printable name error reporting code... |
blob | commitdiff | diff to current |
2006-05-09 |
Rafael Garcia-Suarez |
Fix another Coverity problem by adding an assert that... |
blob | commitdiff | diff to current |
2006-05-09 |
Rafael Garcia-Suarez |
Fix a logic error in conditional found by Coverity |
blob | commitdiff | diff to current |
2006-05-09 |
Dave Mitchell |
allow exit during fold_constants |
blob | commitdiff | diff to current |
2006-05-03 |
Rafael Garcia-Suarez |
Introduce a new keyword, state, for state variables. |
blob | commitdiff | diff to current |
2006-05-03 |
Andy Lester |
Remove an unnecessary goto |
blob | commitdiff | diff to current |
2006-05-02 |
Nicholas Clark |
Change 28063 forgot 1 key line - acutally use the corre... |
blob | commitdiff | diff to current |
2006-05-02 |
Nicholas Clark |
Fix bug in DynaLoader, which has been passing a filenam... |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi |
reduce gcc -ansi -pedantic noise plus a suggestion |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi |
Re: [PATCH] use snprintf/strlcpy/strlcat when useful |
blob | commitdiff | diff to current |
2006-04-26 |
Marcus Holland-Moritz |
Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 |
blob | commitdiff | diff to current |
2006-04-25 |
Andy Lester |
use NOOP macro |
blob | commitdiff | diff to current |
2006-04-24 |
Marcus Holland-Moritz |
A couple of casts to PADOFFSET. |
blob | commitdiff | diff to current |
2006-04-19 |
Nicholas Clark |
newCONSTSUB needs to be robust in case CopFILE is NULL. |
blob | commitdiff | diff to current |
2006-04-19 |
Nicholas Clark |
Avoid temporarily writing over the prototype when repor... |
blob | commitdiff | diff to current |
2006-04-19 |
Nicholas Clark |
Calling cv_undef() on the CV created by newCONSTSUB... |
blob | commitdiff | diff to current |
2006-04-17 |
Nicholas Clark |
Add assertions to cover cases where the Coverity scanne... |
blob | commitdiff | diff to current |
2006-04-16 |
Andy Lester |
op.c patch, 2nd version |
blob | commitdiff | diff to current |
2006-04-14 |
Nicholas Clark |
Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS()... |
blob | commitdiff | diff to current |
2006-04-12 |
Nicholas Clark |
Change cop_warnings from an SV holding the warnings... |
blob | commitdiff | diff to current |
2006-04-12 |
Nicholas Clark |
As OPs are shared between threads, they should be using |
blob | commitdiff | diff to current |
2006-04-11 |
Nicholas Clark |
First stab at using the pad to store the serialised... |
blob | commitdiff | diff to current |
2006-04-10 |
Jarkko Hietaniemi |
es: quiet some warnings (with a free AIX cpp insanity... |
blob | commitdiff | diff to current |
2006-04-03 |
Andy Lester |
SvREFCNT_inc tweaks |
blob | commitdiff | diff to current |
2006-04-02 |
SADAHIRO Tomoyuki |
Re: [perl #38293] chr(65535) should be allowed in regexes |
blob | commitdiff | diff to current |
2006-04-02 |
Nicholas Clark |
Abstract all reads/writes of the hints in COPs with... |
blob | commitdiff | diff to current |
2006-04-02 |
Nicholas Clark |
Abstract all the accesses to cop_arybase (apart from... |
blob | commitdiff | diff to current |
2006-04-01 |
Nicholas Clark |
Automatically set HINT_LOCALIZE_HH whenever %^H is... |
blob | commitdiff | diff to current |
2006-03-31 |
Nicholas Clark |
I can't spell. |
blob | commitdiff | diff to current |
2006-03-31 |
Nicholas Clark |
Serialise changes to %^H onto the current COP. Return... |
blob | commitdiff | diff to current |
2006-03-31 |
Andy Lester |
Random accumulated patches |
blob | commitdiff | diff to current |
2006-03-27 |
Nicholas Clark |
Merge the cut ... |
blob | commitdiff | diff to current |
2006-03-27 |
Nicholas Clark |
If constant folding fails, don't fold constants, rather... |
blob | commitdiff | diff to current |
2006-03-19 |
Andy Lester |
Cleanups in op.c |
blob | commitdiff | diff to current |
2006-03-14 |
Andy Lester |
looks_like_bool can be const |
blob | commitdiff | diff to current |
2006-03-11 |
Steve Peters |
Perl_newWHILEOP() had exactly the same lack of a NULL... |
blob | commitdiff | diff to current |
2006-03-11 |
Steve Peters |
Possible NULL pointer reference found by Coverity checks. |
blob | commitdiff | diff to current |
2006-03-11 |
Steve Peters |
Keep from using a variable in S_my_kid() before it... |
blob | commitdiff | diff to current |
2006-03-09 |
Marcus Holland-Moritz |
Fix a memory leak in ck_grep(), spotted by coverity: |
blob | commitdiff | diff to current |
2006-03-09 |
Nicholas Clark |
Tweaking the order of op creation/op free in Perl_ck_re... |
blob | commitdiff | diff to current |
2006-03-09 |
Nicholas Clark |
Unroll 27425 - keeping Larry's order in op.c means... |
blob | commitdiff | diff to current |
2006-03-09 |
Nicholas Clark |
Note the weakref.t failure that commenting out this... |
blob | commitdiff | diff to current |
2006-03-09 |
Nicholas Clark |
Bodge MAD code to get pack.t and ext/Encode/t/Encode... |
blob | commitdiff | diff to current |
2006-03-08 |
Nicholas Clark |
Make MAD at least compile and link once more. Although... |
blob | commitdiff | diff to current |
2006-03-08 |
Nicholas Clark |
The last MAD change to op.c changes the pad offsets... |
blob | commitdiff | diff to current |
2006-03-08 |
Nicholas Clark |
Almost all the MAD changes for op.c |
blob | commitdiff | diff to current |
2006-03-08 |
Nicholas Clark |
Change from Larry in the MAD code which seems to be... |
blob | commitdiff | diff to current |
2006-03-07 |
Rafael Garcia-Suarez |
This looks like a memory leak. |
blob | commitdiff | diff to current |
2006-03-07 |
Rafael Garcia-Suarez |
$[ = 2 should not warn. |
blob | commitdiff | diff to current |
2006-03-06 |
Paul Johnson |
Re: [PATCH] Removed a redundant o->op_type |
blob | commitdiff | diff to current |
2006-02-27 |
Andy Lester |
Removed a redundant o->op_type |
blob | commitdiff | diff to current |
2006-02-27 |
Andy Lester |
Speedups and shrinkages of SvREFCNT_inc |
blob | commitdiff | diff to current |
2006-02-25 |
Nicholas Clark |
Abstract the specific use of SvCUR in GVs for detecting... |
blob | commitdiff | diff to current |
2006-02-24 |
Andy Lester |
unused context warnings |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark |
Replace direct flags tests ... |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark |
PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX... |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark |
xcv_root and xcv_xsub can also be merged into a union... |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark |
Add a new CvISXSUB() macro, for abstracting the test... |
blob | commitdiff | diff to current |
2006-02-14 |
Andy Lester |
Sun Studio lint patches |
blob | commitdiff | diff to current |
2006-02-09 |
Nicholas Clark |
Change 27136 seems to have inadvertently upset some... |
blob | commitdiff | diff to current |
2006-02-09 |
Andy Lester |
Trying my "remove the pTHXes" patch again |
blob | commitdiff | diff to current |
2006-02-07 |
Gisle Aas |
Allow bareword file handle as argument to chdir(). |
blob | commitdiff | diff to current |
2006-02-06 |
Andy Lester |
Cleaning up shadowed variables |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger |
Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger |
s/Nullcv/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Steven Schubiger |
Re: [PATCH] s/Null(av|ch)/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Nicholas Clark |
gv_fetchpvn_flags ranks highly in the profile, and... |
blob | commitdiff | diff to current |
2006-01-28 |
Nicholas Clark |
Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet... |
blob | commitdiff | diff to current |
2006-01-23 |
Nicholas Clark |
Revert change 26410, marking the test that was added... |
blob | commitdiff | diff to current |
2006-01-18 |
Steve Hay |
Change all NEWSV() to newSV() in the core and non-dual... |
blob | commitdiff | diff to current |
2006-01-12 |
Rafael Garcia-Suarez |
Don't warn when localizing $[ |
blob | commitdiff | diff to current |
2006-01-10 |
Andy Lester |
It's the Barbie bus patch |
blob | commitdiff | diff to current |
2006-01-06 |
Andy Lester |
hv_fetchs() support |
blob | commitdiff | diff to current |
2006-01-06 |
Jarkko Hietaniemi |
sprinkle dVAR |
blob | commitdiff | diff to current |
2006-01-06 |
Andy Lester |
performance tweaking op.c |
blob | commitdiff | diff to current |
2006-01-04 |
Rafael Garcia-Suarez |
More copyright updates |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas |
Introduce newSVpvs_share() macro. |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas |
Introduce the macros newSVpvs(str) and sv_catpvs(sv... |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas |
Silence compiler warning; ref change 26598 |
blob | commitdiff | diff to current |
2006-01-02 |
Rafael Garcia-Suarez |
Since we no longer autovivify stashes (change #26370... |
blob | commitdiff | diff to current |
2005-12-27 |
Nicholas Clark |
gv_fetch_flags in newATTRSUB can actually be const. |
blob | commitdiff | diff to current |
2005-12-26 |
Nicholas Clark |
Don't try to store PL_sv_undef in pads. (For now) |
blob | commitdiff | diff to current |
2005-12-24 |
Nicholas Clark |
Unless the peephole optimiser already knows that we... |
blob | commitdiff | diff to current |
2005-12-22 |
Andy Lester |
Ho! Ho! Ho! Santa brings consting! |
blob | commitdiff | diff to current |
2005-12-22 |
Robin Houston |
eliminate HINT_HH_FOR_EVAL |
blob | commitdiff | diff to current |
2005-12-22 |
Nicholas Clark |
Add an optimisation to allow proxy constant subroutines... |
blob | commitdiff | diff to current |
2005-12-20 |
Nicholas Clark |
Get the "cv" from the "gv" once, and be more careful... |
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 |
next |