This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Speed up the unicode case mappings (for /i, lc, uc, etc).
[perl5.git] / t /
2003-09-18 Ilya Zakharevich-M -A -C broken
2003-09-17 Ilya Zakharevichmagic.t
2003-09-16 Jarkko HietaniemiMore suggested patches for NCR MP-RAS from Andy Dougherty.
2003-09-16 Jarkko HietaniemiUpgrade to MakeMaker 6.17.
2003-09-14 Jarkko HietaniemiCheck the context of for/grep/map.
2003-09-14 Jarkko HietaniemiFor-non-perlio places we need STDOUT back.
2003-09-14 Jarkko HietaniemiMore portable reading.
2003-09-14 Jarkko HietaniemiMore dup testing.
2003-09-14 Jarkko HietaniemiUse $Config{_exe}.
2003-09-14 Ilya ZakharevichRe: [PATCH 5.8.1 @20218] OS/2 API
2003-09-13 Hugo van der SandenRe: unicode regex problem
2003-09-13 Jarkko HietaniemiMore PerlIO warnings changes.
2003-09-13 Jarkko HietaniemiThe "perlio: " prefix looks a little odd
2003-09-13 Jarkko HietaniemiLayer names were recognized by their prefixes
2003-09-13 Jarkko HietaniemiApparently at some point doing 3-arg open with
2003-09-13 Jarkko HietaniemiMake the new glob tests pass (well, skip) even with...
2003-09-11 Jarkko HietaniemiReplace #21158 with a better patch from Hugo
2003-09-10 Anno SiegelRe: [perl #15395] lexical warnings and inheritance
2003-09-10 Jarkko Hietaniemi[PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
2003-09-10 Jarkko Hietaniemi[perl #23769] Unicode regex broken on simple example
2003-09-10 Jarkko HietaniemiLinenumbers for utf8 warnings were wrong, test also...
2003-09-10 Jarkko HietaniemiNo utf8 warnings without use warnings.
2003-09-10 Jarkko Hietaniemi[perl #23770] Reading a latin1 file with open(... ...
2003-09-09 Jarkko HietaniemiOne more test count tweak.
2003-09-09 david nicolRe: [PATCH] honoring void context for map(), return...
2003-09-05 Jarkko HietaniemiAnother seemingly fixed (un)tie bug,
2003-09-03 Jarkko HietaniemiVMS does not have quite UNIX glob semantics.
2003-09-02 Jarkko HietaniemiAn untie test from perlmonks-- worked in 5.6.1,
2003-09-02 Adrian M. EnacheRe: ByteLoader and MSWin32
2003-09-01 Gurusamy Sarathyglob() bug
2003-09-01 Jarkko HietaniemiUltrix VAX is like VMS VAX in floating point.
2003-08-31 Jarkko HietaniemiAdd test for -i.
2003-08-31 Jarkko HietaniemiAdd tests for -h and (unknown) -z.
2003-08-31 Jarkko HietaniemiAdd test for -v.
2003-08-31 Jarkko HietaniemiList the switches tested in switches.t.
2003-08-30 Jarkko HietaniemiThis is probably a wrong fix for
2003-08-30 Jarkko HietaniemiSetup @INC.
2003-08-29 Rafael Garcia-SuarezAdd a new test, to ensure that we don't unexpectedly...
2003-08-29 Jarkko HietaniemiBetter skip() explicit number of tests, test counts...
2003-08-29 Jarkko HietaniemiSome Ultrix test dodgings.
2003-08-29 Marek RouchalRE: [PATCH] Pod::InputObjects performance de-pessimization
2003-08-26 Dave Mitchellimproved 19064 (local $_[0] problems)
2003-08-26 Adrian M. EnacheRe: [PATCH] valgrind and /#/x
2003-08-25 Jarkko HietaniemiThe new tests of #20888 didn't really test what they...
2003-08-25 Jarkko HietaniemiThe #20887 didn't go over that well;
2003-08-25 Jarkko Hietaniemipat.t -> charnames -> UCD -> Storable,
2003-08-25 Marcus Holland-Moritzvalgrind update
2003-08-23 Jarkko HietaniemiAdd more comments so that one can see what is supposed...
2003-08-23 Marcus Holland-MoritzRe: valgrind as a leak hound?
2003-08-22 Adrian M. EnacheRe: mysterious bytecode.t failure
2003-08-22 Nicholas ClarkRe: [perl #23463] compiler version on sparc/netbsd
2003-08-22 Alain BarbetRe: [perl #23463]: compiler version on sparc/netbsd
2003-08-22 Jarkko HietaniemiPut the tests of the change #19064 back, but disable...
2003-08-21 Jarkko HietaniemiMust close so that unlink works portably.
2003-08-21 Adrian M. Enacheutf8 variable names scrambled in error messages
2003-08-21 Jarkko HietaniemiFix the syswrite downgrade bug of
2003-08-21 Jarkko HietaniemiRetract #19064, broke mod_perl flushing (localisation...
2003-08-19 Rafael Garcia-Suarezt/TEST fails to fail when it can't find tests.
2003-08-18 Jarkko HietaniemiTypo tweaks from Gerrit P. Haase. Fcntl, fcntl, fcntl.
2003-08-17 Adrian M. Enache[PATCH] Re: [BUG] string loses its utf8 flag on die
2003-08-16 Jarkko HietaniemiAdd valgrind testing target.
2003-08-15 Andreas KönigTEST script (Was: Not ok 20712ff)
2003-08-14 Jarkko HietaniemiA swath of VERSION patches from Nicholas Clark.
2003-08-13 Jarkko HietaniemiMake (hopefully) the Windows CR CR LF bug go away
2003-08-12 Jarkko HietaniemiMultiline one-liners are a bit too much to ask.
2003-08-12 Jarkko HietaniemiA new try from Dave Mitchell for [perl #23265].
2003-08-12 Jarkko HietaniemiFix for [perl #23287] segfault in untie.
2003-08-10 Jarkko HietaniemiRetract #20597, too many resulting core dumps.
2003-08-10 Dave MitchellRe: [perl #23265] Nested anonymous subs
2003-08-09 Rafael Garcia-SuarezRemove ByteLoader from the list of modules whose compil...
2003-08-09 Dave Mitchelladd "$lexical not available" warning in C<for my $lex ()>
2003-08-09 Michael G. SchwernRemoving tested modules
2003-08-09 Jarkko HietaniemiTwo more tests for #20566/#20568.
2003-08-08 Nick Ing-SimmonsRe: UNICODE regexp bug
2003-08-08 Nick Ing-SimmonsUNICODE regexp bug
2003-08-08 Steve HayRe: main@20537: WinXP build failed op/time.t test 2
2003-08-07 Dave MitchellFwd: Re: [PATCH] flags set incorrectly on abandoned...
2003-08-07 Hugo van der SandenRe: [perl #23030] Error in negative lookahead with...
2003-08-05 Jarkko HietaniemiBytecode patching from Enache.
2003-08-04 Rafael Garcia-SuarezFix bug #23141 : localization of readonly magic scalars
2003-08-03 Adrian M. EnacheRe: [perl #23207] persistant sideffect involving bitwis...
2003-08-02 Radu GreabRe: [PATCH @19834] DProf fixes
2003-08-01 Jarkko HietaniemiMore runperl(switches => ...) finds (bleadperl only).
2003-08-01 Jarkko HietaniemiFaulty check.
2003-08-01 Jarkko HietaniemiArgument sanity checking.
2003-08-01 Jarkko HietaniemiJAPH patch :-) from Abigail.
2003-08-01 Dave MitchellRe: utf8+regex bug in 5.8.1-RC2
2003-07-31 Hugo van der SandenRe: [perl #23171] Regex too selfish
2003-07-29 Rafael Garcia-Suarez[perl #22969] fix $hash{utf8bareword}
2003-07-28 Craig A. Berry#20177 broke skip logic in t/op/write.t
2003-07-28 Michael G. Schwernt/op/write.t cleanup after itself.
2003-07-27 Jarkko Hietaniemifresh_perl_(is|like) were printing out the wrong file...
2003-07-27 Jarkko Hietaniemicleanup tiehandle.t to use test.pl, is(), like(), etc...
2003-07-27 Jarkko HietaniemiFurther Byteloader tweaks from Enache.
2003-07-27 Adrian M. EnacheRe: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile...
2003-07-24 Jarkko HietaniemiGrabbed from www.makemaker.org.
2003-07-24 Andy LesterPATCH: More edge tests on t/op/pow.t
2003-07-24 Dave MitchellRe: Reference to tied elements results in lvalue.
2003-07-24 Dave MitchellRe: Fatal 5.8.1 error in our $FOO = x if $FOO
2003-07-21 Rafael Garcia-Suarez[PATCH] Re: Perl formats do not work with tied values
next