This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Use chr() instead of pack()
[perl5.git] / t /
2014-10-20 Jarkko HietaniemiFix misparse of "Ind" as NaN (long story...) [perl...
2014-10-20 Aaron CraneFix stack-management bug when semctl encounters errors
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 Chrysostomosre_tests: More tests for #122890
2014-10-20 Jarkko HietaniemiDocument not to use test.pl here.
2014-10-20 Yves Ortont/re/re_tests: Add test for perl #122890
2014-10-20 Yves Ortont/re/re_tests: put comment in correct column
2014-10-20 Yves OrtonAdd test names to t/re/regexp.t and friends
2014-10-20 Father Chrysostomossignatures.t: To-do tests for #123010
2014-10-19 Father ChrysostomosFix crash with ‘join,’ caused by 987c96916
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-16 Father Chrysostomospodcheck.t: Make pod name check less sensitive
2014-10-16 Jarkko Hietaniemirt122747.t needs Unicode tables.
2014-10-16 Jarkko Hietaniemieintr.t needs Fcntl.
2014-10-15 Father ChrysostomosSimplify double-nextstate optimisation
2014-10-15 Lukas Maitreat fatal warnings after syntax errors as syntax...
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 Dagfinn Ilmari Man... Add support for Linux pipe buffer size fcntl commands
2014-10-12 Father ChrysostomosTest croaks inadvertently rmvd by bd2688c4c
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 Chrysostomosop.c: Apply spair optimisation to \% \@ \&
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-09 Tony Cook[perl #122445] use magic on $DB::single etc to avoid...
2014-10-09 Tony Cook[perl #122445] test for overload assigned to $DB::single
2014-10-08 Jarkko HietaniemiSpecial test preambles needed for these.
2014-10-08 Jarkko Hietaniemipod_rules.t needs special preamble.
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-07 Ævar Arnfjörð Bjar... t/io/eintr.t: Make this pass on my ppc64 box
2014-10-07 Jarkko HietaniemiSkip the test if in linux but not in x86*.
2014-10-07 Karl WilliamsonFix EBCDIC-only bug with /[...]/
2014-10-07 Karl Williamson\N{...} now treated as literal for EBCDIC qr/[...]/
2014-10-07 Karl Williamsonre/pat.t: Add some EBCDIC tests
2014-10-07 Karl Williamsonreg_mesg.t: Add comments; remove trailing white-space
2014-10-06 Jarkko HietaniemiThe double-double mantissa precision ... it's complicated.
next