This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
netbsd-vax: no infinity
[perl5.git] / op.c
2016-10-22 Lukas Maiop.c: silence compiler warning in fold_constants()
2016-10-19 Yves Ortonop.c: use new SvPVCLEAR and constant string friendly...
2016-10-18 Karl Williamsonop.c: Fix EBCDIC-only bug
2016-10-17 Tony Cook(perl #128996) prevent PL_op pointing to freed ops
2016-10-12 Lukas Maiop.c: fix what looks like typos in comments
2016-10-04 David MitchellPerl_newASSIGNOP: fix on g++ builds
2016-10-04 David Mitchellfix common assign issue on @a = (split(), 1)
2016-10-04 David MitchellBetter optimise my/local @a = split()
2016-10-04 David Mitchellre-indent block in Perl_newASSIGNOP
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
2016-09-29 David MitchellOP_SASSIGN: make op_first==op_last for UNOP
2016-09-29 Reini Urbansassign was used as UNOP, optimize {or,and,dor}assign
2016-09-29 Reini Urbansassign is wrongly declared as BASEOP, not BINOP.
2016-09-28 David MitchellOP_MULTIDEREF: ignore customised delete/exists
2016-09-26 David Mitchellmake PADOFFSET be SSizet_t
2016-09-26 David Mitchellfix builds under USE_PAD_RESET
2016-09-10 Father Chrysostomos[perl #129090] Crash with sub c{sub c}
2016-09-10 Father Chrysostomosop.c: Avoid string cmp when unnecessary
2016-09-05 Father Chrysostomos[perl #47047] Fix erroneous AUTOLOAD warning
2016-09-05 Father ChrysostomosStop setting OPf_REF on OP_ENTERSUB
2016-09-05 David MitchellnewATTRSUB_x(): document what the cv var is for
2016-09-05 David Mitchellmake S_already_defined() in op.c return void
2016-09-05 David Mitchellreindent and reformat newMYSUB and newATTRSUB_x
2016-09-05 David MitchellnewMYSUB/Perl_newATTRSUB_x remove a goto
2016-09-05 David Mitchellavoid using freed ops on BEGIN :attr {}
2016-09-05 David Mitchellassert op not freed in finalize_op() and rpeep()
2016-08-28 Father Chrysostomos[perl #125679] Don’t make lvref ops on error
2016-08-17 Jarkko HietaniemiCoverity CID #152143: annotate switch fallthru.
2016-08-03 David Mitchellpeephole optimise op_other branch in OP_ARGDEFELEM
2016-08-03 David MitchellOP_MULTIDEREF: remove ghost entry in op_aux list
2016-08-03 David Mitchelladd OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops
2016-08-03 David Mitchellmake op.c:S_alloc_LOGOP() non-static
2016-08-03 David Mitchellsub signatures: use parser rather than lexer
2016-07-29 Father ChrysostomosNew bug numbers in *.[ch]
2016-07-17 Father ChrysostomosClearer declared_refs warning msg
2016-07-17 Father ChrysostomosMake my\ experimental
2016-07-17 Father ChrysostomosAllow my \$a
2016-07-13 David Mitchellop.c: explain op_next generation better
2016-07-04 Father Chrysostomos[perl #128532] Crash vivifying stub in deleted pkg
2016-07-01 David Mitchellop_lvalue_flags(): silence compiler warning
2016-06-27 David MitchellS_lvref() OP_[AH]SLICE => OP_LVREFSLICE flag issue
2016-06-12 Father Chrysostomos[perl #128260] Fix \substr %h
2016-06-11 Father Chrysostomos[perl #128260] Fix lvalue cx for substr and vec
2016-06-11 Father Chrysostomosop.c: Factor out common code for potential lv cx
2016-06-11 Father ChrysostomosMake lv keys distinguish scalar/list cx properly
2016-06-07 Dan Collins[perl #127333] add warning for until(assignment)
2016-06-03 Father ChrysostomosDon’t use yyerror for each($scalar) experiment err
2016-05-29 Father Chrysostomosop.c:S_my_kid: Remove obsolete comment
2016-05-21 Father Chrysostomos[perl #128204] Fix crash with @a &.= etc.
2016-05-21 Father ChrysostomosAllow assignment to &CORE::keys()
2016-05-21 Father ChrysostomosAllow &CORE::foo() with hash functions
2016-05-20 Father Chrysostomos[perl #128187] Forbid keys @_ in assigned lv sub
2016-05-17 Father Chrysostomos[perl #127976] Restore ‘or array’ to each($s) err
2016-05-17 Father Chrysostomos[perl #127976] Use yyerror for each $scalar error
2016-05-16 Jarkko HietaniemiCoverity sees a path where a NULL op might be dereferenced.
2016-05-15 Father Chrysostomosop.c: Remove special cases for array funcs
2016-05-15 Aaron CraneMake barewords constant-foldable
2016-05-15 Aaron CraneS_fold_constants(): refactor foldability detection
2016-05-15 Aaron Crane[perl #127952] misoptimization for negated constant...
2016-05-15 Aaron Craneop.c: add some explanatory comments to S_new_logop()
2016-05-15 Aaron CraneDelete dead null-pointer check in op.c
2016-05-14 Aaron CraneFix misleading indentation in op.c
2016-05-10 David Mitchellmake 'require ::Foo::Bar' die
2016-05-10 Nicholas ClarkValidate the 'require Bare::Word' pathname.
2016-05-10 Nicholas ClarkTreat require ::foo::bar; the same as foo::bar;
2016-04-19 Aaron CraneAvoid passing non-literal to format function
2016-04-07 Tony Cook(perl #126162) improve stat @array handling
2016-04-07 Dan Collins(perl #126162) warn if stat() is called on an array
2016-03-28 David MitchellRT #127786: assertion failure with eval in DB pkg.
2016-03-12 Lukas Maiop.c: cosmetic comment changes
2016-03-04 David Mitchellrpeep(): eliminate compiler warning
2016-02-07 Jarkko Hietaniemiassert(PL_parser)
2016-02-03 David Mitchellconvert CX_PUSH/POP/TOPBLOCK to inline fns
2016-02-03 David MitchellPUSHEVAL: make retop a parameter
2016-02-03 David Mitchellrename POPFOO() to CX_POPFOO()
2016-02-03 David Mitchelladd CX_CUR() macro
2016-02-03 David Mitchellcall_sv(), fold_const(): different CX pop test
2016-02-01 Lukas Maiop.c: update comment about compiler warnings
2016-01-30 Jarkko HietaniemiAdd STATICs to S_ functions.
2016-01-17 Dagfinn Ilmari Man... Enforce strict 'subs' in multideref optimisation
2016-01-10 Dave Mitchell[perl #126633] check children of OA_DANGEROUS ops for...
2016-01-03 Aaron CraneRemove unwarranted assertion in Perl_newATTRSUB_x()
2015-12-09 David Mitchellrpeep() assert oldoldop -> oldop -> o form a chain
2015-12-09 David Mitchellrpeep: maintain chain when handling for(reverse..)
2015-12-09 David Mitchellrpeep: maintain chain when del extra nextstates
2015-12-09 David Mitchellstop the eliding of void $pkg_var from assert fail
2015-12-02 David Mitchellrpeep(): silence compiler warning
2015-11-25 David MitchellPerl_newATTRSUB_x: cast a bool arg
2015-11-23 Jarkko Hietaniemiannotate the acquire/release of PL_op_mutex
2015-11-23 David Mitchellassertion failure on foo(my $x : bar)
2015-11-20 Lukas Mai[perl #124280] don't warn for 'my $foo, *bar'
2015-11-20 Karl Williamsonop.c: Fix typo in comment
2015-11-19 David Mitchellop_free(): don't assert op_private ok when erred
2015-10-12 Dagfinn Ilmari Man... Include the name of the non-lvalue sub in error message
2015-10-09 Jarkko HietaniemiTrailing comma is non-standard.
2015-10-02 David Mitchellgiven(): remove support for lexical $_
2015-09-29 Father Chrysostomosop.c: Stop searching for lexical $_
2015-09-29 Father ChrysostomosRemove experimental::lexical_topic warnings category
2015-09-29 Father ChrysostomosDisable lexical $_
2015-09-20 Father Chrysostomosop.c: ck_match does not use its context
next