This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Typo fix in perlfork
[perl5.git] / op.c
2010-08-21 Ben MorrowRemove CALL_FPTR and CPERLscope.
2010-08-16 Zeframfix [perl #74118] $[ assignment not noisy enough
2010-08-15 Florian RagwitzRevert "Make the peep recurse via PL_peepp"
2010-08-02 H.Merijn BrandC89 doesn't allow static dynamic initialization of...
2010-07-25 Florian RagwitzMake the peep recurse via PL_peepp
2010-07-23 David Mitchell[perl #76478] silence compiler warning
2010-07-18 David Mitchelladd CvGV_set() macro and make CvGV() rvalue only
2010-07-18 David Mitchelladd CVf_CVGV_RC flag
2010-07-14 David Mitchellprotect CvGV weakref with backref
2010-07-14 David Mitchellprotect CvSTASH weakref with backrefs
2010-07-12 Ben MorrowDocument the blockhook functions and macros.
2010-07-12 Ben MorrowWrap PL_blockhooks in an API function.
2010-07-12 Ben MorrowGeneric hooks into Perl_block_{start,end}.
2010-06-07 Father Chrysostomosglob crashes when %File::Glob:: is empty
2010-05-30 Nicholas ClarkEliminate some newSV(0)s by merging the SV allocation...
2010-05-25 David Mitchelladd OPpDEREFed flag to avoid double mg_get()
2010-05-22 David CaldwellAdd s///r (non-destructive substitution).
2010-05-21 Nicholas ClarkRestore strict refs on stashes, removed by ce10b5d1ec5b...
2010-05-21 Nicholas ClarkReplace boolean use of HvFILL(hv) with HvTOTALKEYS...
2010-05-19 Vincent PitMerge branch 'vincent/rvalue_stmt_given' into blead
2010-05-03 Ruslan Zakirovshift; optimization
2010-04-13 Rafael Garcia-Suarezwhen(scalar) without argument should be a syntax error...
2010-04-02 Rafael Garcia-SuarezFor evals, op_targ carry hint flags, which are pretty...
2010-03-27 David Leadbeater[perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not...
2010-02-20 Marcus Holland-MoritzAdd some missing dVAR's
2010-01-12 Rafael Garcia-SuarezThe new lvalue warning should not be turned on by default
2010-01-10 Gerard GoossenRetain builtin attributes from pre-declaration. Fixes...
2010-01-10 Gerard GoossenIgnore a lvalue attribute after the subroutine has...
2010-01-03 Vincent PitMake given() statements return the last evaluated expre...
2009-12-20 Rafael Garcia-SuarezMake eval {} compile directly to OP_ENTERTRY
2009-12-14 Father Chrysostomos[perl #70171] 5.10.0 -> 5.10.1 Regression in fafafbaf70...
2009-12-08 Gerard Goossenproper error on "grep $x (1,2,3)". Solves [perl #37314]
2009-11-29 Rafael Garcia-SuarezMake split warn in void context
2009-11-21 Gerard GoossenForce OP_REQUIRE to scalar context at the end of ck_req...
2009-11-20 Rafael Garcia-SuarezMissing static storage class for some new static functions
2009-11-16 Gerard Goossenadd op class assertions to newXXXOP functions
2009-11-15 Nicholas ClarkMake the style of pad_add_name's flags consistent with...
2009-11-15 Nicholas ClarkConvert pad_check_dup() to static linkage, and call...
2009-11-13 Jerry D. HeddenFix compiler warning:
2009-11-12 Nicholas ClarkAs our $_; is forced into main::, it should warn as...
2009-11-11 Vincent PitMake diag.t skip the warning I just fixed
2009-11-10 Vincent PitFix misformed UVxf format in op.c
2009-11-10 Vincent PitOptimize reversing an array in-place
2009-11-10 Vincent PitFactor the "is this an in-place array operator construc...
2009-11-10 SisyphusAdd mingw64 support
2009-11-09 Nicholas ClarkAdd length and flags arguments to Perl_pad_add_name().
2009-11-09 Nicholas ClarkAdd length and flags arguments to Perl_pad_check_dup().
2009-11-09 Nicholas ClarkAdd length and flags arguments to Perl_allocmy().
2009-11-08 Nicholas ClarkTweak the GV downgrading of f7461760 to avoid free...
2009-11-08 Vincent PitSvREFCNT_inc already checks if the SV is non-NULL
2009-11-08 ZeframBareword sub lookups
2009-11-07 Nicholas ClarkAdd length and flags arguments to Perl_pad_findmy(...
2009-11-06 Gerard GoossenAdd a line directive to op.c and perl.c such that error...
2009-10-28 Rafael Garcia-Suarez$#array should be accepted as a lvalue sub return value.
2009-10-24 Nicholas ClarkMake defined %hash on a non-lexical (also) generate...
2009-10-22 Brad GilbertBare readdir in while loop now sets $_
2009-10-16 Nicholas ClarkEnable deprecation warnings by default.
2009-10-15 demerphqOptimise if (%foo) to be faster than if(keys %foo)
2009-10-13 Nicholas ClarkRemove category 'syntax' from 5 warnings that should...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2009-10-08 Rafael Garcia-SuarezDisable strictures while setting $VERSION in a "package...
2009-10-08 Rafael Garcia-SuarezMerge branch 'feature/package-name-version' into blead
2009-10-08 Rafael Garcia-SuarezSimplify code that sets $VERSION on the "package" line
2009-10-08 Rafael Garcia-SuarezProperly return a syntax error instead of segfaulting...
2009-10-06 David GoldenAdd 'package NAME VERSION' syntax
2009-09-28 Josh ben JoreFix when( scalar ... ) bug
2009-09-13 Bo Borgersonsplit: Remove implicit split to @_
2009-09-06 ZeframFix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTR...
2009-09-04 Bo BorgersonReduce #ifdefs in Perl_ck_shift
2009-08-30 Chip Salzenbergfinish more implementing -DB vs. -Dx
2009-08-26 Chip SalzenbergMerge branch 'blead' of ssh://perl5.git.perl.org/perl...
2009-08-26 Chip SalzenbergNew debugging flag -DB now dumps subroutine definitions,
2009-08-26 Rafael Garcia-SuarezUse less constness in MAD code
2009-08-22 Nicholas ClarkIn Perl_newATTRSUB(), refactor the calls to gv_fetch...
2009-08-22 Nicholas ClarkIn Perl_newATTRSUB(), we know the lengths, so can avoid...
2009-08-15 Jan DuboisExplain that the load_module() import list must be...
2009-08-07 Father Chrysostomos[perl #68108] : also fix if/else constant folding
2009-08-04 Vincent PitPromote blocks resulting from constant folding to first...
2009-07-25 Vincent PitIntroduce "delete local"
2009-07-11 David Mitchell[perl #61520] Segfault in debugger with tr// and UTF8
2009-07-08 Vincent PitAdd a pluggable hook in op_free()
2009-06-27 James MastrosAdd test to make sure everything that outputs an except...
2009-05-28 Alex VandiverFix [RT#66098] -- stricter checking on SvIVX exposed...
2009-05-13 Rafael Garcia-SuarezMerge branch 'smartmatch' into blead
2009-05-12 Rafael Garcia-SuarezRemove proposed (but unimplemented) $foo ~~ Range smart...
2009-05-11 Vincent PitAllow typed arrays and hashes
2009-05-05 Rafael Garcia-SuarezMerge branch 'blead' into smartmatch
2009-04-13 Nicholas ClarkGvUNIQUE* have been defined as 0 since 2005/06/30 ...
2009-04-09 Nicholas ClarkDon't SEGV while warning about redefining the format...
2009-04-07 Rafael Garcia-SuarezDeprecate assignment to $[
2009-03-29 Nicholas ClarkChange Perl_newCONSTSUB() so that a NULL sv generates...
2009-03-20 Vincent PitRevert the op.c part of 3049cdab to enable shared hask...
2009-03-13 Rafael Garcia-SuarezMake eval{} (entertry) trappable by Safe
2009-03-06 Rafael Garcia-SuarezMake the "..." flip-flop operator work in scalar contex...
2009-03-04 Rafael Garcia-SuarezMake // behave like || in when clauses
2009-01-21 Nicholas ClarkAdd get_cvs() as a shortcut for STR_WITH_LEN() and...
2009-01-21 Nicholas ClarkChange 54d012c665eb635f1e4fac1f1ec5aba1229ad9ca was...
2009-01-21 Nicholas ClarkChange 28063 should have removed the call to savepvn...
2008-11-26 Nicholas ClarkNote where (nearly) all the other private non-static...
next