summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy once more.Nicholas Clark2006-12-281-9/+11
* Move PAD_COMPNAME_GEN from SvCUR to SvUVX.Nicholas Clark2006-12-281-1/+1
* Fix #6006 for taint mode too.Rafael Garcia-Suarez2006-12-231-0/+1
* A better fix for RT #6006: revert change 29616, which was bogus,Rafael Garcia-Suarez2006-12-231-6/+7
* Fix RT #6006: Regexp replaces using large replacement variables failRafael Garcia-Suarez2006-12-231-4/+6
* Re: [PATCH] do not meddle in the affairs of PERL_TRACK_MEMPOOLJarkko Hietaniemi2006-12-181-14/+2
* don't include MAD code when its not neededDave Mitchell2006-12-161-3/+6
* Silence a VC compiler warningSteve Hay2006-12-141-1/+1
* misc MAD coredump fixes and parser leak fixesDave Mitchell2006-12-131-1/+3
* fix double free introduced by #29543 (spotted by Nicholas)Dave Mitchell2006-12-131-3/+17
* fix parser leaks caused by croaking while shifting or reducingDave Mitchell2006-12-131-0/+12
* Verify that the debugger has an array where to store lines beforeRafael Garcia-Suarez2006-12-011-4/+7
* Cleanup regexp flags and structureYves Orton2006-11-231-1/+1
* More safety in free()sRafael Garcia-Suarez2006-11-231-1/+5
* Unify the two warnings "Can't declare %s in %s", in line with what'sRafael Garcia-Suarez2006-11-201-1/+1
* Re: thread free problemJerry D. Hedden2006-11-201-1/+10
* This volatile modifier is not on the referent, but on the pointerRafael Garcia-Suarez2006-11-021-1/+1
* Re: $, and sayGisle Aas2006-11-021-10/+0
* VOL should be used instead of volatile in the core.Steve Peters2006-10-301-2/+2
* Plug a memory leak in newCONSTSUBRafael Garcia-Suarez2006-10-251-0/+1
* stab at UNITCHECK blocksAlexander Gough2006-10-191-1/+10
* Allow the _ prototype character to be followed by optional argumentsRafael Garcia-Suarez2006-10-191-1/+1
* The _ character is only allowed to be at the end of prototypesRafael Garcia-Suarez2006-10-181-0/+3
* Improvements and fixes to the _ prototypeRafael Garcia-Suarez2006-10-181-7/+7
* First attempt at implementing the _ prototypeRafael Garcia-Suarez2006-10-171-0/+7
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-1/+1
* Use %^H instead of $^H for the assertions pragmaRafael Garcia-Suarez2006-09-081-2/+9
* Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortalNicholas Clark2006-08-311-4/+4
* 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