This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
reinstate cpan/IO-Compress/Makefile.PL
[perl5.git] / t / op /
2014-12-01 Petr Písařt/op/taint.t: Perform SHA-256 algorithm by crypt()...
2014-11-30 Father Chrysostomos‘Subroutine (not var) "&x" will not stay shared’
2014-11-29 Father Chrysostomosscalar($#foo) needs to propagate lvalue context
2014-11-29 Father Chrysostomos[perl #123313] sub { f(); BEGIN{} } was void cx
2014-11-26 Father ChrysostomosMake coresub.t faster by eschewing B::Deparse
2014-11-24 Father ChrysostomosFix UTF8 lex sub names
2014-11-22 Father ChrysostomosProtect ${^E_NCODING} from abuse
2014-11-21 Dagfinn Ilmari Man... Deprecate setting ${^ENCODING}
2014-11-21 Father Chrysostomoslex_assign.t: Make store count test stricter
2014-11-18 Karl WilliamsonPATCH: [perl #123198] Memory leak in regex in 5.20.1
2014-11-18 Father Chrysostomossvleak.t: Add test for #123198
2014-11-17 Father ChrysostomosManually revert ‘Remove SvREADONLY_on from op.c:op_cons...
2014-11-17 Father ChrysostomosFix assert fail with my $x; sub() {$x}
2014-11-15 Jarkko HietaniemiThe miniperl skip in utf8cache.t was wrong.
2014-11-14 Father Chrysostomostie.t: Don’t skip base.pm test unconditionally
2014-11-14 Father ChrysostomosStop crypt($tied,...) from calling FETCH twice
2014-11-14 Father ChrysostomosTurn off UTF8 flag on crypt ret val
2014-11-13 Father ChrysostomosAccount for state vars when const-izing sub(){$x}
2014-11-13 Father ChrysostomosAccount for string eval when const-izing sub(){$x}
2014-11-13 Father ChrysostomosMake sub () { 0; 3 } inlinable once more
2014-11-13 Father ChrysostomosAllow sub():method{CONSTANT} to be inlined
2014-11-13 Father ChrysostomosHandle multiple closures in sub(){$x} const-izing
2014-11-13 Father Chrysostomosconst-optree.t: Correct comment
2014-11-13 Father ChrysostomosDon’t inline sub(){ 0; return $x }
2014-11-13 Father ChrysostomosDon’t inline sub(){ 0; return $x; ... }
2014-11-13 Father Chrysostomosconst-optree.t: More tests
2014-11-13 Father ChrysostomosDon’t inline sub(){my $x; state sub z {$x} $outer}
2014-11-13 Father ChrysostomosDon’t inline sub(){0; $x} if $x changes elsewhere
2014-11-13 Father ChrysostomosRestructure const-optree.t
2014-11-13 Father ChrysostomosDeprecate inlining sub(){$x} if $x is changed elsewhere
2014-11-13 Father ChrysostomosPut sub(){ ... } constant tests in a new file
2014-11-13 Father ChrysostomosDon’t attempt to inline my sub (){$outer_var}
2014-11-13 Father ChrysostomosPreserve :method in sub:method(){$outer_lex}
2014-11-13 Father ChrysostomosMake sub(){$outer_lexical} return a copy each time
2014-11-13 Father Chrysostomossub(){__SUB__} under -d, sub{eval"";__SUB__}
2014-11-13 Father Chrysostomoscurrent_sub.t: Test sub(){__SUB__}
2014-11-13 Father Chrysostomosrepeat.t: Correct comment
2014-11-12 Jarkko HietaniemiSpecial case exp(1) for ppc64-linux.
2014-11-12 Jarkko HietaniemiRevert "sisyphus thinks the test value is simply wrong...
2014-11-12 Father ChrysostomosTest reference to unavailable lexical variable
2014-11-11 Father ChrysostomosDon’t make temp copy for ()=...
2014-11-11 Lukas Mairename [] from "anonymous list" to "anonymous array"
2014-11-11 Father ChrysostomosMore lex_assign.t fix-ups
2014-11-11 Father Chrysostomoslex_assign.t fix-up
2014-11-11 Father ChrysostomosSuppress warning from lex_assign.t
2014-11-11 Father ChrysostomosDon’t call STORE twice on setpgrp target
2014-11-11 Father ChrysostomosCall STORE on lexical $tied = vec/chr
2014-11-11 Father ChrysostomosDon’t allow OPpTARGET_MY with integer negation
2014-11-11 Father Chrysostomoslex_assign.t: Add comment explaining this file
2014-11-11 Father Chrysostomoslex_assign.t: Don’t skip all failing tests
2014-11-10 Father ChrysostomosFix $lex = chomp $lex regression from 5.12
2014-11-10 Tony Cook[perl #121337] fix issues with op/utf8cache.t
2014-11-09 Father ChrysostomosDon’t allow OPpTARGET_MY on postdec/inc
2014-11-09 Father Chrysostomosvalues and each are OA_DANGEROUS
2014-11-09 Father Chrysostomossmartkve.t doesn’t need to disable dep warnings
2014-11-09 Father Chrysostomostied is OA_DANGEROUS
2014-11-08 Father ChrysostomosMake pp_postinc call set-magic on its target
2014-11-08 Father ChrysostomosFix $lex = $ref++ under use integer
2014-11-08 Jarkko HietaniemiWrong (non-existent) Config var name.
2014-11-08 Jarkko HietaniemiFix one test message, add two tests.
2014-11-08 Jarkko Hietaniemiundef the temp variables between tests.
2014-11-06 Father Chrysostomos[perl #121827] Fix repeat stack bugs
2014-11-05 Jarkko Hietaniemipack 'D' only if nvsize > doublesize.
2014-11-05 Father ChrysostomosPropagate lvalue context to lhs of (...)x...
2014-11-04 Karl WilliamsonAdd 'locale' warning category
2014-11-03 Father Chrysostomos[perl #57512] Warnings for implicitly closed handles
2014-11-02 Jarkko HietaniemiIn tests, 'use strict' etc after the @INC manipulation.
2014-11-02 Karl Williamsonop/index.t: Fix tests for EBCDIC
2014-10-29 Father Chrysostomos[perl #122782] map{no strict;...} etc.
2014-10-29 Father Chrysostomos[perl #122829] Flip-flop under recursion
2014-10-29 Father Chrysostomossplit.t: More tests for perl #123057
2014-10-28 Lukas Maitest line numbers in arity errors
2014-10-27 Father Chrysostomos[perl #123057] Allow split-to-array in lvalue context
2014-10-27 James E KeenanTest file fails to compile.
2014-10-26 David Mitchellrename t/op/opt.t -> t/perf/optree.t
2014-10-25 Father ChrysostomosAllow list assignment to list repetition
2014-10-23 Father Chrysostomos[perl #122695] Fix line number for else{foo}
2014-10-23 Father Chrysostomosrepeat.t: Remove to-do test for 20010809.028
2014-10-22 Father Chrysostomosstate.t: Improve test for #123029
2014-10-21 Jarkko Hietaniemisisyphus thinks the test value is simply wrong here.
2014-10-21 Aaron Crane[perl #123029]: add regression test
2014-10-20 Jarkko HietaniemiFix misparse of "Ind" as NaN (long story...) [perl...
2014-10-20 Father ChrysostomosMake null list+pushmark happen in more cases
2014-10-20 Father ChrysostomosCall string overloading once in join($ov,...)
2014-10-20 Father Chrysostomossignatures.t: To-do tests for #123010
2014-10-19 Father ChrysostomosSkip over state declarations at run time
2014-10-19 Father ChrysostomosCommon vars check should account for OPpTARGET_MY
2014-10-18 Father ChrysostomosRename lvalue references
2014-10-17 Father Chrysostomos[perl #122995] Hang with while(1) in a sub-list
2014-10-16 Father ChrysostomosImprove void varop optimisation
2014-10-15 Father ChrysostomosSimplify double-nextstate optimisation
2014-10-13 Father Chrysostomosaelemfast_lex in aassign_common_vars_aliases_only
2014-10-13 Father ChrysostomosHandle aelemfast_lex in S_aassign_common_vars
2014-10-13 Father Chrysostomos[perl #122965] aelemfast in list assignment
2014-10-12 Father ChrysostomosOptimise "@_" to a single join
2014-10-12 Father Chrysostomosopt.t: Test split-to-array optimisation
2014-10-12 Father ChrysostomosTest that my($self)=@_ uses no-common-vars optimisation
2014-10-12 Father ChrysostomosFold join to const or stringify where possible
2014-10-12 Father ChrysostomosFix ()=@a=split
2014-10-11 Jarkko Hietaniemiinfnan: test overflows and underflows.
next