This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Save the regexp engine state as 1 block on the save stack.
[perl5.git] / t /
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...
2006-01-18 Rafael Garcia-SuarezExplain better how that test count works.
2006-01-18 Nicholas ClarkNew t/comp/require.t tests should go before the conditi...
2006-01-17 Rafael Garcia-SuarezRegression test for change #26881
2006-01-16 Rafael Garcia-Suarezdefined %foo::bar:: wasn't working like it used to...
2006-01-14 Craig A. BerryGive up on through.t on VMS for now -- no can do with...
2006-01-14 Rafael Garcia-SuarezAdapt test.valgrind make target to recent valgrinds...
2006-01-13 Steve PetersAdditional tests for RT #38207: "Useless localization...
2006-01-12 Rafael Garcia-SuarezDon't warn when localizing $[
2006-01-10 Paul MarquessCompress::Zlib becomes zlib agnostic
2006-01-09 Yitzchak Scott-Tho... Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches)
2006-01-09 Paul MarquessRE: Failing tests on VMS blead@26652
2006-01-08 Craig A. Berrypod2usage2.t is not readily portable to VMS either
2006-01-06 Nicholas ClarkDon't code the absolute number of tests for the UTF8...
2006-01-06 Steve PetersUpgrade to version-0.52
2006-01-06 Gisle AasMove "DEVEL####" marker to the 'perl -v' output.
2006-01-06 Gisle AasMake '-s' on the shebang line able to parse -foo=bar...
2006-01-02 Rafael Garcia-SuarezSince we no longer autovivify stashes (change #26370...
2005-12-31 Nicholas ClarkAdd a test for change 26547. (We no longer expect to...
2005-12-30 Steve PetersConvert t/op/sleep.t to using test.pl
2005-12-23 Nicholas ClarkNow that proxy subroutines can be unproxied in 2 places...
2005-12-23 Nicholas Clarklike and unlike weren't reporting failure where correct...
2005-12-22 Nicholas ClarkRegression tests for proxy subroutine glob assignment.
2005-12-22 Robin Houstoneliminate HINT_HH_FOR_EVAL
2005-12-22 Steve PetersAdd documentation for method domainname() in Net::Domai...
2005-12-21 Robin HoustonFeature bundle is now :5.10, and add -E switch
2005-12-20 Rafael Garcia-SuarezRemove some hardcoded references to ./perl in tests
2005-12-20 Nicholas ClarkCroak if gv_init doesn't know how to create a typeglob...
2005-12-20 Robin Houston[TEST PATCH] %^H can now propagate into eval
2005-12-20 Nicholas ClarkVerify that the code for initialising typeglobs from...
2005-12-19 Dave Mitchell[perl #8262] //g loops infinitely on tainted data
next