This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Sync AUTHORS and Porting/checkAUTHORS.pl with Changelogs
[perl5.git] / t /
2009-11-19 Zeframminitest fixes
2009-11-15 Nicholas ClarkInline PL_no_symref into pp_entersub. Deprecate the...
2009-11-15 David GoldenChange perl -v version format
2009-11-13 Gerard GoossenTest for a bug in sort where the elements are freed...
2009-11-13 Daniel Frederick... Refactor and expand unshift.t
2009-11-12 Nicholas ClarkAs our $_; is forced into main::, it should warn as...
2009-11-12 Nicholas ClarkExplicitly check that our $_; is special, and forced...
2009-11-11 Craig A. Berryreaddir() reports file type on VMS, even if zero length.
2009-11-11 Gerard Goossenrefactoring of flip.t
2009-11-10 Vincent PitOptimize reversing an array in-place
2009-11-10 Vincent PitPort t/op/reverse.t to test.pl
2009-11-04 Nicholas ClarkDeprecate use of := to mean an empty attribute list...
2009-11-02 Bo Borgerson[PATCH] [perl #20321] Non-destructive Perl_av_make
2009-11-02 Father ChrysostomosSlow down split in scalar context :-)
2009-11-01 Nicholas ClarkS_utf16_textfilter() was not returning EOF correctly...
2009-11-01 Nicholas ClarkTweak the filename regexp in parser.t so that ./TEST...
2009-11-01 Ben MorrowDocumentation for the 'qr' overload.
2009-11-01 Steve PetersRevert "Re: [perl #38809][PATCH] loss of stack elements...
2009-11-01 Vincent PitRe: [perl #38809][PATCH] loss of stack elements with...
2009-11-01 Bram via RT[PATCH] Todo test for [perl #38133] (was: [regex] backr...
2009-11-01 Bram[PATCH] extra tests for t/op/tie.t (was RE: [perl ...
2009-11-01 Yuval KogmanAdds additional tests with undef for smartmatch.
2009-10-31 Father Chrysostomos[perl #69875] Slow down split in scalar context :-)
2009-10-29 Gisle AasAllow syswrite with offset same as length of string...
2009-10-28 Rafael Garcia-Suarez$#array should be accepted as a lvalue sub return value.
2009-10-26 Yves Ortonadd an elipses to string/ref warnings when str longer...
2009-10-24 Nicholas ClarkMake defined %hash on a non-lexical (also) generate...
2009-10-23 Nicholas ClarkAvoid using defined %hash in core code and tests.
2009-10-23 H.Merijn BrandExtUtils-Install tests need abs_path @INC for utf8
2009-10-22 Ben MorrowLet SvRX(OK) recognise a bare REGEXP.
2009-10-22 Ben MorrowRT#69616: regexp SVs lose regexpness in assignment
2009-10-22 Rafael Garcia-SuarezRemove file t/0 added by last commit
2009-10-22 Brad GilbertBare readdir in while loop now sets $_
2009-10-22 Nicholas ClarkS_utf16_textfilter() needs to avoid splitting UTF-16...
2009-10-22 Nicholas ClarkTest requiring files with non-BMP characters (encoded...
2009-10-22 Nicholas ClarkTests for UTF-16 characters > 256, including those...
2009-10-22 H.Merijn Brand../lib isn't valid after a chdir "..";
2009-10-22 Nicholas ClarkRe-write S_utf16_textfilter() to correctly handle parti...
2009-10-22 Nicholas ClarkRemove the "hack" that removes SVt_UTF8 in the UTF16...
2009-10-22 Rafael Garcia-SuarezFix built-in prototype of each, keys, and values
2009-10-19 Yves Ortonrevert to 5.8.x semantics for \s \w and \d
2009-10-19 Yves Ortonsomewhat fix failing regex tests. but break lots of...
2009-10-16 Nicholas ClarkEnable deprecation warnings by default.
2009-10-16 Nicholas Clarkshift with barewords is deprecated, so this test from...
2009-10-16 Nicholas Clarkpush and pop on barewords are deprecated, so need no...
2009-10-16 Nicholas ClarkOpening dirhandle DIR also as a file needs no warnings...
2009-10-16 Nicholas Clarkdefined @array and defined %hash need no warnings ...
2009-10-16 Nicholas Clarklocalisation of $[ is deprecated, so needs no warnings...
2009-10-16 Nicholas Clark:locked is deprecated, so use :lvalue instead.
2009-10-16 Nicholas ClarkTests for barewords and hash operators need no warnings...
2009-10-16 Nicholas Clarkdo subname() is deprecated, so tests for it need no...
2009-10-16 Nicholas Clarkdo subname() is deprecated, so update this hunk of...
2009-10-16 Nicholas ClarkBracket deprecated features with no warnings 'deprecated';
2009-10-16 Nicholas Clarkdo subname() is deprecated, so this test from perl...
2009-10-16 Nicholas ClarkMove tests for $[ from comp/hints.t to op/array_base.t
2009-10-16 Nicholas ClarkMove tests for $[ from comp/parser.t to op/array_base.t
2009-10-16 Nicholas Clarkdo subname() is deprecated, so this test from perl...
2009-10-16 Nicholas ClarkMove the test for the deprecated feature <<; out of...
2009-10-16 Nicholas ClarkAdd no warnings 'deprecated' to a test that assigns...
2009-10-16 Craig A. BerryMake the watchdog create a valid command for spawning.
2009-10-15 demerphqOptimise if (%foo) to be faster than if(keys %foo)
2009-10-14 SisyphusPatch t/win32/system.t for mingw32/64
2009-10-13 Jan DuboisThe winsock select() implementation doesn't support...
2009-10-12 Geoffrey T. Dairikioverload no longer implicitly unsets fallback on repeat...
2009-10-12 Nicholas ClarkNormalise 3 fatal pack/unpack error messages to "panic...
2009-10-11 Steve HayImplement TODO support locally in t/comp/opsubs.t
2009-10-11 Steve HayFix failed() calls in t/comp
2009-10-11 Craig A. BerryNo longer need to skip t/comp/opsubs.t #22 on VMS.
2009-10-11 Nicholas Clarkporting/manifest.t now tests that all files listed...
2009-10-11 Nicholas ClarkDefault to running tests in cpan/ with relative paths...
2009-10-11 Nicholas ClarkRun tests in ext/ and dist/ with relative paths for...
2009-10-11 Josh ben JoreDarwin's groups can have spaces in them
2009-10-10 Jesse VincentAdded a TODO test for RT#69332 - PerlIO returns undef...
2009-10-09 Nicholas ClarkMake _quote_args() return a result, rather than passing...
2009-10-09 Nicholas ClarkAvoid using ++, op= and anon hash constructors in the...
2009-10-09 Nicholas ClarkAdd a test for the bootstrap rules for tests in t/
2009-10-09 Nicholas ClarkDon't use require in comp/fold.t, as require isn't...
2009-10-09 Nicholas ClarkGive names to all tests in t/comp/fold.t
2009-10-09 Nicholas ClarkMove the require './test.pl' to the end of t/comp/hints.t
2009-10-09 Nicholas ClarkDon't use require in comp/multiline.t, as require isn...
2009-10-09 Nicholas ClarkDon't use require in comp/opsubs.t, as require isn...
2009-10-09 Nicholas ClarkDon't use require in comp/our.t, as require isn't teste...
2009-10-09 Nicholas ClarkDon't use require in comp/parser.t, as require isn...
2009-10-09 Nicholas ClarkDon't use require in comp/retainedlines.t, as require...
2009-10-09 Nicholas ClarkAvoid relying on prototypes working for tests to pass...
2009-10-09 Nicholas ClarkDon't use require in comp/uproto.t, as require isn...
2009-10-09 Nicholas ClarkIn opt(), use is(..., undef) rather than ok(!defined...
2009-10-09 Nicholas ClarkMove the test for require 5.11.0 not loading strictures...
2009-10-09 Nicholas ClarkDon't use require in comp/utf.t, as require isn't teste...
2009-10-09 Nicholas ClarkUse require.t's bytes_to_utf() in place of PerlIO layer...
2009-10-09 Nicholas ClarkPrint the encoding name as part of the test, rather...
2009-10-09 Nicholas ClarkRefactor bytes_to_utf16() into a more generic routine...
2009-10-09 Nicholas ClarkReplace longhand invocations of test() with 3 nested...
2009-10-09 Nicholas ClarkTest utf8 with BOMs, like we already test utf16be and...
2009-10-09 Nicholas ClarkMove tests for use for "new style version numbers"...
2009-10-08 Nicholas ClarkMove &do_require to the top of require.t, so that ...
2009-10-08 Nicholas ClarkMove the test for RT #49472 to op/attrs.t from comp...
2009-10-08 Rafael Garcia-SuarezMerge branch 'feature/package-name-version' into blead
2009-10-08 Nicholas ClarkAvoid using bytes in require.t, as pack "C0U" does...
2009-10-08 Nicholas ClarkAvoid using the strict pragma in retainedlines.t -...
next