-Wall is intolerably noisy with icc.
[p5sagit/p5-mst-13.2.git] / t /
2005-05-24 Rafael Garcia-Suarez The tokenizer should expect an operator after qw().
2005-05-21 Dave Mitchell [perl #35878] goto &xsub that croaks corrupts memory
2005-05-21 Dave Mitchell disallow eval { goto &foo }
2005-05-21 Rafael Garcia-Suarez Update to MakeMaker 6.30
2005-05-20 Andy Lester Attribute configuration
2005-05-20 Rafael Garcia-Suarez Gisle noted an unused variable
2005-05-19 Rafael Garcia-Suarez Fix the new exit() tests, by Gisle Aas :
2005-05-19 Rafael Garcia-Suarez Adjust VMS test count
2005-05-18 Gisle Aas Well defined $? and introduction of ${^CHILD_ERROR_NATI...
2005-05-18 Dave Mitchell make t/TEST print summary times consistently to two...
2005-05-16 Andy Lester consting-eleventy.patch: More consts, plus actual bug fix
2005-05-16 Rafael Garcia-Suarez $! might contain "unknown" if strerror(3) says so
2005-05-08 Dave Mitchell t/TEST's new error messages now include the prefix...
2005-05-07 Dave Mitchell while (my $x ...) { ...; redo } shouldn't undef $x.
2005-05-06 Nicholas Clark Get the correct refcount on the temporary assignment...
2005-05-05 Rafael Garcia-Suarez Missing files in Test::Simple
2005-05-05 Dave Mitchell strictifying t/TEST stopped it handling '1..n todo...
2005-05-05 Dave Mitchell make t/TEST detect various failure modes in testfile...
2005-05-04 Dave Mitchell strictify t/TEST
2005-05-04 Rafael Garcia-Suarez Document the unportability of atan2() edge cases
2005-05-04 Dave Mitchell add test for [perl #34682] leaving eval via last in...
2005-05-04 Rafael Garcia-Suarez Fix test numerotation
2005-05-04 Dave Mitchell make goto.t use test.pl, strict and warnings
2005-05-04 Dave Mitchell [perl #35214] SEGV when next is followed by a goto
2005-05-03 Rafael Garcia-Suarez Fix getting prototype of builtins mkdir and setpgrp.
2005-05-03 Rafael Garcia-Suarez mkdir without arguments now defaults to $_
2005-05-03 Nicholas Clark ok($a == $b) better written as cmp_ok($a, '==', $b)
2005-05-03 Rafael Garcia-Suarez Convert to test.pl
2005-05-03 Steve Peters IEEE math for the masses
2005-05-03 Rafael Garcia-Suarez Convert to test.pl
2005-04-24 Rafael Garcia-Suarez Upgrade to Test::Harness 2.48
2005-04-22 Nicholas Clark Convert to test.pl
2005-04-22 Craig A. Berry t/uni/class.t -- update VMS test skippage
2005-04-21 Dave Mitchell [perl #34976] substr uses utf8 length cache incorrectly
2005-04-21 Andy Lester extra code in pp_concat, Take 2
2005-04-20 glasser@tang-eleve... [perl #35059] [PATCH] caller() skips frames (such as...
2005-04-19 Nicholas Clark Avoid generating thousands of UTF-8 warnings when testi...
2005-04-08 Andy Lester Removing Y2K warnings
2005-04-07 Abigail Re: [PATCH] Re: [perl #34650] perldoc -f my should...
2005-04-07 Rafael Garcia-Suarez Upgrade to ExtUtils::MakeMaker 6.27,
2005-04-06 H.Merijn Brand 1. t/TEST now deals with SKIP as if it was TODO. This...
2005-04-02 Jarkko Hietaniemi Unicode 4.1.0
2005-03-30 Ton Hospel Re: PATCH: byte count feature request for unpack
2005-03-27 Hugo van der Sanden Re: [perl #34195] Regex: Alternations within negative...
2005-03-22 Rafael Garcia-Suarez Revert change #24055, which was producing a segfault...
2005-03-22 Rafael Garcia-Suarez minitest fix
2005-03-21 Ton Hospel Re: unpack A strip patch
2005-03-21 Rafael Garcia-Suarez Resubmit change #24053.
2005-03-21 Alexey Tourbin Re: [perl #34493] h2ph `extern inline' problems
2005-03-21 Ton Hospel pack / for general types
2005-03-18 Yves Orton Re: Reworked Trie Patch
2005-03-13 Rafael Garcia-Suarez Upgrade to Pod::Parser 1.30
2005-03-12 Ton Hospel Re: Encoding neutral unpack
2005-03-08 Ton Hospel Encoding neutral unpack
2005-02-23 Yves Orton (patch blead) Extend t/harness to allow filtering of...
2005-02-21 Yves Orton (blead patch) Skip a torture test under blead, and...
2005-02-18 Nikolai Eipel Patch for Perlbug #4253
2005-02-15 Steve Peters Additional tests for t/op/not.t
2005-02-14 Ton Hospel Re: encoding neutral unpack
2005-02-11 Yitzchak Scott-Tho... Re: [PATCH] Re: perl winpid?
2005-02-10 Marcus Holland-Moritz [perl #34101] not() || 1 produces segmentation fault
2005-02-08 perl-5.8.0@ton.igu... [perl #34062] pack Z0 destroys the character before
2005-02-02 Ton Hospel Re: encoding neutral unpack
2005-02-02 Ton Hospel Re: encoding neutral unpack
2005-02-02 Ton Hospel Re: encoding neutral unpack
2005-01-31 Ton Hospel Re: encoding neutral unpack
2005-01-31 Steve Hay Fix test suite hang on Win32 caused by change #23898
2005-01-29 Dave Mitchell [perl #33928] chomp() fails after alarm(), `sleep`
2005-01-27 Nicholas Clark Oops. Was forgetting to test n! N! v! V! in pack
2005-01-27 Nicholas Clark Check that the warning behaviour on the modifiers ...
2005-01-27 Nicholas Clark Make the tests for the endianness modifiers < and ...
2005-01-27 Nicholas Clark &_q needs to *globally* escape ' and \ in its substitution.
2005-01-24 Craig A. Berry assorted tempfile clean-up in the test suite
2005-01-24 Rafael Garcia-Suarez Revert change 23843.
2005-01-22 Jarkko Hietaniemi Re: uc($long_utf8_string) exhausts memory
2005-01-21 Nicholas Clark Name another pack test
2005-01-21 Todd Vierling [perl #33892] Add Interix support
2005-01-21 Rick Delaney Re: [perl #31924] %INC caching failure-case problem
2005-01-21 Yitzchak Scott-Tho... Re: [PATCH] File::Find dies on find({follow=>1, .....
2005-01-19 Nicholas Clark Make "assertion" attribute code and test conditional
2005-01-19 Yitzchak Scott-Tho... op/stat.t test 9 failing on recent cygwin snapshots
2005-01-14 Nicholas Clark Better test diagnostics for the numbers tests.
2005-01-13 Nicholas Clark Not a good idea to use unpack "H*" to peek at a scalar...
2005-01-11 Nicholas Clark Fix bug 32294 - index()/rindex() ignore UTF8 flag
2005-01-10 Craig A. Berry t/op/split.t #11 nit on VMS
2005-01-10 Steve Hay Need to close files before unlinking them on Win32
2005-01-06 Nicholas Clark Add TODO tests for UTF8 encoded soft references
2005-01-06 Nicholas Clark Turn barewords into strings to run under strict subs.
2005-01-06 Nicholas Clark All tests now use test.pl
2005-01-06 Nicholas Clark Start converting t/op/ref.t to use test.pl
2005-01-05 Nicholas Clark Rafael spotted that my changes caused warnings. So...
2005-01-04 Nicholas Clark Check all attributes in modify_SV_attributes are recogn...
2005-01-04 Nicholas Clark Use the new ${^UTF8LOCALE} to make the test reliable.
2005-01-04 Tels Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
2005-01-02 Nicholas Clark Change 23727 broke code that relied on \ being escaped.
2005-01-01 Nicholas Clark Change 23714 accidentally broke t/io/layers.t when...
2004-12-31 Nicholas Clark Bug in t/io/layers.t spotted by Ignasi Roca CarriĆ³
2004-12-29 Nicholas Clark Skip tests that binmode :utf8 if there is no perlio
2004-12-29 Nicholas Clark Oops. Forgot to uncomment the last set of Unicode value...
2004-12-29 Nicholas Clark read (and presuambly sysread) would expose the UTF8...
next