This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix deparsing of reversed foreach loops,
[perl5.git] / t /
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...
2004-08-19 Rafael Garcia-SuarezMark a test that relies on tainting behavior as TODO...
2004-08-14 Dave Mitchellmake pp_goto() cope potential stack reallocation in...
2004-08-13 Andy LesterTest for functions with operator names
2004-08-10 Jim CromieRe: 2 patches: goto.t, B.pm/xs
2004-08-09 Dave Mitchellmade eq_array in t/test.pl handle undef values better
2004-08-09 Andy LesterPatch for t/op/sleep.t
2004-08-04 Rafael Garcia-SuarezRemove the "Newline in left-justified string" warning.
2004-08-04 John PeacockFinal version object core patch?
2004-08-02 Steve HayFix breakage caused by Change 23179
2004-08-01 Marcus Holland-MoritzSkip test when building without Encode.
2004-07-28 david nicolRe: more 5.9 sort tests (second draft)
2004-07-23 Dave Mitchell[perl #30733] memory leak in array delete
2004-07-21 Rick DelaneyRe: [perl #30688] Empty slice arg with ($;$) prototype
2004-07-15 Nicholas ClarkThe optrees for C<for $_ (...)> and C<for (...)> differ...
2004-07-14 Nicholas ClarkLots of tests for for reverse ...
2004-07-13 Nicholas Clarkcheck that reverse (sort (@a), @b) etc work.
2004-07-13 Nicholas ClarkCheck that non-optimimisable sort comparisons work...
2004-07-13 Nicholas ClarkTest reverse sort as the return from a function in...
2004-07-13 Nicholas ClarkAlso test reverse sort in scalar context
2004-07-13 Nicholas ClarkThe current optimisation for sort {$b cmp $a} is bogus...
2004-07-13 LAUN WolfgangRe: [perl #30568] splice generates undef? [PATCH]
2004-07-13 Nicholas Clarkno_plan support in test.pl
2004-07-09 Jarkko HietaniemiRe: Segfault using HTML::Entities
2004-06-25 Andy DoughertyCorrect detection of absent modules. Based on
2004-06-25 Jeff Pinyanregcomp.c, t/op/regmesg.t -- False range with \p and \P
2004-06-25 Rafael Garcia-SuarezMore @INC test fixes
2004-06-24 Marcus Holland-MoritzFix for: [perl #2738] perl segfautls on input
2004-06-23 Nicholas ClarkTest that [] // 0 is []
2004-06-23 Rafael Garcia-SuarezAdd a regression test for bug #23765 (by Jarkko)
2004-06-22 Nicholas ClarkAbolish the "Tied variable freed while still in use...
2004-06-18 Nicholas ClarkWhen expecting an error, it's best to check the text...
2004-06-18 Nicholas ClarkCan't test the B modules if we didn't build 'em
2004-06-18 Nicholas ClarkNeed to skip test 7 if perl built without the PerlIO...
2004-06-13 Abe Timmermant/TEST
2004-06-11 Marcus Holland-Moritzt/comp/utf.t failed when configuring with -Dnoextension...
2004-06-09 Rafael Garcia-SuarezRemove the "malloc wrappage" tests, due to their unport...
2004-06-09 Rafael Garcia-SuarezUpgrade to Pod::Parser 1.28
2004-06-08 Dave Mitchell[perl #30061] double DESTROY in for loop
2004-06-08 Jarkko HietaniemiRe: [PATCH] Re: Lack of error for large string on Solaris
2004-06-06 SADAHIRO TomoyukiRe: [PATCH] [perl #29841] utf8::decode doesn't work...
2004-06-02 Rafael Garcia-SuarezMake the dUNDERBAR/UNDERBAR macros work as advertised.
2004-05-30 Shinya HayakawaRe: my $x->{foo} doesn't work
2004-05-30 Dave Mitchell[perl #29708] Problem with autouse (causing Perl to...
2004-05-30 Nicholas ClarkSkip in minitest
2004-05-28 Alan BurlisonTEST needs to ignore SCM files
2004-05-24 Rafael Garcia-SuarezTests for change #22842, by SADAHIRO Tomoyuki
2004-05-22 Dave Mitchell [perl #29790] Optimization busted: '@a = "b", sort...
2004-05-18 Steve HayRe: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net...
2004-05-17 Jim CromieFix new B::Concise test output
2004-05-13 Jarkko HietaniemiBOM-marked and (BOMless) UTF-16 scripts not working
2004-05-07 Dave Mitchellsymbolic references like ${"foo$index"}*3 would incorre...
2004-05-06 Marcus Holland-Moritz[perl #29346] Double warning for int(undef) and abs...
2004-05-04 Dave Mitchell[perl #29340] Bizarre copy of ARRAY
2004-05-04 Marcus Holland-MoritzAdd byte-order group modifiers to (un)pack templates.
2004-05-03 Dave Mitchelladd test for change #22746 ([perl #29102] Crash on...
2004-05-03 Dave Mitchelladd test for change #22776 ("open m" crashes Perl)
2004-05-03 Dave Mitchell[perl #29127] scalar delete of empty slice returned...
2004-05-03 Dave Mitchell [perl #28938] split could leave an array without ...
2004-05-02 Nicholas ClarkMake t/uni/class.t pass on case insensitive file systems
2004-04-30 Dave Mitchelldisable problematical 'uninitialized value' warning...
2004-04-29 SADAHIRO TomoyukiFix 29149 - another UTF8 cache bug hit by substr.
2004-04-27 Jeff Pinyancandidate for TR18 compliance
2004-04-23 Dave MitchellInclude variable names in "Use of uninitialized value...
2004-04-23 Marcus Holland-Moritzbyte-order modifiers for (un)pack templates
2004-04-19 Rafael Garcia-SuarezNew file left out of the last commit.
2004-04-19 Hugo van der SandenRe: [perl #28532] optional match of an anchor gets...
2004-04-14 John Peacock's to bring bleadperl up to version-0.39
2004-04-07 John PeacockBleadperl to version 0.37
2004-04-07 Rafael Garcia-SuarezThe optree builder was looping when constructing the ops
2004-04-06 Jim CromieRe: tests for change #22539
2004-04-06 Marcus Holland-MoritzMake the ! suffix handle n/N/v/V as signed integers
2004-04-05 Rafael Garcia-Suarez[perl #28171] wantarray docs should mention effect...
2004-04-02 Rafael Garcia-SuarezFix bug #27940 : \cX escapes weren't working correctly...
2004-04-01 Marcus Holland-MoritzFix and tests for [perl #28123] Perl optimizes // away...
2004-03-31 Dave Mitchell [perl #28032] delete $_[0] + (\$) prototype = bad...
2004-03-31 Nicholas ClarkUpgrade to Unicode 4.0.1
2004-03-29 Dave Mitchellbackout change 22606 (make gv_fullname() include a...
2004-03-28 Dave Mitchellmake gv_fullname() etc include a literal '^' for *...
2004-03-27 Dave Mitchell[perl #24200] string corruption with lvalue sub
2004-03-26 Dave Mitchellfix for change #22594; if using test.pl, must tell...
2004-03-26 Dave Mitchell [perl #27040] - hints hash was being double freed...
2004-03-26 Andy LesterRe: [perl #27906] stat documentation correction
2004-03-26 Dave Mitchell[perl #27268] Blessed reference to anonymous glob
next