This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Regenerate headers and fix compilation with threads after last commit
[perl5.git] / t /
2009-06-21 Ben MorrowTests for deleting stash entries.
2009-06-17 Rafael Garcia-SuarezSome more tests for \N
2009-06-16 Rafael Garcia-SuarezImplement new regex escape \N
2009-06-12 David Mitchellsync t/pod/pod2usage2.t with CPAN (trivial whitespace...
2009-06-11 Craig A. BerrySome portability and clean-up for errno.t.
2009-06-11 Rafael Garcia-SuarezIt's not necessary to hardcode skipping of benchmark...
2009-06-11 Max MaischeinAdd t/benchmark to tests run if $ENV{PERL_BENCHMARK...
2009-06-10 Rafael Garcia-SuarezDo not honor TMPDIR for anonymous temporary files when...
2009-06-10 Niko Tyni[perl #66452] TMPDIR not honored when opening an anonym...
2009-06-09 Rafael Garcia-SuarezFix regression test for RT 63110 when running with...
2009-06-08 Steffen Muellert/op/my_stash.t should use test.pl instead of Test.pm
2009-06-08 Stepan Kasalfix RT 39060, errno incorrectly set in perlio
2009-06-08 Rafael Garcia-SuarezUpgrade to MakeMaker 6.53_02
2009-06-06 David Mitchellsync a bunch of files with Test::Simple 0.86
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2009-06-04 Nicholas ClarkAssuming that $SIG{PIPE} is not set can be bogus when...
2009-06-02 Rafael Garcia-SuarezMerge branch 'smartmatch' into blead
2009-06-02 Rafael Garcia-SuarezMerge branch 'eumm652' into blead
2009-06-01 Max MaischeinAdd benchmark test for keys() on empty hashes (RT26188)
2009-06-01 Jerry D. HeddenCorrect test output for t/op/eval.t (missing newline)
2009-06-01 Rafael Garcia-SuarezMore ~~ tests
2009-06-01 Rafael Garcia-SuarezUpgrade to ExtUtils::MakeMaker 6.52
2009-05-31 Rafael Garcia-SuarezSilence a warning emitted by test added by last commit
2009-05-31 George GreerAdd test case from RT#54758.
2009-05-31 Rafael Garcia-SuarezMerge branch 'memleaktest' into blead
2009-05-31 Rafael Garcia-SuarezAdd regression test for [RT#63110]
2009-05-31 BramDocument test structure
2009-05-30 Alex VandiverFix [RT#6266] -- sv_pos_u2b expects to be called with...
2009-05-28 Alex VandiverFix [RT#66098] -- stricter checking on SvIVX exposed...
2009-05-26 Vincent PitMore tests for uninitialized warnings in ranges
2009-05-26 Vincent PitExplicitely point to $. when it causes an uninitialized...
2009-05-26 John E. Malmbergpatch@2009-05-25.21:50:08 magic.t leaves $ENV{foo}...
2009-05-25 Rafael Garcia-SuarezSkip tests that use attributes.pm under miniperl
2009-05-25 Rafael Garcia-SuarezFix test if Fcntl couldn't be loaded (for example with...
2009-05-25 Rafael Garcia-SuarezSkip under miniperl (cannot load Fcntl)
2009-05-25 Rafael Garcia-SuarezSkip tests if PerlIO::scalar is not available
2009-05-25 Rafael Garcia-SuarezAvoid using Test::More in given/when tests
2009-05-24 Rafael Garcia-SuarezFix test for overload in given() with smart match after...
2009-05-24 Rafael Garcia-SuarezAllow ~~ overloading on the left side, when the right...
2009-05-24 Rafael Garcia-SuarezIn the ~~ implementation, consistently use the SV-aware...
2009-05-22 Craig A. BerryTODO must be on same line as message for TAP.
2009-05-20 Nicholas ClarkPerl_magic_clearsig() needs to remove magic, else delet...
2009-05-20 H.Merijn Brandfix glob-assign for FORMAT
2009-05-20 Nicholas ClarkConvert t/op/magic.t to use test.pl
2009-05-20 Nicholas ClarkTests for calls to Perl_croak() in the C source. Starti...
2009-05-17 Steffen MuellerUpgrade to Parse::CPAN::Meta 1.38
2009-05-16 Craig A. Berrytt is a reserved device name on VMS
2009-05-14 Claes JakobssonAmelioration of the error message "Unrecognized charact...
2009-05-14 Rafael Garcia-SuarezMove autodie tests in lib/autodie/t, so they are picked...
2009-05-13 Christoph Lamprechtdo/require don't treat '.\foo' or '..\foo' as "absolute...
2009-05-13 Rafael Garcia-SuarezMerge branch 'smartmatch' into blead
2009-05-13 Rafael Garcia-SuarezEnable more warnings in smart match tests
2009-05-12 Rafael Garcia-SuarezRemove proposed (but unimplemented) $foo ~~ Range smart...
2009-05-11 Vincent PitAllow typed arrays and hashes
2009-05-09 Rafael Garcia-SuarezImplement Hash/Array ~~ Regex (with tests)
2009-05-09 Rafael Garcia-SuarezAdd a test for object ~~ string, with stringification...
2009-05-09 Rafael Garcia-SuarezAdd tests for object ~~ regexp
2009-05-09 Rafael Garcia-SuarezTreat blessed references on the left of C<~~> as scalars
2009-05-09 Rafael Garcia-SuarezImplement distributivity in $scalar ~~ @array
2009-05-08 Rafael Garcia-SuarezDocument what to do with object on the left and add...
2009-05-08 Rafael Garcia-SuarezMake ~~ overloading only be invoked on the right argument
2009-05-08 Rafael Garcia-SuarezMore tests for ~~
2009-05-06 Rafael Garcia-SuarezRewrite tests for objects and ~~
2009-05-05 Rafael Garcia-SuarezFix test for stringification of arrays.
2009-05-05 Rafael Garcia-SuarezMerge branch 'blead' into smartmatch
2009-05-05 Rafael Garcia-SuarezAdd tests for @array ~~ $string
2009-05-04 Nicholas ClarkFix SEGVs when cloning a typeglob that has been undefin...
2009-05-03 Rafael Garcia-SuarezAdd tests for last and next in when()
2009-05-02 John E. Malmbergt/test - Hack for VMS pipe bug.
2009-04-26 Michael G Schwern[PATCH] Allow PERL5OPT=-W
2009-04-25 Craig A. BerryMake time64 use NV for time_t, I32 for year, not Quad_t.
2009-04-25 David Mitchell[perl #56644] TODO was too severe. Only :unix :stdio...
2009-04-23 David Mitchellqr_gc.t is only TODO on 5.11.x+
2009-04-16 Niko TyniSquelch 'Constant subroutine ... undefined' warnings...
2009-04-16 Niko TyniAdd tests to verify that h2ph output compiles and is...
2009-04-13 Nicholas Clarkour $TODO should be local $::TODO, revealing a bug...
2009-04-13 Nicholas ClarkTweak t/lib/common.pl to use test.pl's (better) tempfil...
2009-04-13 Nicholas ClarkPropagate the upgraded TODO/SKIP parser from ext/B...
2009-04-12 Nicholas ClarkDeprecate using "unique" with the attributes pragma.
2009-04-12 Nicholas ClarkDeprecate using "locked" with the attributes pragma.
2009-04-12 Nicholas ClarkDeprecate use of the attribute :locked on subroutines.
2009-04-09 Nicholas ClarkDon't SEGV while warning about redefining the format...
2009-04-07 Rafael Garcia-SuarezDeprecate assignment to $[
2009-03-31 Nicholas ClarkAvoid "Constant subroutine ... redefined" warning,...
2009-03-28 Vincent PitAllow when to be used as a statement modifier
2009-03-27 Rafael Garcia-SuarezMerge commit 'mauzo/over-X' into blead
2009-03-26 unknown-ugk don't call string overload when S_IXXX isn't defined.
2009-03-25 Paul Marquessfix smoke issues with the compression modules
2009-03-25 Ben MorrowIO refs always stringify for -t, -T and -B.
2009-03-25 Ben MorrowTest -X overloads on GLOB and IO refs.
2009-03-25 Ben MorrowTest stacked overloaded -X.
2009-03-25 Ben MorrowMore tests for -X/string/random overloading.
2009-03-25 Ben MorrowAdjust tests.
2009-03-25 Ben MorrowTests for -X overloading.
2009-03-25 Nicholas ClarkMove Module:Pluggable tests from t/Module_Pluggable...
2009-03-24 Rafael Garcia-SuarezMore tests. Simplify tests for ~~ overloading
2009-03-24 Rafael Garcia-SuarezMake []~~\&f and {}~~\&f match
2009-03-24 Rafael Garcia-SuarezFix tests for ~~ overloading
2009-03-23 Rafael Garcia-SuarezImplement "~~ $scalar" for numbers and strings
2009-03-23 Rafael Garcia-SuarezMake ~~ qr// non-commutative
next