This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update perlsyn for given aliasing $_
[perl5.git] / t /
2012-08-02 Father Chrysostomos[perl #114020, #90018, #53186] Make given alias $_
2012-08-01 Nicholas ClarkTest that when directories in @INC are skipped, coderef...
2012-08-01 Nicholas ClarkAvoid reading before the buffer start when generating...
2012-08-01 David Mitchellstop /$unchanging/ leaking
2012-07-31 Craig A. BerryMost magic.t tests can actually run on VMS.
2012-07-31 Craig A. BerryCorrect skip count in magic.t after 613c63b465.
2012-07-29 Father ChrysostomosFix scrambled and incorrect proto mismatch error
2012-07-28 Father ChrysostomosFlatten vstrings modified in place
2012-07-27 Father Chrysostomos[perl #113684] Make redo/last/next/dump accept expr
2012-07-27 Father ChrysostomosFix CvOUTSIDE assert/refcnt bugs with sub redefinition
2012-07-27 Father ChrysostomosFix CvGV assertion bug with sub redefinition
2012-07-27 Chip SalzenbergWhen setting environment variables via %ENV, force...
2012-07-26 Karl Williamsonmktables: Change \w definition to match new Unicode's
2012-07-26 Father ChrysostomosDon’t let ?: folding affect truncate
2012-07-26 Father ChrysostomosStop truncate(word) from falling back to file name
2012-07-26 Father ChrysostomosDon’t let ?: folding affect stat
2012-07-25 Karl Williamsonregcomp.c: Use POSIXA, NPOSIXA
2012-07-25 Karl Williamsonregcomp.c: Optimize [^\n] into \N
2012-07-21 Karl Williamsonre_tests: Add tests for [perl #114220]
2012-07-19 Karl WilliamsonOnly generate above-Uni warning for \p{}, \P{}
2012-07-19 David Mitchellop/join.t: don't use done_testing
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-07-14 Father Chrysostomos[perl #113710] Make __SUB__ work in sort block
2012-07-14 Yves Ortonfix RT#114068 optimizer handles MEOL in middle of patte...
2012-07-14 Father Chrysostomos[perl #113576] Restore err msg for &{+undef}
2012-07-14 Father Chrysostomos[perl #113470] Constant folding for pack
2012-07-13 Father Chrysostomosmro/basic.t: Squelch warning
2012-07-13 Father ChrysostomosFix @{*ISA} autovivification
2012-07-13 Father ChrysostomosFix *ISA = *glob_without_array
2012-07-11 Chip Salzenbergensure shmread() calls get and set magic once
2012-07-10 Colin KuskieRefactor t/op/join.t to use test.pl instead of making...
2012-07-09 Colin KuskieRefactor t/lib/commonsense.t to use t/test.pl instead...
2012-07-08 Father ChrysostomosCorrect err msg when calling stub w/no autoload fb
2012-07-08 Father Chrysostomosanonsub.t: Improve test for [perl #71154]
2012-07-07 Father Chrysostomos[perl #113016] Parse CORE::foo::bar as a bareword
2012-07-06 Father Chrysostomosdo-file should not force a bareword
2012-07-06 Father ChrysostomosLet do.t run from the top level
2012-07-06 Father Chrysostomosdo.t: Load test.pl at BEGIN time
2012-07-06 Father ChrysostomosTest ‘Missing name in "my sub"’
2012-07-05 Nicholas Clark[perl #112820] t/op/sprintf.t failure on FreeBSD 4.6
2012-07-05 Father Chrysostomos[perl #78064] print(const || bare) and const folding
2012-07-04 Father ChrysostomosUse ‘state’ in warning about sort {state $a}
2012-07-04 Father Chrysostomos[perl #86136] Downgrade sort {my $a} to a warning
2012-07-03 Colin KuskieRefactor t/op/splice.t to use t/test.pl instead of...
2012-07-03 Jesse Luehrsconstant folding shouldn't change return value of while...
2012-07-03 Matthew Horsfall... For #16249 - Overwrite PL_last_lop_op when eval() is...
2012-06-30 Father ChrysostomosCloning a format whose outside has been undefined
2012-06-30 Father Chrysostomos[perl #113012] String negation under ‘use integer’
2012-06-30 Father ChrysostomosDon’t crash with formats in special blocks
2012-06-30 Karl Williamsonreg_fold.t: Make test cases non-optimizable away
2012-06-30 Karl Williamsonno_utf8_pm.t: Add blank between 'not' and 'ok' in .t
2012-06-29 Father ChrysostomosMake formats close over the right closure
2012-06-29 Father Chrysostomos[perl #113812] Always use find_runcv when cloning a sub
2012-06-29 Father Chrysostomosfresh_perl.t: Skip #112312 tests on miniperl
2012-06-29 Father ChrysostomosTest perl #112312, crash on syntax error
2012-06-29 Father ChrysostomosFormats in closures called outside closures → crash
2012-06-28 Father ChrysostomosDon’t let formats outlive their outer subs
2012-06-28 Jesse Luehrsmore in depth tests for 8e4ecf2
2012-06-27 Brian Fraser[perl #109408] Documentation that refers to Perl 5...
2012-06-27 Father Chrysostomosdiag.t: Skip, rather than, TODO for cat tests
2012-06-27 Father Chrysostomosdiag.t: Don’t emit erroneous passing to-do tests
2012-06-27 Father Chrysostomosdiag.t: Check categories and severity
2012-06-27 Father Chrysostomosdiag.t: Use correct variable
2012-06-27 Father Chrysostomosdiag.t: Load test.pl in BEGIN
2012-06-27 Father ChrysostomosMake srand treat "-1" as -1
2012-06-27 Father ChrysostomosMake srand respect magic
2012-06-26 Father Chrysostomos[perl #113812] Handle null CvOUTSIDE in cv_clone
2012-06-26 Jesse Luehrsfix test from previous commit
2012-06-26 Jesse Luehrsfix memory leak in @INC filters that die [perl #92252]
2012-06-26 Nicholas ClarkIn t/op/stat.t, ensure that the output of ls is not...
2012-06-26 Tony Cook[perl #45173] port the test to MSWin32
2012-06-26 Jesse Luehrswarn on -i with no input files given [perl #113410]
2012-06-26 Father Chrysostomosdiag.t: Two to-done entries I missed
2012-06-26 Father Chrysostomosdiag.t: Tolerate trailing space
2012-06-26 Father Chrysostomosperldiag: Correct various regexp msgs
2012-06-26 Father Chrysostomosdiag.t: Support regcomp’s FAIL macros
2012-06-26 Jesse Luehrsfix stack handling in write() [perl #73690]
2012-06-25 Jesse Luehrsallow "my ()" [perl #113554]
2012-06-24 Father Chrysostomosperldiag: Document ‘Integer overflow in srand’
2012-06-24 Father Chrysostomosdiag.t: Cull exceptions
2012-06-24 Father Chrysostomosdiag.t: Don’t skip lines starting with spaces
2012-06-24 Father Chrysostomosperldiag: document ‘Invalid negative number’ in chr
2012-06-24 Father ChrysostomosUnbreak diag.t
2012-06-24 Father Chrysostomosperldiag: Help splain find version overflow msg
2012-06-24 Father ChrysostomosDon’t crash with ()=&CORE::srand
2012-06-24 Jesse Luehrsadd warning for negative argument to chr() [perl #83048]
2012-06-24 Jesse Luehrswarn when srand overflows [perl #40605]
2012-06-24 Jesse Luehrsdon't let arriving signals reset $@ [perl #45173]
2012-06-23 Father Chrysostomos[perl #112966] Crash on delete local; other local bugs
2012-06-23 Jesse Luehrsalso make sure ->isa works on undeclared packages
2012-06-23 Jesse Luehrsall packages can do methods in UNIVERSAL [perl #47113]
2012-06-23 Father Chrysostomosregen pod issues
2012-06-23 Yves Orton#101666: horrible regex parsing error error [sic]
2012-06-23 Yves Ortonturns out we cant maike a jump trie that starts with...
2012-06-22 Vincent PitReset the iterator when an array is cleared
2012-06-21 Brian Frasertoke.c: Make new error UTF-8 safe
2012-06-20 Father Chrysostomos[perl #89544] Non-eval closures don’t need CvOUTSIDE
2012-06-20 Father Chrysostomosclosure.t: load test.pl at BEGIN time
2012-06-20 Eric BrineRT#113730 - $@ should be cleared on "do" IO error.
2012-06-20 Father Chrysostomos[perl #113712] Don’t create stubs after errors
next