This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Porting/bisect-runner.pl: Generalize for EBCDIC
[perl5.git] / op.c
2015-08-01 Karl Williamsonop.c: Fix typo in comment
2015-08-01 Karl Williamsonperlapi: Use C<> instead of I<> for parameter names...
2015-07-13 Aaron CraneEliminate repetitious wording in perldiag
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-07-03 Jarkko HietaniemiSuperfluous null ptr test warnings by clang 3.7
2015-06-29 Father ChrysostomosRemove NEW_ from PERL_NEW_COPY_ON_WRITE
2015-06-29 Father ChrysostomosRemove PERL_OLD_COPY_ON_WRITE
2015-06-27 Jarkko Hietaniemiassert(cSVOPo) before derefing it.
2015-06-15 Martijn LievaartAvoid gcc warning "‘start’ may be used uninitialized...
2015-06-09 Matthew Horsfall[perl #125369] - Set correct flags for smartmatch in...
2015-05-08 David Mitchellallow undef as an arg to '&' prototype
2015-04-27 David Mitchellop_sibling_splice(): handle custom ops
2015-04-24 Karl Williamsonperlapi: Wrap long verbatim lines to 79 columns
2015-04-22 David MitchellRT #124207: assert failure in ck_stringify()
2015-04-19 David Mitchelladd Op(MORE|LAST|MAYBE)SIB_set; rm OpSIBLING_set
2015-04-19 David Mitchellop_parent(): only exist under -DPERL_OP_PARENT
2015-04-19 David Mitchellrpeep(): use op_sibling_splice()
2015-04-19 David Mitchellop_sibling_splice(): allow NULL parent arg
2015-04-19 David Mitchellrename op_lastsib to op_moresib, and invert logic
2015-04-19 David Mitchellop_sibling => op_sibparent under PERL_OP_PARENT
2015-04-19 David Mitchellskip some asserts on non-PERL_OP_PARENT builds
2015-04-09 David Mitchellkeep FOO read-only in 'FOO'->f()
2015-03-30 David Mitchellop.c: avoid direct op_sibling access
2015-03-27 Father Chrysostomos[perl #124153] Fix require(v5.6)
2015-03-27 Father Chrysostomos[perl #124099] Wrong CvOUTSIDE in find_lexical_cv
2015-03-26 Father Chrysostomos[perl #124160] Disable targlex for state var init
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-19 David Mitchellop.c: rename CHANGE_TYPE() to OpTYPE_set()
2015-03-18 Father Chrysostomos[perl #124004] Fix stack bug with foreach(@empty)
2015-03-11 David Mitchelldon't test non-null args
2015-03-05 Rafael Garcia-Suarezreadline should behave as <>, not <<>>
2015-03-05 David Mitchellsprinkle NOTREACHED and FALLTHROUGH
2015-03-05 David Mitchelldocument why S_maybe_multideref is Coverity-safe
2015-03-04 Jarkko HietaniemiConsistently use NOT_REACHED; /* NOTREACHED */
2015-03-01 Father Chrysostomosop.c apidoc typo
2015-03-01 Father Chrysostomos[perl #123821] Fix assert fail with \(&$0)=0
2015-03-01 Father Chrysostomos[perl #123817] Assert fail with attr in anon hash
2015-03-01 Father Chrysostomosop.c: Remove redundant op_lvalue call
2015-03-01 Father Chrysostomos[perl #123763] Clear target on my $_; split
2015-02-27 David Mitchellfix to "fix op leak caused by OP_MULTIDEREF"
2015-02-26 David Mitchellfix op leak caused by OP_MULTIDEREF
2015-02-16 Hugo van der Sanden[perl #123816] fix stat stacking
2015-02-10 David Mitchellremove invalid ASSUME from MULTIDEREF code
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
next