summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* es: quiet some warnings (with a free AIX cpp insanity avoidance tip)Jarkko Hietaniemi2006-04-101-1/+2
* SvREFCNT_inc tweaksAndy Lester2006-04-031-1/+1
* Re: [perl #38293] chr(65535) should be allowed in regexesSADAHIRO Tomoyuki2006-04-021-6/+7
* Abstract all reads/writes of the hints in COPs with 2 new macros,Nicholas Clark2006-04-021-4/+4
* Abstract all the accesses to cop_arybase (apart from ByteLoader)Nicholas Clark2006-04-021-6/+7
* Automatically set HINT_LOCALIZE_HH whenever %^H is modified.Nicholas Clark2006-04-011-1/+2
* I can't spell.Nicholas Clark2006-03-311-2/+2
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-1/+27
* Random accumulated patchesAndy Lester2006-03-311-11/+8
* Merge the cut & paste code from Perl_call_sv/Perl_fold_constants withNicholas Clark2006-03-271-30/+4
* If constant folding fails, don't fold constants, rather than reportingNicholas Clark2006-03-271-8/+67
* Cleanups in op.cAndy Lester2006-03-191-22/+16
* looks_like_bool can be constAndy Lester2006-03-141-2/+2
* Perl_newWHILEOP() had exactly the same lack of a NULL pointer checkSteve Peters2006-03-111-2/+2
* Possible NULL pointer reference found by Coverity checks.Steve Peters2006-03-111-2/+2
* Keep from using a variable in S_my_kid() before it is initialized. This ...Steve Peters2006-03-111-1/+2
* Fix a memory leak in ck_grep(), spotted by coverity:Marcus Holland-Moritz2006-03-091-2/+5
* Tweaking the order of op creation/op free in Perl_ck_require to Larry'sNicholas Clark2006-03-091-9/+9
* Unroll 27425 - keeping Larry's order in op.c means that exactly theNicholas Clark2006-03-091-2/+4
* Note the weakref.t failure that commenting out this code caused.Nicholas Clark2006-03-091-1/+3
* Bodge MAD code to get pack.t and ext/Encode/t/Encode.t passing.Nicholas Clark2006-03-091-2/+8
* Make MAD at least compile and link once more. Although it's now failingNicholas Clark2006-03-081-9/+8
* The last MAD change to op.c changes the pad offsets of the test thatNicholas Clark2006-03-081-1/+6
* Almost all the MAD changes for op.cNicholas Clark2006-03-081-61/+668
* Change from Larry in the MAD code which seems to be unrelated to MAD.Nicholas Clark2006-03-081-1/+3
* This looks like a memory leak.Rafael Garcia-Suarez2006-03-071-0/+1
* $[ = 2 should not warn.Rafael Garcia-Suarez2006-03-071-1/+4
* Re: [PATCH] Removed a redundant o->op_typePaul Johnson2006-03-061-1/+0
* Removed a redundant o->op_typeAndy Lester2006-02-271-2/+5
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-17/+14
* Abstract the specific use of SvCUR in GVs for detecting variables onNicholas Clark2006-02-251-4/+7
* unused context warningsAndy Lester2006-02-241-1/+8
* Replace direct flags tests & manipulations for SVpad_TYPED andNicholas Clark2006-02-231-6/+6
* PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so movingNicholas Clark2006-02-201-1/+1
* xcv_root and xcv_xsub can also be merged into a union, providing a newNicholas Clark2006-02-201-1/+3
* Add a new CvISXSUB() macro, for abstracting the test as to whether aNicholas Clark2006-02-201-2/+2
* Sun Studio lint patchesAndy Lester2006-02-141-9/+6
* Change 27136 seems to have inadvertently upset some compilers,Nicholas Clark2006-02-091-3/+3
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-46/+52
* Allow bareword file handle as argument to chdir().Gisle Aas2006-02-071-0/+16
* Cleaning up shadowed variablesAndy Lester2006-02-061-2/+2
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-23/+23
* s/Nullcv/NULL/gSteven Schubiger2006-02-031-8/+8
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-15/+15
* gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanningNicholas Clark2006-02-021-8/+9
* Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.Nicholas Clark2006-01-281-11/+13
* Revert change 26410, marking the test that was added there as TODO.Nicholas Clark2006-01-231-11/+5
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-2/+2
* Don't warn when localizing $[Rafael Garcia-Suarez2006-01-121-0/+1
* It's the Barbie bus patchAndy Lester2006-01-101-14/+13