This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Socket version bump
[perl5.git] / op.c
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
2015-09-20 Father Chrysostomos[perl #126064] Apply scalar context to stat args
2015-09-04 Karl WilliamsonChange to use UVCHR_SKIP over UNI_SKIP
2015-09-04 Karl Williamsonperlapi: Add some S<>
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-09-04 Karl Williamsonperlapi, perlintern: Add L<> links to pod
2015-09-02 David Mitchellpp_aassign(): fix ($x,$y) = (undef, $x)
2015-08-19 David Mitchellck_refassign: selectively copy OPpPAD_INTRO/STATE
2015-08-17 David MitchellOptimise 1 arg in list assign
2015-08-17 David Mitchellmake my (...) = @_ non-OPpASSIGN_COMMON_RC1
2015-08-17 David Mitchellre-implement OPpASSIGN_COMMON mechanism
2015-08-12 Daniel Dragandont create *{"_<$filename"} globs for perl lang debugg...
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 $_
next