This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't set things to zero twice. Once is enough. (see also change 15255)
[perl5.git] / t /
2005-04-19 Nicholas ClarkAvoid generating thousands of UTF-8 warnings when testi...
2005-04-08 Andy LesterRemoving Y2K warnings
2005-04-07 AbigailRe: [PATCH] Re: [perl #34650] perldoc -f my should...
2005-04-07 Rafael Garcia-SuarezUpgrade to ExtUtils::MakeMaker 6.27,
2005-04-06 H.Merijn Brand1. t/TEST now deals with SKIP as if it was TODO. This...
2005-04-02 Jarkko HietaniemiUnicode 4.1.0
2005-03-30 Ton HospelRe: PATCH: byte count feature request for unpack
2005-03-27 Hugo van der SandenRe: [perl #34195] Regex: Alternations within negative...
2005-03-22 Rafael Garcia-SuarezRevert change #24055, which was producing a segfault...
2005-03-22 Rafael Garcia-Suarezminitest fix
2005-03-21 Ton HospelRe: unpack A strip patch
2005-03-21 Rafael Garcia-SuarezResubmit change #24053.
2005-03-21 Alexey TourbinRe: [perl #34493] h2ph `extern inline' problems
2005-03-21 Ton Hospelpack / for general types
2005-03-18 Yves OrtonRe: Reworked Trie Patch
2005-03-13 Rafael Garcia-SuarezUpgrade to Pod::Parser 1.30
2005-03-12 Ton HospelRe: Encoding neutral unpack
2005-03-08 Ton HospelEncoding 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 EipelPatch for Perlbug #4253
2005-02-15 Steve PetersAdditional tests for t/op/not.t
2005-02-14 Ton HospelRe: 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 HospelRe: encoding neutral unpack
2005-02-02 Ton HospelRe: encoding neutral unpack
2005-02-02 Ton HospelRe: encoding neutral unpack
2005-01-31 Ton HospelRe: encoding neutral unpack
2005-01-31 Steve HayFix 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 ClarkOops. Was forgetting to test n! N! v! V! in pack
2005-01-27 Nicholas ClarkCheck that the warning behaviour on the modifiers ...
2005-01-27 Nicholas ClarkMake 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. Berryassorted tempfile clean-up in the test suite
2005-01-24 Rafael Garcia-SuarezRevert change 23843.
2005-01-22 Jarkko HietaniemiRe: uc($long_utf8_string) exhausts memory
2005-01-21 Nicholas ClarkName another pack test
2005-01-21 Todd Vierling[perl #33892] Add Interix support
2005-01-21 Rick DelaneyRe: [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 ClarkMake "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 ClarkBetter test diagnostics for the numbers tests.
2005-01-13 Nicholas ClarkNot a good idea to use unpack "H*" to peek at a scalar...
2005-01-11 Nicholas ClarkFix bug 32294 - index()/rindex() ignore UTF8 flag
2005-01-10 Craig A. Berryt/op/split.t #11 nit on VMS
2005-01-10 Steve HayNeed to close files before unlinking them on Win32
2005-01-06 Nicholas ClarkAdd TODO tests for UTF8 encoded soft references
2005-01-06 Nicholas ClarkTurn barewords into strings to run under strict subs.
2005-01-06 Nicholas ClarkAll tests now use test.pl
2005-01-06 Nicholas ClarkStart converting t/op/ref.t to use test.pl
2005-01-05 Nicholas ClarkRafael spotted that my changes caused warnings. So...
2005-01-04 Nicholas ClarkCheck all attributes in modify_SV_attributes are recogn...
2005-01-04 Nicholas ClarkUse the new ${^UTF8LOCALE} to make the test reliable.
2005-01-04 TelsMath::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
2005-01-02 Nicholas ClarkChange 23727 broke code that relied on \ being escaped.
2005-01-01 Nicholas ClarkChange 23714 accidentally broke t/io/layers.t when...
2004-12-31 Nicholas ClarkBug in t/io/layers.t spotted by Ignasi Roca CarriĆ³
2004-12-29 Nicholas ClarkSkip tests that binmode :utf8 if there is no perlio
2004-12-29 Nicholas ClarkOops. Forgot to uncomment the last set of Unicode value...
2004-12-29 Nicholas Clarkread (and presuambly sysread) would expose the UTF8...
2004-12-29 Nicholas ClarkAdd a lot of tests for combinations of values, offsets...
2004-12-29 Nicholas ClarkConvert op/read.t to use test.pl and make it stricture...
2004-12-21 Nicholas Clark$#a>>=1 relies on malloc wrap to avoid the segfault...
2004-12-16 Craig A. Berrybop.t follow-up to #23645
2004-12-14 Rafael Garcia-SuarezFix test added in change 23645 with an eval()
2004-12-14 Rafael Garcia-SuarezTest patch for already-solved bug #33003,
2004-12-13 Craig A. Berryt/op/taint.t follow-up to #23635
2004-12-10 Michael G. SchwernTest rt.perl.org 5900
2004-12-10 Michael G. Schwern[PATCH] cleanup t/op/taint.t
2004-12-09 Rafael Garcia-SuarezFix test to cope with the previous h2ph change.
2004-12-06 Steve HayFix another Win32 breakage caused by change 23554
2004-12-06 Nicholas Clarksanity check the arguments to runperl(), to try to...
2004-12-03 Rafael Garcia-Suarez$foo::_ was wrongly forced as $main::_.
2004-12-01 Ingo Weinhold[perl #32717] BeOS specific Updates
2004-11-29 Rafael Garcia-SuarezUpgrade to Test::Simple 0.53
2004-11-23 Rafael Garcia-SuarezFix for bug: [perl #32562] __PACKAGE__ symbol has wrong...
2004-11-23 Craig A. Berrywarnings.t portability tweaks
2004-11-20 Nicholas ClarkAssimilate Test-Simple 0.50
2004-11-19 Rafael Garcia-SuarezMake "err" a weak keyword;
2004-11-17 Andy DoughertyAllow more tries for t/op/time.t test 2.
2004-11-10 Yitzchak Scott-Tho... Replace a skip by a todo.
2004-11-10 Yitzchak Scott-Tho... Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on...
2004-11-04 Rick Delaney[perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
2004-10-31 Nicholas ClarkMake TEST and harness skip tests for extensions that...
2004-10-23 Dave Mitchell[perl #32039] Chained goto &sub drops data too early.
2004-10-12 Rafael Garcia-SuarezMinor tweaks for the test.utf16 target, by Jarkko
2004-10-11 Abe Timmermanadd the 'test_harness' target to vms "makefile"
2004-10-08 Rafael Garcia-SuarezMake the perl interpreter more tolerant of UTF-16-encod...
2004-10-02 Craig A. Berrymake t/uni/class.t pass on VMS
2004-09-30 Dave Mitchell [perl #31767] open $1, "file" doesn't raise an exception
2004-09-20 Jarkko Hietaniemi[PATCH] encoding and open pragmas
2004-09-01 Dave Mitchellwhoops, fix 'formline undef' test broken by change...
2004-09-01 Andy LesterPATCH: Taintedness and ternary conditional
2004-09-01 Dave Mitchell[perl #31111] Random made scripts crashing perl
2004-08-23 Nikola Milutinovic[perl #31295] PATCH: Test comp/use.t fails on Tru64
2004-08-20 Dave Mitchella regex in STDOUT destructor coredumped because regex...
next