Update copyright years to include 2007. (Plus a couple of 2006s and
[p5sagit/p5-mst-13.2.git] / op.c
2007-01-02 Nicholas Clark Update copyright years to include 2007. (Plus a couple...
2006-12-29 Dave Mitchell further fix for #29543: fix parser leaks caused by...
2006-12-28 Nicholas Clark With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy...
2006-12-28 Nicholas Clark Move PAD_COMPNAME_GEN from SvCUR to SvUVX.
2006-12-23 Rafael Garcia-Suarez Fix #6006 for taint mode too.
2006-12-23 Rafael Garcia-Suarez A better fix for RT #6006: revert change 29616, which...
2006-12-23 Rafael Garcia-Suarez Fix RT #6006: Regexp replaces using large replacement...
2006-12-18 Jarkko Hietaniemi Re: [PATCH] do not meddle in the affairs of PERL_TRACK_...
2006-12-16 Dave Mitchell don't include MAD code when its not needed
2006-12-14 Steve Hay Silence a VC compiler warning
2006-12-13 Dave Mitchell misc MAD coredump fixes and parser leak fixes
2006-12-13 Dave Mitchell fix double free introduced by #29543 (spotted by Nicholas)
2006-12-13 Dave Mitchell fix parser leaks caused by croaking while shifting...
2006-12-01 Rafael Garcia-Suarez Verify that the debugger has an array where to store...
2006-11-23 Yves Orton Cleanup regexp flags and structure
2006-11-23 Rafael Garcia-Suarez More safety in free()s
2006-11-20 Rafael Garcia-Suarez Unify the two warnings "Can't declare %s in %s", in...
2006-11-20 Jerry D. Hedden Re: thread free problem
2006-11-02 Rafael Garcia-Suarez This volatile modifier is not on the referent, but...
2006-11-02 Gisle Aas Re: $, and say
2006-10-30 Steve Peters VOL should be used instead of volatile in the core.
2006-10-25 Rafael Garcia-Suarez Plug a memory leak in newCONSTSUB
2006-10-19 Alexander Gough stab at UNITCHECK blocks
2006-10-19 Rafael Garcia-Suarez Allow the _ prototype character to be followed by optio...
2006-10-18 Rafael Garcia-Suarez The _ character is only allowed to be at the end of...
2006-10-18 Rafael Garcia-Suarez Improvements and fixes to the _ prototype
2006-10-17 Rafael Garcia-Suarez First attempt at implementing the _ prototype
2006-09-29 Yves Orton Re: [PATCH] Add hook for re_dup() into regex engine...
2006-09-08 Rafael Garcia-Suarez Use %^H instead of $^H for the assertions pragma
2006-08-31 Nicholas Clark Change the generation of {} and [] from 3 ops to 1...
2006-08-09 Steve Peters A couple const's and a cast to get Sun CC to compile...
2006-08-08 Jarkko Hietaniemi g++ stage 1 reached
2006-08-07 Jarkko Hietaniemi g++ large patch
2006-07-27 Steve Hay Clear up most of the VC6 compiler warnings in the follo...
2006-07-23 Rafael Garcia-Suarez Add another volatile modifier to protect against longjm...
2006-07-13 Steve Peters Clear up a few more warnings from blead.
2006-07-07 Rafael Garcia-Suarez Fix the implementation of list assignment to state().
2006-07-06 Rafael Garcia-Suarez Add a new warning, "State variable %s will be reinitial...
2006-07-05 Rafael Garcia-Suarez Implement handling of state variables in list assignment
2006-07-05 Rafael Garcia-Suarez Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN...
2006-07-02 Dave Mitchell remove some unnecessary uses of WITH_THR
2006-06-12 Andy Lester Proper use of enums
2006-05-20 Nicholas Clark Abolish cop_io (the simple way) by storing the value...
2006-05-20 Nicholas Clark Move the hints from op_private into cop_hints. This...
2006-05-20 Nicholas Clark Rename cop_hints to cop_hints_hash
2006-05-20 Nicholas Clark Abolish cop_arybase. Signal a non zero $[ with a hint...
2006-05-10 Dave Mitchell disable WARN and DIE hooks during constant folding
2006-05-09 Nicholas Clark Change 28145 means that Perl_allocmy() can take a const...
2006-05-09 Nicholas Clark Simplify the non-printable name error reporting code...
2006-05-09 Rafael Garcia-Suarez Fix another Coverity problem by adding an assert that...
2006-05-09 Rafael Garcia-Suarez Fix a logic error in conditional found by Coverity
2006-05-09 Dave Mitchell allow exit during fold_constants
2006-05-03 Rafael Garcia-Suarez Introduce a new keyword, state, for state variables.
2006-05-03 Andy Lester Remove an unnecessary goto
2006-05-02 Nicholas Clark Change 28063 forgot 1 key line - acutally use the corre...
2006-05-02 Nicholas Clark Fix bug in DynaLoader, which has been passing a filenam...
2006-04-28 Jarkko Hietaniemi reduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Jarkko Hietaniemi Re: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-26 Marcus Holland-Moritz Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Andy Lester use NOOP macro
2006-04-24 Marcus Holland-Moritz A couple of casts to PADOFFSET.
2006-04-19 Nicholas Clark newCONSTSUB needs to be robust in case CopFILE is NULL.
2006-04-19 Nicholas Clark Avoid temporarily writing over the prototype when repor...
2006-04-19 Nicholas Clark Calling cv_undef() on the CV created by newCONSTSUB...
2006-04-17 Nicholas Clark Add assertions to cover cases where the Coverity scanne...
2006-04-16 Andy Lester op.c patch, 2nd version
2006-04-14 Nicholas Clark Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS()...
2006-04-12 Nicholas Clark Change cop_warnings from an SV holding the warnings...
2006-04-12 Nicholas Clark As OPs are shared between threads, they should be using
2006-04-11 Nicholas Clark First stab at using the pad to store the serialised...
2006-04-10 Jarkko Hietaniemi es: quiet some warnings (with a free AIX cpp insanity...
2006-04-03 Andy Lester SvREFCNT_inc tweaks
2006-04-02 SADAHIRO Tomoyuki Re: [perl #38293] chr(65535) should be allowed in regexes
2006-04-02 Nicholas Clark Abstract all reads/writes of the hints in COPs with...
2006-04-02 Nicholas Clark Abstract all the accesses to cop_arybase (apart from...
2006-04-01 Nicholas Clark Automatically set HINT_LOCALIZE_HH whenever %^H is...
2006-03-31 Nicholas Clark I can't spell.
2006-03-31 Nicholas Clark Serialise changes to %^H onto the current COP. Return...
2006-03-31 Andy Lester Random accumulated patches
2006-03-27 Nicholas Clark Merge the cut ...
2006-03-27 Nicholas Clark If constant folding fails, don't fold constants, rather...
2006-03-19 Andy Lester Cleanups in op.c
2006-03-14 Andy Lester looks_like_bool can be const
2006-03-11 Steve Peters Perl_newWHILEOP() had exactly the same lack of a NULL...
2006-03-11 Steve Peters Possible NULL pointer reference found by Coverity checks.
2006-03-11 Steve Peters Keep from using a variable in S_my_kid() before it...
2006-03-09 Marcus Holland-Moritz Fix a memory leak in ck_grep(), spotted by coverity:
2006-03-09 Nicholas Clark Tweaking the order of op creation/op free in Perl_ck_re...
2006-03-09 Nicholas Clark Unroll 27425 - keeping Larry's order in op.c means...
2006-03-09 Nicholas Clark Note the weakref.t failure that commenting out this...
2006-03-09 Nicholas Clark Bodge MAD code to get pack.t and ext/Encode/t/Encode...
2006-03-08 Nicholas Clark Make MAD at least compile and link once more. Although...
2006-03-08 Nicholas Clark The last MAD change to op.c changes the pad offsets...
2006-03-08 Nicholas Clark Almost all the MAD changes for op.c
2006-03-08 Nicholas Clark Change from Larry in the MAD code which seems to be...
2006-03-07 Rafael Garcia-Suarez This looks like a memory leak.
2006-03-07 Rafael Garcia-Suarez $[ = 2 should not warn.
2006-03-06 Paul Johnson Re: [PATCH] Removed a redundant o->op_type
2006-02-27 Andy Lester Removed a redundant o->op_type
2006-02-27 Andy Lester Speedups and shrinkages of SvREFCNT_inc
next