This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for cfc7ef1
[perl5.git] / op.c
2014-09-14 Jarkko Hietaniemishare_hek_hek "return value" is unused here.
2014-09-10 David MitchellAssert valid op_private bits in op_free()
2014-09-10 Father Chrysostomosop.c: ck_rvconst: Remove ‘double’ gv lookup
2014-09-09 Father ChrysostomosSkip warnable const folding outside warnings scope
2014-09-09 Father Chrysostomos[perl #122728] Make sub(){undef} inlinable
2014-09-09 Father ChrysostomosStop barewords from trumping subs with (*) proto
2014-09-08 Jarkko HietaniemiThe recent pad changes needed dVAR love.
2014-09-08 Father Chrysostomosop.c: Calculate hash for CvNAME_HEK
2014-09-08 Father ChrysostomosPrecompute hash for require() arg
2014-08-31 Father ChrysostomosStop prototype declaration from clobbering constants
2014-08-31 Father ChrysostomosStop anon sub compilation from clobbering __ANON__
2014-08-30 Father ChrysostomosStop turning off bit 1 in rv2cv private flags
2014-08-30 Father ChrysostomosAvoid vivifying stuff when looking up barewords
2014-08-28 Father Chrysostomosop.c:newPADOP: Allocate GV pad slots like constants
2014-08-28 Father Chrysostomosop.c:ck_rvconst: Allocate GV pad slots like constants
2014-08-25 Father ChrysostomosStop ck_rvconst from treating GV constants as strings
2014-08-25 Father ChrysostomosRemove compile-time checking of rv2?v with const kid
2014-08-25 Father ChrysostomosSet PL_expect less often when parsing semicolons
2014-08-22 Karl WilliamsonAdd and use macros for case-insensitive comparison
2014-08-14 Father ChrysostomosStop defined(aassign) from being an error
2014-08-10 Tony Cook[perl #122107] ensure that BEGIN blocks with errors...
2014-08-01 Aaron CraneFix bug in inlining some CORE::* subs
2014-07-25 Jarkko HietaniemiUnused dVARs found by g++ -DPERL_GLOBAL_STRUCT_PRIVATE.
2014-07-08 David Mitchellavoid adding two OP_HINTSEVAL ops
2014-07-08 David Mitchellminor fixups to new op_sibling work
2014-07-08 David MitchellImprove optree sanity checking code in finalize_op
2014-07-08 David Mitchelladd op_lastsib and -DPERL_OP_PARENT
2014-07-08 David MitchellEnsure that op_last always points to last sibling
2014-07-08 David Mitchelladd op_sibling_splice() fn and make core use it
2014-07-08 David Mitchellmacroise op_sibling in Perl_ck_fun()
2014-07-08 David Mitchellwrap op_sibling field access in OP_SIBLING* macros
2014-06-30 Peter MartiniCoverity 45351 - Refactor to skip a loop iteration
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-24 Jarkko HietaniemiUnused contexts found under PERL_GLOBAL_STRUCT.
2014-06-24 Daniel Draganfix multi-evals problems in pad name list api
2014-06-24 Daniel DraganPERL_UNUSED_CONTEXT -> remove interp context where...
2014-06-19 Jarkko HietaniemiSilence -Wunused-parameter my_perl under threads.
2014-06-19 Jarkko HietaniemiRevert "/* NOTREACHED */ belongs *before* the unreachable."
2014-06-19 Jarkko Hietaniemi/* NOTREACHED */ belongs *before* the unreachable.
2014-06-17 Jarkko HietaniemiClosing comments is hard.
2014-06-17 Jarkko HietaniemiDo not declare victory over d632a2c.
2014-06-17 Karl WilliamsonFatalize defined(@) and defined{%)
2014-06-16 Jarkko HietaniemiDisable and document xop_name gcc warning seen in HP-UX.
2014-06-16 Karl WilliamsonFatalize using hash|array as reference
2014-06-16 Karl Williamsonop.c: Fix typo in comment
2014-06-16 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-14 Jarkko HietaniemiRevert "Some low-hanging -Wunreachable-code fruits."
2014-06-14 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-06-12 Brian FraserSilence several -Wunused-parameter warnings about my_perl
2014-06-12 Brian FraserCast %p arguments to (void*)
2014-06-12 Brian FraserAdding missing SVfARG() invocations
2014-06-12 Karl WilliamsonAllow to compile if don't have LC_CTYPE etc defined
2014-06-05 Karl Williamsonperlapi: Refactor placements, headings of some functions
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-06-05 Karl Williamsonop.c: Use macro instead of its expansion
2014-06-04 Dagfinn Ilmari Man... Disallow omitting % and @ on hash and array names
2014-06-03 Jarkko Hietaniemi38d96942 missed a side-effect in PerlIO_open flags...
2014-05-30 Jarkko HietaniemiUnify the "fall-through" lint annotation.
2014-05-29 Jarkko HietaniemiInsert asserts to paths suspected by Coverity.
2014-05-29 Jarkko HietaniemiO_BINARY versus O_TEXT.
2014-05-28 Jarkko HietaniemiAnnotate intentional case fallthrough, or add breaks.
2014-05-12 Ævar Arnfjörð Bjar... Revert "[perl #79908] Stop sub inlining from breaking...
2014-03-16 David Mitchellelide "empty" ops at the head of op_next chains
2014-03-16 David Mitchellrpeep(): elide just-nulled ops
2014-03-16 David Mitchellrpeep(): remove trailing OP_NULLs etc
2014-03-16 David Mitchellcode following eval {} not always optimised
2014-03-16 David MitchellOP_SORT: store start of block in null->op_next
2014-03-16 David Mitchellrpeep(): OP_SORT with code block has OPf_SPECIAL
2014-02-28 David Mitchellmake OP_AELEMFAST work with negative indices
2014-02-27 David Mitchelldon't set SvPADTMP() on PADGV's
2014-02-27 Steffen MuellerRemove spurious assert
2014-02-26 Steffen MuellerList-OP removal: Fix compile fail on C90
2014-02-26 Steffen MuellerOptimization: Remove needless list/pushmark pairs from...
2014-02-26 Steffen MuellerMacro for common OP checks: "is this X or was it before...
2014-02-20 Tony Cook[perl #120939] at least fix the leak in const_av_xsub
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-02-20 Tony Cookbump to version 5.19.10 and fix the version number...
2014-02-10 Matthew HorsfallAdd some examples to cv_set_call_checker and wrap_op_ch...
2014-02-09 Father Chrysostomos[perl #120374] Stop for($h{k}||'') from vivifying
2014-02-02 Matthew Horsfall... Don't pull state vars into padrange ops
2014-01-30 Father Chrysostomosop.c: Consistent spaces after dots in apidocs
2014-01-30 Matthew HorsfallOptimisation for 'my $x; my $y;' -> 'my ($x, $y)'.
2014-01-29 Matthew Horsfall... Clarify op_free documentation
2014-01-29 Father Chrysostomosop.c: fix grammar in apidocs
2014-01-29 Daniel Dragandocument op_free and op_null
2014-01-20 Ricardo Signesbump version to 5.19.9!
2014-01-19 Father ChrysostomosUse ASSUME in op.c:newBINOP
2014-01-17 Father ChrysostomosPERL_DEBUG_READONLY_COW
2014-01-15 Ricardo Signesfix a typo in a comment
2014-01-14 Ricardo Signesrename aggref warnings to autoderef
2014-01-14 Father ChrysostomosMake key/push $scalar experimental
2014-01-12 Father ChrysostomosUse NOT_REACHED in one more place in op.c
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-26 Father ChrysostomosRevert "[perl #119801] Stop @DB::dbline modifications...
2013-12-24 Father Chrysostomosop.c: newLOOPOP: Remove code supporting do-sub
2013-12-23 Daniel Dragan[perl #115736] fix undocumented param from newATTRSUB_flags
2013-12-22 Father Chrysostomos[perl #119801] Stop @DB::dbline modifications from...
2013-12-20 AbigailBump version number from 5.19.7 to 5.19.8.
2013-12-15 Father Chrysostomos[perl #72406] Bad read with do{} until CONST
next