This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Clone all shared string PVs as shared string PVs (now that we can do
[perl5.git] / t /
2005-06-10 Nicholas ClarkPassing read only values (such as string constants...
2005-06-10 Nicholas ClarkDon't pass constants to select
2005-06-10 Nicholas ClarkWork around bug 36211, plus a lot of TODO regression...
2005-06-09 Nicholas Clark$r = do {my @a; \$#a}; $$r = 503 # is also naughty...
2005-06-09 Nicholas ClarkFixes the case of $a = \$#{[]}; and then accessing $$a
2005-06-09 Nicholas ClarkConvert op/array.t to test.pl
2005-06-09 Nicholas ClarkDon't ignore errors from an eval.
2005-06-09 Nicholas ClarkMake minitest pass (must skip if no dynaloading)
2005-06-08 H.Merijn BrandCygwin fails to open $^X on many occasion here
2005-06-07 Jarkko HietaniemiRe: [perl #36130] chr(-1) should probably return undef
2005-06-05 Rafael Garcia-SuarezNew test for getppid(), by Alexey Tourbin
2005-06-04 Jarkko Hietaniemifurther speeding up of is_utf8_string()
2005-06-01 Nicholas ClarkStore the xhv_aux structure after the main array.
2005-05-28 Jarkko HietaniemiRe: t/uni/class.t has a lot to warn about
2005-05-27 Nicholas Clarkis() is better than ok()
2005-05-27 Steve HaySkip signals and core dump tests on Win32
2005-05-24 Rafael Garcia-SuarezThe tokenizer should expect an operator after qw().
2005-05-21 Dave Mitchell[perl #35878] goto &xsub that croaks corrupts memory
2005-05-21 Dave Mitchelldisallow eval { goto &foo }
2005-05-21 Rafael Garcia-SuarezUpdate to MakeMaker 6.30
2005-05-20 Andy LesterAttribute configuration
2005-05-20 Rafael Garcia-SuarezGisle noted an unused variable
2005-05-19 Rafael Garcia-SuarezFix the new exit() tests, by Gisle Aas :
2005-05-19 Rafael Garcia-SuarezAdjust VMS test count
2005-05-18 Gisle AasWell defined $? and introduction of ${^CHILD_ERROR_NATI...
2005-05-18 Dave Mitchellmake t/TEST print summary times consistently to two...
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-05-16 Rafael Garcia-Suarez$! might contain "unknown" if strerror(3) says so
2005-05-08 Dave Mitchellt/TEST's new error messages now include the prefix...
2005-05-07 Dave Mitchellwhile (my $x ...) { ...; redo } shouldn't undef $x.
2005-05-06 Nicholas ClarkGet the correct refcount on the temporary assignment...
2005-05-05 Rafael Garcia-SuarezMissing files in Test::Simple
2005-05-05 Dave Mitchellstrictifying t/TEST stopped it handling '1..n todo...
2005-05-05 Dave Mitchellmake t/TEST detect various failure modes in testfile...
2005-05-04 Dave Mitchellstrictify t/TEST
2005-05-04 Rafael Garcia-SuarezDocument the unportability of atan2() edge cases
2005-05-04 Dave Mitchelladd test for [perl #34682] leaving eval via last in...
2005-05-04 Rafael Garcia-SuarezFix test numerotation
2005-05-04 Dave Mitchellmake goto.t use test.pl, strict and warnings
2005-05-04 Dave Mitchell[perl #35214] SEGV when next is followed by a goto
2005-05-03 Rafael Garcia-SuarezFix getting prototype of builtins mkdir and setpgrp.
2005-05-03 Rafael Garcia-Suarezmkdir without arguments now defaults to $_
2005-05-03 Nicholas Clarkok($a == $b) better written as cmp_ok($a, '==', $b)
2005-05-03 Rafael Garcia-SuarezConvert to test.pl
2005-05-03 Steve PetersIEEE math for the masses
2005-05-03 Rafael Garcia-SuarezConvert to test.pl
2005-04-24 Rafael Garcia-SuarezUpgrade to Test::Harness 2.48
2005-04-22 Nicholas ClarkConvert to test.pl
2005-04-22 Craig A. Berryt/uni/class.t -- update VMS test skippage
2005-04-21 Dave Mitchell[perl #34976] substr uses utf8 length cache incorrectly
2005-04-21 Andy Lesterextra code in pp_concat, Take 2
2005-04-20 glasser@tang-eleve... [perl #35059] [PATCH] caller() skips frames (such as...
2005-04-19 Nicholas ClarkAvoid generating thousands of UTF-8 warnings when testi...
2005-04-08 Andy LesterRemoving Y2K warnings
2005-04-07 AbigailRe: [PATCH] Re: [perl #34650] perldoc -f my should...
2005-04-07 Rafael Garcia-SuarezUpgrade to ExtUtils::MakeMaker 6.27,
2005-04-06 H.Merijn Brand1. t/TEST now deals with SKIP as if it was TODO. This...
2005-04-02 Jarkko HietaniemiUnicode 4.1.0
2005-03-30 Ton HospelRe: PATCH: byte count feature request for unpack
2005-03-27 Hugo van der SandenRe: [perl #34195] Regex: Alternations within negative...
2005-03-22 Rafael Garcia-SuarezRevert change #24055, which was producing a segfault...
2005-03-22 Rafael Garcia-Suarezminitest fix
2005-03-21 Ton HospelRe: unpack A strip patch
2005-03-21 Rafael Garcia-SuarezResubmit change #24053.
2005-03-21 Alexey TourbinRe: [perl #34493] h2ph `extern inline' problems
2005-03-21 Ton Hospelpack / for general types
2005-03-18 Yves OrtonRe: Reworked Trie Patch
2005-03-13 Rafael Garcia-SuarezUpgrade to Pod::Parser 1.30
2005-03-12 Ton HospelRe: Encoding neutral unpack
2005-03-08 Ton HospelEncoding neutral unpack
2005-02-23 Yves Orton(patch blead) Extend t/harness to allow filtering of...
2005-02-21 Yves Orton(blead patch) Skip a torture test under blead, and...
2005-02-18 Nikolai EipelPatch for Perlbug #4253
2005-02-15 Steve PetersAdditional tests for t/op/not.t
2005-02-14 Ton HospelRe: encoding neutral unpack
2005-02-11 Yitzchak Scott-Tho... Re: [PATCH] Re: perl winpid?
2005-02-10 Marcus Holland-Moritz[perl #34101] not() || 1 produces segmentation fault
2005-02-08 perl-5.8.0@ton.igu... [perl #34062] pack Z0 destroys the character before
2005-02-02 Ton HospelRe: encoding neutral unpack
2005-02-02 Ton HospelRe: encoding neutral unpack
2005-02-02 Ton HospelRe: encoding neutral unpack
2005-01-31 Ton HospelRe: encoding neutral unpack
2005-01-31 Steve HayFix test suite hang on Win32 caused by change #23898
2005-01-29 Dave Mitchell[perl #33928] chomp() fails after alarm(), `sleep`
2005-01-27 Nicholas ClarkOops. Was forgetting to test n! N! v! V! in pack
2005-01-27 Nicholas ClarkCheck that the warning behaviour on the modifiers ...
2005-01-27 Nicholas ClarkMake the tests for the endianness modifiers < and ...
2005-01-27 Nicholas Clark&_q needs to *globally* escape ' and \ in its substitution.
2005-01-24 Craig A. Berryassorted tempfile clean-up in the test suite
2005-01-24 Rafael Garcia-SuarezRevert change 23843.
2005-01-22 Jarkko HietaniemiRe: uc($long_utf8_string) exhausts memory
2005-01-21 Nicholas ClarkName another pack test
2005-01-21 Todd Vierling[perl #33892] Add Interix support
2005-01-21 Rick DelaneyRe: [perl #31924] %INC caching failure-case problem
2005-01-21 Yitzchak Scott-Tho... Re: [PATCH] File::Find dies on find({follow=>1, .....
2005-01-19 Nicholas ClarkMake "assertion" attribute code and test conditional
2005-01-19 Yitzchak Scott-Tho... op/stat.t test 9 failing on recent cygwin snapshots
2005-01-14 Nicholas ClarkBetter test diagnostics for the numbers tests.
2005-01-13 Nicholas ClarkNot a good idea to use unpack "H*" to peek at a scalar...
2005-01-11 Nicholas ClarkFix bug 32294 - index()/rindex() ignore UTF8 flag
next