This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
consting for .c files in tests
[perl5.git] / t /
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.
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 ?
next