This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
merge perly.y and madlu.y
[perl5.git] / op.c
2006-12-01 Rafael Garcia-SuarezVerify that the debugger has an array where to store...
2006-11-23 Yves OrtonCleanup regexp flags and structure
2006-11-23 Rafael Garcia-SuarezMore safety in free()s
2006-11-20 Rafael Garcia-SuarezUnify the two warnings "Can't declare %s in %s", in...
2006-11-20 Jerry D. HeddenRe: thread free problem
2006-11-02 Rafael Garcia-SuarezThis volatile modifier is not on the referent, but...
2006-11-02 Gisle AasRe: $, and say
2006-10-30 Steve PetersVOL should be used instead of volatile in the core.
2006-10-25 Rafael Garcia-SuarezPlug a memory leak in newCONSTSUB
2006-10-19 Alexander Goughstab at UNITCHECK blocks
2006-10-19 Rafael Garcia-SuarezAllow the _ prototype character to be followed by optio...
2006-10-18 Rafael Garcia-SuarezThe _ character is only allowed to be at the end of...
2006-10-18 Rafael Garcia-SuarezImprovements and fixes to the _ prototype
2006-10-17 Rafael Garcia-SuarezFirst attempt at implementing the _ prototype
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-08 Rafael Garcia-SuarezUse %^H instead of $^H for the assertions pragma
2006-08-31 Nicholas ClarkChange the generation of {} and [] from 3 ops to 1...
2006-08-09 Steve PetersA couple const's and a cast to get Sun CC to compile...
2006-08-08 Jarkko Hietaniemig++ stage 1 reached
2006-08-07 Jarkko Hietaniemig++ large patch
2006-07-27 Steve HayClear up most of the VC6 compiler warnings in the follo...
2006-07-23 Rafael Garcia-SuarezAdd another volatile modifier to protect against longjm...
2006-07-13 Steve PetersClear up a few more warnings from blead.
2006-07-07 Rafael Garcia-SuarezFix the implementation of list assignment to state().
2006-07-06 Rafael Garcia-SuarezAdd a new warning, "State variable %s will be reinitial...
2006-07-05 Rafael Garcia-SuarezImplement handling of state variables in list assignment
2006-07-05 Rafael Garcia-SuarezFix a bug on setting OPpASSIGN_COMMON on a AASSIGN...
2006-07-02 Dave Mitchellremove some unnecessary uses of WITH_THR
2006-06-12 Andy LesterProper use of enums
2006-05-20 Nicholas ClarkAbolish cop_io (the simple way) by storing the value...
2006-05-20 Nicholas ClarkMove the hints from op_private into cop_hints. This...
2006-05-20 Nicholas ClarkRename cop_hints to cop_hints_hash
2006-05-20 Nicholas ClarkAbolish cop_arybase. Signal a non zero $[ with a hint...
2006-05-10 Dave Mitchelldisable WARN and DIE hooks during constant folding
2006-05-09 Nicholas ClarkChange 28145 means that Perl_allocmy() can take a const...
2006-05-09 Nicholas ClarkSimplify the non-printable name error reporting code...
2006-05-09 Rafael Garcia-SuarezFix another Coverity problem by adding an assert that...
2006-05-09 Rafael Garcia-SuarezFix a logic error in conditional found by Coverity
2006-05-09 Dave Mitchellallow exit during fold_constants
2006-05-03 Rafael Garcia-SuarezIntroduce a new keyword, state, for state variables.
2006-05-03 Andy LesterRemove an unnecessary goto
2006-05-02 Nicholas ClarkChange 28063 forgot 1 key line - acutally use the corre...
2006-05-02 Nicholas ClarkFix bug in DynaLoader, which has been passing a filenam...
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Jarkko HietaniemiRe: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Andy Lesteruse NOOP macro
2006-04-24 Marcus Holland-MoritzA couple of casts to PADOFFSET.
2006-04-19 Nicholas ClarknewCONSTSUB needs to be robust in case CopFILE is NULL.
2006-04-19 Nicholas ClarkAvoid temporarily writing over the prototype when repor...
2006-04-19 Nicholas ClarkCalling cv_undef() on the CV created by newCONSTSUB...
2006-04-17 Nicholas ClarkAdd assertions to cover cases where the Coverity scanne...
2006-04-16 Andy Lesterop.c patch, 2nd version
2006-04-14 Nicholas ClarkChange SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS()...
2006-04-12 Nicholas ClarkChange cop_warnings from an SV holding the warnings...
2006-04-12 Nicholas ClarkAs OPs are shared between threads, they should be using
2006-04-11 Nicholas ClarkFirst stab at using the pad to store the serialised...
2006-04-10 Jarkko Hietaniemies: quiet some warnings (with a free AIX cpp insanity...
2006-04-03 Andy LesterSvREFCNT_inc tweaks
2006-04-02 SADAHIRO TomoyukiRe: [perl #38293] chr(65535) should be allowed in regexes
2006-04-02 Nicholas ClarkAbstract all reads/writes of the hints in COPs with...
2006-04-02 Nicholas ClarkAbstract all the accesses to cop_arybase (apart from...
2006-04-01 Nicholas ClarkAutomatically set HINT_LOCALIZE_HH whenever %^H is...
2006-03-31 Nicholas ClarkI can't spell.
2006-03-31 Nicholas ClarkSerialise changes to %^H onto the current COP. Return...
2006-03-31 Andy LesterRandom accumulated patches
2006-03-27 Nicholas ClarkMerge the cut & paste code from Perl_call_sv/Perl_fold_...
2006-03-27 Nicholas ClarkIf constant folding fails, don't fold constants, rather...
2006-03-19 Andy LesterCleanups in op.c
2006-03-14 Andy Lesterlooks_like_bool can be const
2006-03-11 Steve PetersPerl_newWHILEOP() had exactly the same lack of a NULL...
2006-03-11 Steve PetersPossible NULL pointer reference found by Coverity checks.
2006-03-11 Steve PetersKeep from using a variable in S_my_kid() before it...
2006-03-09 Marcus Holland-MoritzFix a memory leak in ck_grep(), spotted by coverity:
2006-03-09 Nicholas ClarkTweaking the order of op creation/op free in Perl_ck_re...
2006-03-09 Nicholas ClarkUnroll 27425 - keeping Larry's order in op.c means...
2006-03-09 Nicholas ClarkNote the weakref.t failure that commenting out this...
2006-03-09 Nicholas ClarkBodge MAD code to get pack.t and ext/Encode/t/Encode...
2006-03-08 Nicholas ClarkMake MAD at least compile and link once more. Although...
2006-03-08 Nicholas ClarkThe last MAD change to op.c changes the pad offsets...
2006-03-08 Nicholas ClarkAlmost all the MAD changes for op.c
2006-03-08 Nicholas ClarkChange from Larry in the MAD code which seems to be...
2006-03-07 Rafael Garcia-SuarezThis looks like a memory leak.
2006-03-07 Rafael Garcia-Suarez$[ = 2 should not warn.
2006-03-06 Paul JohnsonRe: [PATCH] Removed a redundant o->op_type
2006-02-27 Andy LesterRemoved a redundant o->op_type
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-25 Nicholas ClarkAbstract the specific use of SvCUR in GVs for detecting...
2006-02-24 Andy Lesterunused context warnings
2006-02-23 Nicholas ClarkReplace direct flags tests & manipulations for SVpad_TY...
2006-02-20 Nicholas ClarkPVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
2006-02-20 Nicholas Clarkxcv_root and xcv_xsub can also be merged into a union...
2006-02-20 Nicholas ClarkAdd a new CvISXSUB() macro, for abstracting the test...
2006-02-14 Andy LesterSun Studio lint patches
2006-02-09 Nicholas ClarkChange 27136 seems to have inadvertently upset some...
2006-02-09 Andy LesterTrying my "remove the pTHXes" patch again
2006-02-07 Gisle AasAllow bareword file handle as argument to chdir().
2006-02-06 Andy LesterCleaning up shadowed variables
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-03 Steven Schubigers/Nullcv/NULL/g
next