This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to ANSIColor-1.11
[perl5.git] / t /
2006-07-14 Craig A. Berryoverload.t has same locale problem with VMS that it...
2006-07-14 Dave Mitchellremove regex postive super-linear cache code
2006-07-12 Jarkko Hietaniemiz/OS: t/ - mostly EBCDIC fixes
2006-07-11 Rafael Garcia-SuarezRevert bogus fix for bug #27940, which wasn't really...
2006-07-07 Rafael Garcia-SuarezFix the implementation of list assignment to state().
2006-07-06 Rafael Garcia-SuarezThe state() implementation is not yet perfect. Check...
2006-07-06 Rafael Garcia-SuarezAdd a new warning, "State variable %s will be reinitial...
2006-07-06 Yves OrtonIntroduce a new function, pv_escape(), to display conte...
2006-07-05 Rafael Garcia-SuarezImplement handling of state variables in list assignment
2006-07-05 Rafael Garcia-SuarezFix a bug on setting OPpASSIGN_COMMON on a AASSIGN...
2006-07-05 Rafael Garcia-SuarezAdd a TODO test for list assignment to a list of state...
2006-07-03 Steve PetersAllow stat() and -X file tests work on dirhandles.
2006-07-02 Yves OrtonRe: [PATCH]: fix: [perl #39583] Pattern Match fails...
2006-06-30 Steve HayAdd Win32API::File to the core
2006-06-28 Paul MarquessUpdate for IO::Uncompress::Base
2006-06-22 Paul MarquessIO::Compress::Base
2006-06-21 Dominic DunlopRe: [PATCH] Re: [perl #39530] printf: bad formatting...
2006-06-20 Dominic DunlopRe: [perl #39530] printf: bad formatting of hexadecimal...
2006-06-20 Paul MarquessIO::Compress::* 2.000_13
2006-06-20 Ben Carter[perl #39365] Bug in toke.c (eval in subst)
2006-06-16 Dave Mitchellstart turning regmatch() main loop into a FSM
2006-06-13 Rafael Garcia-SuarezI thought I had fixed the spelling of DOES() in univers...
2006-06-12 chromaticAdd the new method UNIVERSAL::DOES() and the API functi...
2006-06-07 Nicholas ClarkThe binmode in t/iop/utf8.t doesn't need to be conditio...
2006-06-07 Yitzchak Scott-Tho... exhausting <> in BEGIN{} gets ARGVOUT used only once...
2006-06-05 Nicholas ClarkEliminate most of the UTF-8 black smoke by skipping...
2006-06-02 Craig A. BerryIt's all relative -- better handling of tainted directories
2006-05-31 Craig A. BerryTeach incfilter.t some DCL.
2006-05-29 Nicholas ClarkComprehensive regression tests for Perl_refcounted_he_f...
2006-05-29 SADAHIRO TomoyukiRe: [perl #39126] possible memory related bug when...
2006-05-29 Yves OrtonRe: [PATCH] More regex optimisations and debug enhancem...
2006-05-29 Jarkko Hietaniemiskip t/op/incfilter.t for "make clean;make miniperl...
2006-05-28 Nicholas ClarkPerl_refcounted_he_chain_2hv()'s code to skip duplicate...
2006-05-24 Andy LesterMake t/TEST more helpful
2006-05-22 Yves OrtonRe: [PATCH] optimize /[x]/ to /x/.
2006-05-19 Rafael Garcia-SuarezAdjust test following change #28225
2006-05-18 Dave Mitchelltest some die codepaths in pp_enterwrite
2006-05-18 Rafael Garcia-SuarezWe can now remove DynaLoader from 1_compile.t
2006-05-17 David MitchellRe: [perl #39145] win32, @_ and fork crashing in dounwind
2006-05-17 Paul MarquessIO::Compress* 2.000_12
2006-05-15 SADAHIRO Tomoyukistrange encodings upsets pp_chr
2006-05-14 Nicholas ClarkTEST needs to binmode the file handle that is reading...
2006-05-13 Jarkko Hietaniemit/uni/overload.t
2006-05-10 Nicholas Clarkno 5.9.4; should fail in version 5.9.4.
2006-05-10 Nicholas ClarkConvert use.t to an inlined is/isnt/like implementation...
2006-05-10 Dave Mitchelldisable WARN and DIE hooks during constant folding
2006-05-05 Rafael Garcia-SuarezImplement state array and state hashes. Initialisation...
2006-05-04 Rafael Garcia-SuarezResubmit change #28095
2006-05-04 David Landgrent/op/context.t using test.pl
2006-05-04 David Landgrent/op/list.t using test.pl
2006-05-04 Rafael Garcia-SuarezAnother test for state variables and closures,
2006-05-03 Rafael Garcia-SuarezEnsure that C<(state $x) = $y> is not a state assignment
2006-05-03 Rafael Garcia-SuarezNew test case for state variables with ties, suggested...
2006-05-03 Rafael Garcia-SuarezAdd "state" feature
2006-05-03 Rafael Garcia-SuarezIntroduce a new keyword, state, for state variables.
2006-05-03 Sébastien Aperghis... -Dmad breaks a few tests
2006-05-02 Nicholas ClarkChange 28037 broke t/op/each.t when running with TEST.
2006-05-02 David LandgrenRe: [PATCH] t/op/glob.t using test.pl
2006-05-02 David Landgrent/op/hashwarn.t using test.pl
2006-05-01 David LandgrenRe: [PATCH] provide diag() and don't use ++ in test.pl
2006-04-30 Nicholas ClarkOne part of pp_pack couldn't correctly handle surprises...
2006-04-30 Nicholas Clarkdo_vop() couldn't correctly handle surprises from UTF...
2006-04-30 Nicholas ClarkWe had no tests that covered the grow paths in pp_uc...
2006-04-30 Nicholas Clarkindex and rindex couldn't correctly handle surprises...
2006-04-29 Nicholas Clarksyswrite couldn't correctly handle surprises from UTF...
2006-04-29 Nicholas Clarkprint couldn't correctly handle surprises from UTF...
2006-04-29 Nicholas ClarkThere were more ways to break uc/lc/ucfirst/lcfirst...
2006-04-29 Nicholas Clarklcfirst/ucfist plus an 8 bit locale could mangle UTF...
2006-04-29 Nicholas Clarkuc plus an 8 bit locale could get confused by UTF-8...
2006-04-29 Nicholas Clarklc plus an 8 bit locale could mangle UTF-8 values retur...
2006-04-28 Nicholas ClarkFix bug 34297 (length of overloaded UTF-8 strings)
2006-04-28 David Landgrent/op/defins.pl using test.pl
2006-04-28 David Landgrent/op/delete.t using test.pl
2006-04-28 David Landgrent/op/auto.pl using test.pl
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
next