This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Note that Rafael did the key elsif() line number TODO, and we're not
[perl5.git] / t /
2008-04-21 Paul MarquessUpdate Compression modules to version 2.009
2008-04-18 Rafael Garcia-SuarezFix the line-number-in-elsif longstanding bug.
2008-04-17 Nicholas ClarkAdd "eliminate incorrect line numbers in warnings"...
2008-04-17 Nicholas ClarkTest dbmopen more thoroughly, including closing the...
2008-04-16 Nicholas ClarkUse like() rather than is() to get better failure diagn...
2008-04-16 Nicholas ClarkAdd the verbatim perl code mentioned in the comments of
2008-04-15 Rafael Garcia-SuarezMove the NoExporter test module under Test::Simple
2008-04-15 Rafael Garcia-SuarezSync with CPAN's version of the More.t test in Test...
2008-04-15 Rafael Garcia-SuarezAdd a regression test for bug #52658 (fixed by change...
2008-04-15 Rafael Garcia-SuarezFix for [perl #52074] Segfault on ISA push after symbol...
2008-04-14 Rafael Garcia-SuarezRevert change #33676, likely to break atan(-0,0) on...
2008-04-14 Rafael Garcia-SuarezMake atan2(0,0) return undef
2008-04-11 Ævar Arnfjörð Bjar... Re: [perl #52672] regexp failure: (?=) turns into OPFAIL
2008-04-05 Nicholas ClarkUCD 5.1.0
2008-03-28 Dominic DunlopRe: Tests failed on PPC64
2008-03-26 Nicholas ClarkThe offset for pos is stored as bytes, and converted...
2008-03-25 Vincent PitRe: [PATCH] Double warning with perl -we 'my $a; substr...
2008-03-20 Vincent PitDouble warning with perl -we '\&$x'
2008-03-13 Nicholas ClarkUpgrade to Module::Pluggable 3.7
2008-03-10 Yitzchak Scott-Tho... count-only transliteration needlessly makes copy-on...
2008-03-04 brian d foy[perl #50538] when( @n && %n ) fails to smart match
2008-03-02 Robin Barkerfor -M:Foo, extended and revised
2008-02-29 Steve PetersUpgrade to Test-Simple-0.78
2008-02-29 Steve PetersUpgrade to Test-Harness-3.10
2008-02-25 ilmari@vesla.ilmar... Avoid a segfault case in MRO code, based on :
2008-02-22 Dave Mitchellfix variable names in 'ununit var' warnings in evals
2008-02-20 Nicholas ClarkSetting the f flag on length causes the op to be consta...
2008-02-17 Yves OrtonFix bug 50496 -- regcomp.c=~s/lastcloseparen/lastparen/g
2008-02-17 Yves OrtonFix perlbug 50114 and document what the code does a...
2008-02-15 Rafael Garcia-SuarezTypo catch, by Abigail
2008-02-15 Rafael Garcia-SuarezAvoid utf8 warnings when printing diagnostics
2008-02-14 AbigailRe: [perl #50496] Bug Report: 'keys %+' does not return...
2008-02-14 Rick DelaneyRe: [perl #50706] %^H affecting outside file scopes
2008-02-14 Vincent Pitdoio.c:Perl_my_lstat:/* XXX Do really need to be callin...
2008-02-14 Rafael Garcia-SuarezMake the new warning report undef constants as undef
2008-02-14 Rafael Garcia-SuarezRevert change #33302. This change was wrong, since...
2008-02-14 Rick DelaneyShow constant in "Useless use of a constant in void...
2008-02-13 Rick Delaney[perl #47047] Use of inherited AUTOLOAD for non-method...
2008-02-11 Craig A. BerryMake fs.t compare the permissions of a link with those
2008-02-09 Dave Mitchell[perl #49472] Attributes + Unkown Error
2008-02-08 Paul GreenRE: Perl @ 33218 (Stratus VOS patches)
2008-02-08 Steffen Müllerfeature bundles are the same across all subversions
2008-02-06 Nicholas Clarkin unpack, () groups in scalar context were still retur...
2008-02-04 Rafael Garcia-SuarezFix op/reg_email_thr.t when PERLIO=stdio
2008-01-31 Daniel Frederick... Typo fix in change #33058
2008-01-28 Rafael Garcia-SuarezMake lc/uc/lcfirst/ucfirst warn when passed undef.
2008-01-28 Rafael Garcia-SuarezTest that lc, uc, etc on undef return ""
2008-01-24 Nicholas ClarkDon't warn about imprecision when decrementing IV_MIN.
2008-01-24 AbigailRegression tests for 'for reverse ..'
2008-01-23 Nicholas ClarkFix the misplaced warnings and failing tests caused...
2008-01-19 Dave Mitchell[perl #49522] state variable not available
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.
next