This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Skip over state declarations at run time
[perl5.git] / t / op /
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.
2014-10-11 Father ChrysostomosExtend lex alias detection to foreach, too
2014-10-11 Father ChrysostomosSkip no-common-vars optimisation for lex aliases
2014-10-11 Father ChrysostomosMake split temporarily refcnt its argument
2014-10-11 Father Chrysostomoslvref.t: Remove special TODO code
2014-10-11 Father ChrysostomosStore internal state of state vars separately
2014-10-11 Father Chrysostomoslvref.t: More list and cond tests
2014-10-11 Father Chrysostomoslvref.t: Remove temporary eval & skip
2014-10-11 Father Chrysostomoslvref.t: Fix hash elem tests
2014-10-11 Father ChrysostomosHandle state vars correctly in ref assignment
2014-10-11 Father Chrysostomoslvref.t: Tests for \my assignment and scope exit
2014-10-11 Father ChrysostomosRework lvref.t foreach tests
2014-10-11 Father ChrysostomosFix err message for $cond ? \bad : ... = ...
2014-10-11 Father ChrysostomosSubroutine reference assignment
2014-10-11 Father Chrysostomoslvref.t: Repeat bad ref tests with list assignment
2014-10-11 Father Chrysostomoslvref.t: do-block err msg is no longer to-do
2014-10-11 Father ChrysostomosMake \( ?: ) assignment work
2014-10-11 Father Chrysostomoslvref.t: Remove unnecessary evals
2014-10-11 Father ChrysostomosGet basic $cond ? \$a : \$b = ... working
2014-10-11 Father ChrysostomosAssignment to \(@array)
2014-10-11 Father ChrysostomosList assignment to array and hash refs
2014-10-11 Father ChrysostomosAssignment to \local @array and \local %hash
2014-10-11 Father Chrysostomoslvref.t: Tests for localised arrays and hashes
2014-10-11 Father Chrysostomoslvref.t: Test assigning non-array to array
2014-10-11 Father ChrysostomosSimple \@array and \%hash assignment
2014-10-11 Father Chrysostomoslvref.t: To-do tests for hashes
2014-10-11 Father Chrysostomoslvref.t: To-do tests for array ref assignment
2014-10-11 Father ChrysostomosAssignment to hash element refs
2014-10-11 Father Chrysostomos\local $a[$ix] assignment
2014-10-11 Father Chrysostomos\@array[@slice] assignment
2014-10-11 Father ChrysostomosAssignment to array elem refs
2014-10-11 Father Chrysostomos\local $scalar assignment
2014-10-11 Father ChrysostomosMake \($x,$y) assignment work
2014-10-11 Father ChrysostomosList assignment to lexical scalar refs
2014-10-11 Father ChrysostomosFix assertion failure with ... ? \$a : \$b = ...
2014-10-11 Father ChrysostomosUse ‘Can’t modify reference to...’ for refassign, too
2014-10-11 Father Chrysostomoslvref.t: Test ‘Can't modify reference to...’
2014-10-11 Father ChrysostomosList assignment to package scalar ref
2014-10-11 Father Chrysostomoslvref.t: More parenthesized scalar ref tests
2014-10-11 Father Chrysostomoslvref.t: Some assignments with mixed lhs
2014-10-11 Father ChrysostomosImplement \my $x = ...
2014-10-11 Father Chrysostomoslvref.t: Test \$foo = \*bar
2014-10-11 Father Chrysostomoslvref.t: To-do tests for foreach \
2014-10-11 Father Chrysostomoslvret.t: To-do tests for \local $scalar=
2014-10-11 Father ChrysostomosWhen making lex alias, don’t free old var too soon
2014-10-11 Father Chrysostomoslvref.t: To-do test for PADSTALE handling
2014-10-11 Father ChrysostomosSimple package scalar lvalue refs
2014-10-11 Father Chrysostomoslvref.t: Tests for error massages
2014-10-11 Father Chrysostomoslvref.t: Remove to-do and eval from passing test
2014-10-11 Father Chrysostomoslvref.t: To-do tests for closures
2014-10-11 Father ChrysostomosTo-do tests for scalar lvalue refs
2014-10-09 Petr Písařt/op/crypt.t: Perform SHA-256 algorithm if default...
2014-10-08 Jarkko HietaniemiTest preamble: explicit @INC, instead of unshift.
2014-10-08 Jarkko HietaniemiTest preamble: if requiring ./test.pl, needs chdir.
2014-10-08 Jarkko HietaniemiTest preamble: unify to dot slash test dot pl
2014-10-08 Jarkko HietaniemiTest preamble: unify chdir 't' if -d 't';
2014-10-08 Father Chrysostomosattrs.t: Test that attr handlers can see prototypes
2014-10-06 Jarkko HietaniemiThe double-double mantissa precision ... it's complicated.
2014-10-02 Father ChrysostomosMake list assignment respect foreach aliasing
2014-10-01 Rafael Garcia-SuarezAdd tests for overriding <> versus rcatline
2014-09-28 Vincent PitProperly set the phase for END blocks run at the end...
2014-09-28 Father ChrysostomosFix FETCH count for sprintf "...", $tied
2014-09-28 Father ChrysostomosFix double FETCH with pack "w"
2014-09-27 Father Chrysostomos[perl #12285] Fix str vs num inf/nan treatment
2014-09-26 Father Chrysostomos[perl #122845] Crash in recursion with ‘our’ vars
2014-09-24 Jarkko Hietaniemiinfnan: more math tests, and make int(infnan) return...
2014-09-23 Jarkko HietaniemiMake pack-as-int/sprintf-%c-ing/chr-ring inf/nan fatal.
2014-09-23 Father ChrysostomosStop flip from returning the same scalar each time
2014-09-21 Jarkko HietaniemiNegation of "-e1" no more todo.
2014-09-20 Craig A. BerryThe number to skip is the second argument to skip().
2014-09-20 Father Chrysostomosnegate.t: To-do tests for -"-e1"
2014-09-20 Father ChrysostomosFix read-only flag checks in lvalue sub exit
2014-09-20 Father ChrysostomosRevert "Revert "infnan: more tests.""
2014-09-20 Jarkko HietaniemiRevert "infnan: more tests."
2014-09-19 Jarkko Hietaniemiquadmath: add test actually exercising this fancy preci...
2014-09-19 Jarkko Hietaniemiquadmath strtoflt128 accepts false infinities.
2014-09-19 Jarkko Hietaniemiinfnan: more tests.
2014-09-19 Father ChrysostomosSkip no-common-vars optimisation for aliases
2014-09-18 Jarkko HietaniemiMake certain we have the top-level "lib" in @INC.
2014-09-17 Yves OrtonPerl RT #122761 - split /\A/ should not behave like...
2014-09-16 Jarkko HietaniemiDo not test inf/nan if utterly broken.
2014-09-16 Father ChrysostomosFix $DB::sub in DB::goto for lexical subs
2014-09-16 Father ChrysostomosMake sort bareword respect lexical subs
2014-09-16 Father ChrysostomosMake ‘No comma allowed’ respect lex subs
2014-09-16 Father Chrysostomoslexsub.t: To-do tests for sort lex_sub
2014-09-16 Father ChrysostomosExclude lex sub package name from (caller $n)[3]
next