This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Anton Berezin says that on FreeBSD we're wrong to be using -lc_r, and
[perl5.git] / t /
2006-04-28 David Landgrent/op/sort.t using test.pl
2006-04-28 David Landgrent/op/loopctl.t using test.pl
2006-04-27 Dave Mitchell[perl #39012] another REIFY bug
2006-04-24 Martin Hasch[perl #38709] Opening '|-' triggers unjustified taint...
2006-04-24 Rafael Garcia-SuarezAdd regression test for bug #38475
2006-04-20 Rafael Garcia-SuarezAdd test boilerplate and use test.pl instead of Test...
2006-04-20 Rafael Garcia-SuarezAdd new tests for bug #32840 provided by David Landgren,
2006-04-20 Rafael Garcia-SuarezNew test for the "Assignment to both a list and a scala...
2006-04-19 Steve PetersAdd a TODO test for RT #1085: "what should be output...
2006-04-19 Dave Mitchellregmatch(): make IFMATCH use PUSH_STACK rather than...
2006-04-19 Nicholas ClarkAvoid temporarily writing over the prototype when repor...
2006-04-18 Dave Mitchellregmatch: fix a || vs | typo in CACHEsayYES and add...
2006-04-17 SADAHIRO TomoyukiRe: [PATCH] update to pp_complement() via Coverity
2006-04-16 Nicholas ClarkA scalar reference returned from a coderef in @INC...
2006-04-15 Nicholas ClarkAugment the user filter caching code so that if the...
2006-04-15 Nicholas Clark$foo .= $bar doesn't warn if $foo is undefined, so...
2006-04-15 Nicholas ClarkIf the downstream caller wants block mode, and we're...
2006-04-15 Nicholas ClarkIf you return void from a filter subroutine, the caller...
2006-04-15 Nicholas ClarkTests for having multiple pipes open simultaneously.
2006-04-15 Nicholas ClarkAdd more tests for the builtin source filter implementa...
2006-04-15 Nicholas ClarkAdd a test for source filters returned from code refere...
2006-04-15 Nicholas ClarkBump the expect file count in readdir.t. We keep writin...
2006-04-14 Jarkko Hietaniemidoop.c: (Coverity) found a bug but not quite what Cover...
2006-04-14 Paul MarquessIO::Compress::*
2006-04-13 Dave Mitchelldisable 'split /(?{ split "" })/' test until recursive...
2006-04-12 Animator[perl #38906] Regex engine does not release MINMOD
2006-04-12 Nicholas ClarkAdd tests for all the other types that %^H serialisatio...
2006-04-12 Nicholas ClarkTest that we can do embedded 0 bytes in hints.
2006-04-10 Jarkko Hietaniemipp_sys.c: some Coverity findings: NULL guards for format cv
2006-04-08 Jarkko Hietaniemisv.c, rs.t, perlvar.pod (Coverity finding: did you...
2006-04-05 Rafael Garcia-SuarezAssigning undef to an entry in %ENV shouldn't produce...
2006-04-02 SADAHIRO TomoyukiRe: [perl #38293] chr(65535) should be allowed in regexes
2006-04-02 Nicholas ClarkBetter failure diagnostics from switch.t.
2006-04-01 Nicholas ClarkTest no mypragma;
2006-04-01 Nicholas ClarkAutomatically set HINT_LOCALIZE_HH whenever %^H is...
2006-04-01 Nicholas ClarkTest that user pragmas work inside string eval.
2006-04-01 Nicholas ClarkAdd Rafael's example user pragma, and convert his demo...
2006-04-01 Nicholas ClarkIf the comment says "(and not ours)" then it should...
2006-04-01 Nicholas ClarkRewrite t/op/getppid.t to remove the assumption that...
2006-04-01 Nicholas ClarkPropagate cop_hints inside string evals. For the unthre...
2006-03-31 Dominic DunlopRe: recursion now removed from the regex engine
2006-03-31 Nicholas ClarkTest that entries in %^H are actually independant.
2006-03-31 Nicholas ClarkSerialise changes to %^H onto the current COP. Return...
2006-03-30 Nicholas ClarkLocalising hash slices with UTF-8 encoded keys was...
2006-03-30 Nicholas ClarkFix bug #38815 (localising keys which are UTF-8 encoded...
2006-03-30 Nicholas ClarkFix bug 36267 - assigning to a tied hash shouldn't...
2006-03-30 Robin BarkerPATCH t/op/tie.t
2006-03-27 Nicholas ClarkIt helps to actually add the files you add to MANIFEST...
2006-03-20 Gisle AasAvoid "uninitialized value" warnings during 'make test'.
2006-03-20 Gisle AasAlso strip $ENV{PATH} dirs writable by world.
2006-03-20 Rick DelaneyRe: [perl #38710] localised stash slice
2006-03-16 Rafael Garcia-SuarezAdd a couple of regression tests for the untested
2006-03-16 Paul MarquessCompress::Raw::Zlib, Compress::Zlib, IO::Compress:...
2006-03-16 Gisle Aasrequire should ignore directories found when searching...
2006-03-14 Rafael Garcia-SuarezMake usage of :unique emit a deprecation warning.
2006-03-14 Hugo van der Sanden[perl #38710] localised stash slice
2006-03-08 Steve HaySort the ext/ and lib/ tests when running under t/harness
2006-03-07 Rafael Garcia-Suarez$[ = 2 should not warn.
2006-03-06 Rafael Garcia-SuarezAdd and remove files forgotten in change #27384
2006-03-06 Paul MarquessCompress::Zlib
2006-03-03 Jarkko HietaniemiRe: [perl #38657] -d:Foo=bar broke in 5.8.8
2006-03-02 H.Merijn BrandTaint handling for runperl:
2006-03-01 Steve PetersUpgrade to assertions-0.03
2006-02-27 Nicholas ClarkMove all the de-tainting logic for runperl into test.pl.
2006-02-27 Steve HayFix op/utftaint.t on Win32 following change #27248
2006-02-27 Anno SiegelTesting hash key stringification
2006-02-25 SADAHIRO TomoyukiRe: [perl #38619] Bug in lc and uc (interaction between...
2006-02-24 Rafael Garcia-SuarezSkip unportable test on VMS
2006-02-23 Steve PetersAdd test for RT #2166: foreach spuriously autovivifies
2006-02-23 Steve PetersConverted t/op/pos.t to use test.pl and added TODO...
2006-02-22 Nicholas ClarkFix typos and a missing bracket.
2006-02-22 Nicholas ClarkAvoid C<study>ing any strings that might change underne...
2006-02-22 Rafael Garcia-SuarezMark some new study tests as TODO
2006-02-22 Rafael Garcia-SuarezAdd a test for study() on tied scalars, by Andy Lester...
2006-02-22 Nicholas ClarkTest warnings for converting globs to other forms.
2006-02-22 Nicholas ClarkChange 24643 made the mistake of assuming that CvCONST...
2006-02-20 Yitzchak Scott-Tho... op/magic failure on cygwin after 1.5.19-4
2006-02-20 Dominic DunlopTrouble with $ENV{CDPATH} after change #27236
2006-02-20 John E. Malmbergpatch@27236 vms glob/readdir/chdir EFS/long filename...
2006-02-20 Nicholas Clarkutftaint.t won't be able to run tests with -T if you...
2006-02-19 Nicholas ClarkTo make arithmetic on tainted dualvars work properly...
2006-02-18 Rafael Garcia-SuarezAs Anno Siegel points out, mtime/ctime test should...
2006-02-18 Nicholas ClarkTurn of tainting locally inside swash_init(), as the...
2006-02-18 Nicholas ClarkAssume that if runperl is called under tainting, that...
2006-02-18 Nicholas ClarkConvert utftaint.t to test.pl (from Test.pm) and provid...
2006-02-16 Paul Green[patch] t/lib/warnings/pp_sys
2006-02-16 Rafael Garcia-SuarezCPAN::FirstTime can go as well from the untested module...
2006-02-16 Rafael Garcia-SuarezPod::Plainer is tested, actually (spotted by chromatic)
2006-02-14 Yitzchak Scott-Tho... One shouldn't be able to dereference a GLOB as a SCALAR.
2006-02-09 Rafael Garcia-SuarezSkip new chdir warning test if fchdir is not available
2006-02-08 Peter Dintelmann[perl #38464] chdir() on closed handles
2006-02-07 Gisle AasAllow bareword file handle as argument to chdir().
2006-02-07 Nicholas ClarkFix bug 38454 (rindex corrects for $[ on bytes rather...
2006-02-06 Nicholas ClarkFix bug #38439 - reference to typeglob assignment needs...
2006-01-31 Nicholas ClarkMake Perl_gv_fetchpvn_flags actually heed the passed...
2006-01-30 Nicholas ClarkCode assumes that *FOO{SCALAR} will always return a...
2006-01-23 Rafael Garcia-SuarezNow that change #26410 is reverted, mark as TODO the...
2006-01-23 Rafael Garcia-SuarezMissing chunk in change #26926
2006-01-23 Nicholas ClarkChange the regression test added by 26410 to use test...
2006-01-18 Nicholas ClarkChange 26410 caused a regression, with the RVALUE retur...
next