2006-11-20 |
Rafael Garcia-Suarez |
Unify the two warnings "Can't declare %s in %s", in... |
blob | commitdiff | diff to current |
2006-11-20 |
Jerry D. Hedden |
Re: thread free problem |
blob | commitdiff | diff to current |
2006-11-02 |
Rafael Garcia-Suarez |
This volatile modifier is not on the referent, but... |
blob | commitdiff | diff to current |
2006-11-02 |
Gisle Aas |
Re: $, and say |
blob | commitdiff | diff to current |
2006-10-30 |
Steve Peters |
VOL should be used instead of volatile in the core. |
blob | commitdiff | diff to current |
2006-10-25 |
Rafael Garcia-Suarez |
Plug a memory leak in newCONSTSUB |
blob | commitdiff | diff to current |
2006-10-19 |
Alexander Gough |
stab at UNITCHECK blocks |
blob | commitdiff | diff to current |
2006-10-19 |
Rafael Garcia-Suarez |
Allow the _ prototype character to be followed by optio... |
blob | commitdiff | diff to current |
2006-10-18 |
Rafael Garcia-Suarez |
The _ character is only allowed to be at the end of... |
blob | commitdiff | diff to current |
2006-10-18 |
Rafael Garcia-Suarez |
Improvements and fixes to the _ prototype |
blob | commitdiff | diff to current |
2006-10-17 |
Rafael Garcia-Suarez |
First attempt at implementing the _ prototype |
blob | commitdiff | diff to current |
2006-09-29 |
Yves Orton |
Re: [PATCH] Add hook for re_dup() into regex engine... |
blob | commitdiff | diff to current |
2006-09-08 |
Rafael Garcia-Suarez |
Use %^H instead of $^H for the assertions pragma |
blob | commitdiff | diff to current |
2006-08-31 |
Nicholas Clark |
Change the generation of {} and [] from 3 ops to 1... |
blob | commitdiff | diff to current |
2006-08-09 |
Steve Peters |
A couple const's and a cast to get Sun CC to compile... |
blob | commitdiff | diff to current |
2006-08-08 |
Jarkko Hietaniemi |
g++ stage 1 reached |
blob | commitdiff | diff to current |
2006-08-07 |
Jarkko Hietaniemi |
g++ large patch |
blob | commitdiff | diff to current |
2006-07-27 |
Steve Hay |
Clear up most of the VC6 compiler warnings in the follo... |
blob | commitdiff | diff to current |
2006-07-23 |
Rafael Garcia-Suarez |
Add another volatile modifier to protect against longjm... |
blob | commitdiff | diff to current |
2006-07-13 |
Steve Peters |
Clear up a few more warnings from blead. |
blob | commitdiff | diff to current |
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 |
next |