summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* A couple const's and a cast to get Sun CC to compile these files.Steve Peters2006-08-091-1/+1
* g++ stage 1 reachedJarkko Hietaniemi2006-08-081-39/+25
* g++ large patchJarkko Hietaniemi2006-08-071-26/+40
* Clear up most of the VC6 compiler warnings in the following smoke:Steve Hay2006-07-271-1/+1
* Add another volatile modifier to protect against longjmp clobberingRafael Garcia-Suarez2006-07-231-1/+1
* Clear up a few more warnings from blead.Steve Peters2006-07-131-1/+1
* Fix the implementation of list assignment to state().Rafael Garcia-Suarez2006-07-071-11/+28
* Add a new warning, "State variable %s will be reinitialized"Rafael Garcia-Suarez2006-07-061-4/+10
* Implement handling of state variables in list assignmentRafael Garcia-Suarez2006-07-051-0/+7
* Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the leftRafael Garcia-Suarez2006-07-051-2/+0
* remove some unnecessary uses of WITH_THRDave Mitchell2006-07-021-4/+4
* Proper use of enumsAndy Lester2006-06-121-5/+5
* Abolish cop_io (the simple way) by storing the value in cop_hints_hash.Nicholas Clark2006-05-201-16/+0
* Move the hints from op_private into cop_hints. This allows all 32 bitsNicholas Clark2006-05-201-1/+1
* Rename cop_hints to cop_hints_hashNicholas Clark2006-05-201-8/+9
* Abolish cop_arybase. Signal a non zero $[ with a hint flag, and storeNicholas Clark2006-05-201-1/+2
* disable WARN and DIE hooks during constant foldingDave Mitchell2006-05-101-7/+11
* Change 28145 means that Perl_allocmy() can take a const char *name.Nicholas Clark2006-05-091-1/+1
* Simplify the non-printable name error reporting code in Perl_allocmy().Nicholas Clark2006-05-091-23/+4
* Fix another Coverity problem by adding an assert that says thatRafael Garcia-Suarez2006-05-091-0/+1
* Fix a logic error in conditional found by CoverityRafael Garcia-Suarez2006-05-091-3/+4
* allow exit during fold_constantsDave Mitchell2006-05-091-1/+6
* Introduce a new keyword, state, for state variables.Rafael Garcia-Suarez2006-05-031-5/+20
* Remove an unnecessary gotoAndy Lester2006-05-031-9/+8
* Change 28063 forgot 1 key line - acutally use the correct filenameNicholas Clark2006-05-021-0/+1
* Fix bug in DynaLoader, which has been passing a filename in dynamicNicholas Clark2006-05-021-8/+48
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-12/+12
* Re: [PATCH] use snprintf/strlcpy/strlcat when usefulJarkko Hietaniemi2006-04-281-3/+7
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-3/+3
* use NOOP macroAndy Lester2006-04-251-6/+6
* A couple of casts to PADOFFSET.Marcus Holland-Moritz2006-04-241-4/+4
* newCONSTSUB needs to be robust in case CopFILE is NULL.Nicholas Clark2006-04-191-2/+2
* Avoid temporarily writing over the prototype when reporting an error.Nicholas Clark2006-04-191-8/+6
* Calling cv_undef() on the CV created by newCONSTSUB() would leak likeNicholas Clark2006-04-191-13/+40
* Add assertions to cover cases where the Coverity scanner thinks weNicholas Clark2006-04-171-0/+3
* op.c patch, 2nd versionAndy Lester2006-04-161-70/+73
* Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used toNicholas Clark2006-04-141-1/+1
* Change cop_warnings from an SV holding the warnings bitmask to aNicholas Clark2006-04-121-11/+5
* As OPs are shared between threads, they should be usingNicholas Clark2006-04-121-1/+1
* First stab at using the pad to store the serialised hints data.Nicholas Clark2006-04-111-0/+2
* 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