This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Weed out needless PERL_UNUSED_ARG to perltodo. It's a good
[perl5.git] / t /
2008-01-17 Nicholas Clarkwarn if ++ or -- are unable to change the value because...
2008-01-17 Nicholas ClarkGenerate the warnings masks programatically.
2008-01-15 Jerry D. HeddenFix range operator
2008-01-12 Nicholas ClarkFor 5.12: saner behaviour for `length`
2008-01-12 Nicholas ClarkFix bug whereby length on a tied scalar that returned...
2008-01-11 Nicholas ClarkNote the U8 sized space created by removing -P, and...
2008-01-11 Rafael Garcia-SuarezRemove the -P switch
2008-01-11 Rick DelaneyRe: [perl #49564] Re: MRO and av_clear
2008-01-10 Nicholas ClarkReverse the TODOs on t/op/regexp_qr_embed_thr.t - they...
2008-01-10 Nicholas ClarkUn-TODO (and un-SKIP) tests in t/op/pat_thr.t that...
2008-01-09 Dave Mitchellseen_eval regex field wasn't getting cloned
2008-01-09 Nicholas ClarkFix the bug introduced by the bug fix of change 30755.
2008-01-09 Nicholas ClarkVariants of several regression tests that run the actul...
2008-01-09 Nicholas Clarkgrep the MANIFEST to avoid having hard coded numbers...
2008-01-09 Jerry D. HeddenMove re::regexp_pattern to universal.c
2008-01-09 Rafael Garcia-SuarezRemove the warning "v-string in require/use non portable"
2008-01-09 Dave Mitchellchange #31447 was wrong. Really handle cloning a stale...
2008-01-08 Yitzchak Scott-Tho... ARRAY(0x...) is not very helpful in sprintf.t diagnostics
2008-01-07 Rafael Garcia-SuarezLet's remove the grep in void context warning.
2008-01-06 Michael G. SchwernRe: grep and smart match should warn in void context
2008-01-06 Michael G. SchwernRe: [perl #49264] say behaves as just print on tied...
2008-01-05 Moritz LenzFix regexec.c so $^N and $+ are correctly updated so...
2008-01-05 Yves Orton$Test::Harness::Verbose is a numeric value now so assig...
2008-01-05 Nicholas ClarkProtect me (and my fellow muppets) from screens of...
2008-01-02 Michael G. Schwernshield t/test.pl functions from global print modifiers
2007-12-29 Vincent PitTypo in op.c
2007-12-29 Yves OrtonFix Perl #49190, tests from Abigail, codefix from me.
2007-12-28 Nicholas ClarkFirst class regexps.
2007-12-27 Nicholas ClarkBetter diagnostics for the tests for #20683.
2007-12-27 Nicholas Clarkscalars used in postponed subexpressions aren't first...
2007-12-27 Nicholas ClarkProper $TODO support in &ok() and &iseq() in pat.t
2007-12-27 Nicholas ClarkLocalize $\ before changing it, so as not to affect...
2007-12-27 Nicholas ClarkTest that we can clone regexps into new threads, and...
2007-12-27 Nicholas ClarkYou can't coerce a typeglob to a string. (Restore the...
2007-12-26 Nicholas ClarkUse print rather than diag(), as these routine messages...
2007-12-26 Nicholas ClarkA test for upgrading scalars. Curiously, before this...
2007-12-21 Andy ArmstrongFix remaining skips for Test::Harness
2007-12-20 Nicholas ClarkImplement each @array.
2007-12-20 Andy Armstrongbring Test::Harness up to 3.06
2007-12-20 Rafael Garcia-SuarezThe APC doesn't like empty files
2007-12-20 Andy ArmstrongTest::Harness 3.05, tests pass in core
2007-12-19 Nicholas ClarkUpgrade to Test::Harness 3.05
2007-12-17 Rafael Garcia-SuarezAdd standard test preamble
2007-12-17 Yves OrtonFix various bugs in regex engine with mixed utf8/latin...
2007-12-11 Jerry D. HeddenMust have /bin under Cygwin
2007-12-08 Sascha Blank[perl #48355] Handling of RAWDATA broken badly in Attri...
2007-11-30 Dmitry KarasikRe: smart match: array ~~ hash
2007-11-29 Matt KraaiSkip failing getppid tests on QNX 6
2007-11-28 Nicholas ClarkFix bless/readonly failure spotted by Jerry Hedden.
2007-11-27 Rafael Garcia-SuarezUpgrade to ExtUtils::MakeMaker 6.37_03
2007-11-26 Rafael Garcia-SuarezDoc updates on running tests
2007-11-26 Rafael Garcia-SuarezUpgrade to ExtUtils::MakeMaker 6.37_02
2007-11-23 Robin HoustonRe: Are we missing some tests?
2007-11-12 Jarkko Hietaniemit/comp/opsubs.t
2007-11-12 Rafael Garcia-SuarezThe JAPHs that use $* won't work anymore.
2007-11-12 Paul MarquessCompression Modules Update for EBCDIC
2007-11-12 John E. Malmbergpatch@32274 t/op/taint.t not cleaning up properly on...
2007-11-09 Dave Mitchell[perl #47233] Core dump caused by goto
2007-11-07 Rick DelaneyRe: [perl #47195] $1 suddenly tainted after regexp...
2007-11-06 Nicholas ClarkAdd a TODO test for bug #47195
2007-11-05 Nicholas ClarkAdjust the skip count for t/io/dup.t for the -Uuseperli...
2007-11-04 Craig A. BerryRoll back #32214 as it causes more failures than it...
2007-11-03 Rafael Garcia-SuarezBased on a patch by John E. Malberg: make TestInit.pm
2007-10-29 Rafael Garcia-SuarezLeopard has more standard /etc/passwd files than previous
2007-10-17 Ben MorrowAnother ex-PVBM assert
2007-10-17 joshFix a few segfaults and a when() bug
2007-10-17 Ben Morrowex-PVBM and mro interact badly
2007-10-11 Jerry D. HeddenGentler theads test
2007-10-11 Jerry D. HeddenMove threads test added in change 32091
2007-10-09 Nicholas ClarkTests for the .pmc functionality.
2007-10-09 Brandon BlackRe: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook...
2007-10-08 Alexander Goughmake t/op/pack.t not explode when u64size=''
2007-10-05 Robin BarkerNew [PATCH] use 5.006; use 5.10.0
2007-10-03 Rafael Garcia-SuarezReverse change #31978
2007-10-02 Jerry D. Hedden/cygdrive is configurable
2007-10-02 John Peacockwas Re: Freeze ?
2007-09-26 Nicholas ClarkChange 31977 introduced a bug (failing to set the retur...
2007-09-26 Jerry D. HeddenCheck rename() under Cygwin
2007-09-26 Robin BarkerRE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
2007-09-25 Abe TimmermanRe: Smoke [5.10.0] 31938 FAIL(F) netbsd 3.1 (i386/1...
2007-09-25 TelsRe: [perl #45605] Regexp failure with utf8-flagged...
2007-09-23 H.Merijn BrandRevert #31942, as it was inconsistent between threaded and
2007-09-23 Abe Timmermannetbsd's setlocale () doesn't support LC_COLLATE and...
2007-09-22 Nicholas ClarkFix bug 45607 - for the corner case *{"BONK"} = \&...
2007-09-19 Michael G. Schwernt/TEST doesn't check exit (was Re: Test::More bug?)
2007-09-17 Nicholas ClarkFix spelling errors in comments.
2007-09-14 Dave Mitchell[perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len...
2007-09-10 Dave Mitchellsilence warning in new state.t test (spotted by Jerry...
2007-09-10 Rick DelaneyRe: [perl #44623] Optimized magic_setisa has bug
2007-09-10 Dave Mitchellwhen anon subs are cloned, the 'assign once only' flag...
2007-09-09 Dave Mitchellununit pos value warning identified the wrong variable...
2007-09-09 Dave Mitchellstate variables shouldn't be shared between anon subs
2007-09-08 Nicholas ClarkFor now, forbid all list assignment initialisation...
2007-09-07 Rafael Garcia-SuarezRemove the 'err' keyword
2007-09-07 Jerry D. HeddenFix t/op/magic.t failures under Cygwin
2007-09-06 AbigailMore tests
2007-09-06 Rafael Garcia-SuarezBump version number to 5.10.0.
2007-09-06 Nicholas ClarkMake state $zok = slosh(); behave as the Perl 6 design...
2007-09-02 Paul MarquessCompress* 2.006
2007-08-31 Rafael Garcia-SuarezFollowing Jan's advice, remove Cygwin::is_textmount(),
next