This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[Merge] [perl #123466] New experimental bitops
[perl5.git] / op.c
2015-02-01 Father ChrysostomosWarning about experimental bitops
2015-02-01 Father ChrysostomosParse and compile string- and num-specific bitops
2015-01-25 Ævar Arnfjörð Bjar... Revert the support for new warning categories outside...
2015-01-25 Father Chrysostomos[perl #123652] eval {label:} crash
2015-01-23 Leon Timmermans[perl #123619] Only make stringy classnames shared
2015-01-21 David Mitchellavoid C labels in column 0
2015-01-20 Father ChrysostomosAdd :const anon sub attribute
2015-01-17 David Mitchellavoid $a["foo" eq $x ? 0 : 1] warning
2015-01-12 Daniel Draganrefactor op.c S_bad_type_*v
2015-01-09 Father ChrysostomosSimplify s/// and tr/// parsing logic
2015-01-08 Father Chrysostomos[perl #123452] Fix crash with s/${<>{})//
2015-01-07 Father Chrysostomosop.c: Remove dVAR from ck_grep
2015-01-07 Father Chrysostomosop.c: Remove dVAR from newRANGE
2015-01-07 Father Chrysostomosop.c: Remove dVAR from pmruntime
2015-01-07 Father Chrysostomosop.c: S_maybe_targlex needs no dVAR
2014-12-29 Ævar Arnfjörð Bjar... Add support for new warning categories outside of ...
2014-12-29 Father Chrysostomos[perl #123514] Make prototype() imply $_
2014-12-28 Father Chrysostomosop.c: Remove assert exception for OP_REPEAT
2014-12-23 Father Chrysostomosop.c: Another instance of STATIC_ASSERT_STMT
2014-12-22 Father ChrysostomosIgnore cx of padsv for padrange optimisation
2014-12-21 Father Chrysostomosop.c: Use ASSUME in multideref code
2014-12-21 Father Chrysostomosop.c: Skip allocating entersub targ for Perl sub
2014-12-20 Father ChrysostomosSkip multideref for PL_check[OP_HELEM] tinkering
2014-12-20 Father ChrysostomosAllow multideref for $x[CONST->$*]
2014-12-20 Father ChrysostomosAllow multideref for $x[($pkg)]
2014-12-20 Father ChrysostomosFix assertion failure with $x[CONST->[0]]
2014-12-20 Father ChrysostomosFix assertion failure with $x[($_)]
2014-12-20 Father ChrysostomosAllow multideref for $x[($lex)]
2014-12-19 David Mitchellop.c: better casting fix
2014-12-19 David Mitchellfix a couple of win32 op.c warnings
2014-12-16 Father Chrysostomos[perl #123020] Scalar cx for lhs of void (...)x...
2014-12-14 Father Chrysostomosop.c: Correct comment about OPf_SPECIAL & parens
2014-12-13 Father ChrysostomosAllow OPf_SPECIAL on OP_GV
2014-12-13 Father ChrysostomosFix garbage output from ‘my $é’
2014-12-10 David Mitchellfix spurious 'Use of reference' warning
2014-12-10 Father ChrysostomosAllow multideref with ($a[0])->[0]
2014-12-10 Father ChrysostomosFix assertion failure with our @a->{0}
2014-12-10 Father ChrysostomosFix up OUTSIDE pointers for saved BEGIN blocks
2014-12-10 Jarkko HietaniemiPossibly uninitialized.
2014-12-09 Father ChrysostomosExtend read-only ops to most special blocks
2014-12-09 Father Chrysostomosop.c: Temporary fix for bad read
2014-12-09 Father ChrysostomosFix OUTSIDE for named subs inside predeclared subs
2014-12-09 Father ChrysostomosFix assertion failure with ($_[0])->{$_}
2014-12-08 Jarkko HietaniemiMissing semicolon in e6dae479.
2014-12-08 Father ChrysostomosChange OP_SIBLING to OpSIBLING
2014-12-08 Father Chrysostomos[perl #94484] Custom ops trip assertions in new*OP
2014-12-08 Father ChrysostomosApply scalar context to state var init
2014-12-07 Father ChrysostomosApply scalar cx to logops if OA_RETSCALAR
2014-12-07 Father Chrysostomosop.c: Use scalar cx, not OA_RETSCALAR, for optimisations
2014-12-07 Father ChrysostomosGive require the OA_RETSCALAR flag
2014-12-07 Father Chrysostomosop.c:newPMOP: Apply scalar cx if OA_RETSCALAR
2014-12-07 Father Chrysostomosop.c:newMETHOP: Remove fold_constants, etc.
2014-12-07 Father Chrysostomosop.c:newMETHOP: Remove op_next check
2014-12-07 Father Chrysostomosop.c:newUNOP_AUX: Rmv fold_constants/op_integerize
2014-12-07 Father Chrysostomosop.c:newUNOP_AUX: Remove op_next check
2014-12-07 Father Chrysostomosop.c: Typo in docs for op_convert_list
2014-12-07 Father Chrysostomosop.c: Clarify newLISTOP docs
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 David Mitchelladd UNOP_AUX OP class
2014-12-07 David MitchellPerl_op_sibling_splice(): update OPf_KIDS
2014-12-07 David Mitchelladd S_op_clear_gv() to op.c
2014-12-07 David Mitchellcreate S_check_hash_fields() function
2014-12-06 Father ChrysostomosDeparse formats in the right spot
2014-12-06 Father Chrysostomosop.c: use GV_NOTQUAL in newATTRSUB_x
2014-12-05 Father Chrysostomosop.c:fold_constants: Remove OP_RV2GV/newGVOP
2014-12-05 Father Chrysostomosop.c:fold_constants: Simplify OP_STRINGIFY logic
2014-12-05 Father ChrysostomosReturn fresh scalar from join(const,const)
2014-12-03 syberSpeed up method calls like $o->Other::method() and...
2014-12-01 Father Chrysostomosop.c: Fix compiler warning
2014-12-01 Father ChrysostomosFix assertion failure with qr/\Q(?{})/
2014-11-30 Father Chrysostomos[perl #123223] Make PADNAME a separate type
2014-11-30 Father ChrysostomosUse PadnameSV in op.c:newMYSUB
2014-11-30 Father ChrysostomosUse PNf rather than SVf in op.c:op_lvalue_flags
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in op.c:finalize_op
2014-11-30 Father ChrysostomosMake pad names always UTF8
2014-11-30 Father ChrysostomosMake PADNAMELIST a separate type
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in the source
2014-11-30 Father ChrysostomosFix qr/@array(?{block})/
2014-11-29 Father Chrysostomosscalar($#foo) needs to propagate lvalue context
2014-11-29 Lukas Maidefine and use STATIC_ASSERT_STMT for compile-time...
2014-11-29 Lukas Maimake more use of NOT_REACHED
2014-11-29 Father Chrysostomos[perl #123313] sub { f(); BEGIN{} } was void cx
2014-11-29 Father Chrysostomosop.c: Fix linux g++ compilation
2014-11-29 syberspeedup for SUPER::method() calls.
2014-11-29 Father ChrysostomosFix newFOROP with PERL_OP_PARENT and no slab
2014-11-25 Father Chrysostomos[perl #77860] \& proto should disallow sub calls
2014-11-25 Father Chrysostomos[perl #47363] \@ proto and parenthesised arrays
2014-11-25 Father ChrysostomosAllow \(&sub) for & proto
2014-11-25 syberRemove op_const_class; just use the name on the stack
2014-11-24 Father ChrysostomosFix UTF8 lex sub names
2014-11-24 syberop_class_sv removed for threaded perls op_class_targ...
2014-11-24 syberThis commit speeds up class method calls when class...
2014-11-24 Father Chrysostomos[perl #123062] & proto: only sub{} and \&sub
2014-11-21 Father Chrysostomos[perl #77452] Deparse { ...; BEGIN{} } correctly
2014-11-18 Tony Cookfix PERL_OP_PARENT builds
2014-11-16 Father Chrysostomosop.c: cmmoent typo
2014-11-16 Father Chrysostomosop.c: Correct comment added by c427f4d2d
2014-11-15 Father ChrysostomosPut PL_cop_seqmax++ code in one spot
2014-11-13 Father ChrysostomosAccount for state vars when const-izing sub(){$x}
2014-11-13 Father ChrysostomosAccount for string eval when const-izing sub(){$x}
next