This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: Skip PL_expect assignment under KEY_require
[perl5.git] / op.c
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
2013-12-15 Matthew HorsfallAlso optimise returning lists: 'return ($one, $two);'
2013-12-14 Father ChrysostomosFix ‘Can't declare null operation in "my"’
2013-12-14 Father Chrysostomosop.c: Factor out two identical yyerror calls
2013-12-13 Matthew HorsfallOptimise out PUSHMARK/RETURN if return is the last...
2013-11-30 Father Chrysostomosop.c: Turn on read-only flag for folded constants
2013-11-23 Nicholas ClarkNo need to wrap calls to Perl_load_module() in ENTER...
2013-11-23 Nicholas ClarkS_process_special_blocks() should use a new stack for...
2013-11-20 Chris 'BinGOs' Wil... Bump the perl version in various places for v5.19.7
2013-11-19 Tony CookS_already_defined no longer uses its gv parameter,...
2013-11-19 Matthew Horsfall... Optimise 'if ($a || $b)' and 'unless ($a && $b)' early...
2013-11-17 Father Chrysostomosop.c: diag_listed_as for Using !~ with %s
2013-11-16 Father ChrysostomosFix memory leak with recursive sub redefinition
2013-11-16 David MitchellRevert "make perl core quiet under -Wfloat-equal"
2013-11-14 Father ChrysostomosCompile-time checking for %$obj{"key"} under ‘use fields’
2013-11-13 David Mitchellsilence some compiler warnings
2013-11-12 Father ChrysostomosIn newATTRSUB, clear glob slot before lowering refcount.
2013-11-12 Father ChrysostomosIn newXS, clear glob slot before lowering refcount.
next