This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Module-Load-Conditional to CPAN version 0.54
[perl5.git] / t /
2012-08-12 Karl Williamsonregcomp.c: Optimization not valid for Latin Sharp S
2012-08-12 Karl Williamsonregcomp.c: Set flags when optimizing a [char class]
2012-08-12 Karl Williamsonre/re_tests: Correct Todo test
2012-08-12 Karl Williamsonre.pm: Nits in pod
2012-08-12 Karl WilliamsonAdd some tests for [\N{}]
2012-08-10 Father Chrysostomoscoreamp: Fix test; correct test name
2012-08-08 Father Chrysostomos[perl #114018] Let eval close over stale vars in active sub
2012-08-08 Father ChrysostomosDon’t let format arguments ‘leak out’ of formline
2012-08-08 Father ChrysostomosPrevent double frees/crashes with format syntax errs
2012-08-08 Father ChrysostomosDon’t create formats after compilation errors
2012-08-08 Father Chrysostomostoke.c: Fix confused interp-in-format parsing
2012-08-08 Tony Cookignore PERL_XMLDUMP when tainting
2012-08-06 Father ChrysostomosNested formats
2012-08-06 Father Chrysostomos[perl #114040] Parse formats in interpolating constructs
2012-08-06 Father ChrysostomosForbid braces as format delimiters
2012-08-05 Father ChrysostomosDon’t crash when undefining handle of active format
2012-08-05 Father ChrysostomosMake glob.t more resilient
2012-08-05 Father Chrysostomosparser.t: Move tests above ‘Add tests here’
2012-08-05 Father ChrysostomosDon’t let active formats be freed
2012-08-05 Father ChrysostomosRecursive formats and closures in formats.
2012-08-05 Father ChrysostomosMake PL_(top|body|form)target PVIVs
2012-08-05 Father Chrysostomos[perl #78550] Fix bad assertion in toke.c:start_subparse
2012-08-04 Father ChrysostomosClose over stale vars in active subs
2012-08-04 Father Chrysostomossv.c:varname: Fix bad assertion added by c6fb3f6e
2012-08-04 Steve HayRemove CR characters from raw input in op/magic.t on...
2012-08-04 Tony Cookavoid decoding on input in the new tests added in 613c63b4
2012-08-04 Father Chrysostomos[perl #114222] Make ‘use’ parse arguments in term context
2012-08-02 Father Chrysostomos[perl #114104] Better error for unterminated heredoc...
2012-08-02 Karl Williamsonregcomp.c: Fix \N{} multi-char fold buffer boundary bug
2012-08-02 Karl Williamsonregcomp.c: Fix multi-char fold bug
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...
next