This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Adjust array index in FileCache.pm.
[perl5.git] / t /
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
2004-03-24 Nicholas Clarkmintest will pass if I skip the correct number of tests...
2004-03-23 Hugo van der SandenFix bug [perl #27839] returning @+ out of scope loses...
2004-03-22 Nicholas ClarkDon't assume that the chmod will always work.
2004-03-22 Yitzchak Scott-Tho... Re: [PATCH] warn on !=~
2004-03-21 Andy LesterFinally, this "Negative repeat count" warning wasn...
2004-03-21 Rafael Garcia-SuarezAdd a new warning "Negative repeat count"
2004-03-20 Yitzchak Scott-Tho... warn on !=~
2004-03-18 Marcus Holland-Moritzrange operator warnings / 64-bit fix
2004-03-18 Dave Mitchellmake ~$x give warning is $x isn't initialised.
2004-03-14 Dave Mitchell [perl #27638] scope exit could expose freed local...
2004-03-14 Dave Mitchell[perl #27628] strict 'subs' didn't warn on bareword...
2004-03-11 Dave Mitchellmake op/write.t work better under stdio by running...
2004-03-09 Rafael Garcia-SuarezImprove the "Prototype mismatch" error message when
2004-03-09 Marcus Holland-MoritzRevert change #22472, but keep the new tests.
2004-03-09 Marcus Holland-MoritzRe: undef and the range operator
2004-03-09 Nicholas ClarkMake a temporary copy of the input buffer in pp_send...
2004-03-07 Nicholas ClarkAdd a readonly check to Perl_sv_utf8_upgrade_flags...
2004-03-07 Marcus Holland-Moritzundef and the range operator
2004-03-07 Craig A. Berryline-end tweak for VMS
2004-03-06 Nicholas ClarkMake threads tests pass make minitest (by skipping)
2004-03-05 Marcus Holland-MoritzRe: Strange segfault
2004-03-04 Dave Mitchell[perl #27206] Memory leak in continue loop
2004-03-04 Dave Mitchelladd deprecation warning for my $x if 0
2004-03-04 Dave Mitchellretract 22328 and 22332: deprecation warning for my...
2004-03-04 Rafael Garcia-SuarezFix [perl #27357] Scalar Win32::GetOSVersion() broken...
2004-03-03 Jarkko HietaniemiSpeed up the unicode case mappings (for /i, lc, uc...
2004-03-03 Dave Mitchellstop t/op/write.t failures under stdio by always closin...
2004-03-02 Nicholas ClarkChange the skip logic on the unicode tests so that...
2004-03-02 Nicholas ClarkWork on eliminating systematic failures on make minitest:
2004-03-02 Dave MitchellRemove machine-dependent rounding dependency from write...
2004-03-01 Dave Mitchelladd tests for change 22414 (lvalue substr jollity)
2004-02-25 Dave Mitchellstop "const in void context" warning for a const in an
2004-02-24 Rafael Garcia-SuarezEnhance test cleanliness by a very small factor.
2004-02-24 Rafael Garcia-SuarezFix a segfault during optree construction. (bug #27024)
2004-02-23 Rafael Garcia-SuarezFix bug #26910: hints were not propagated into (?{...
2004-02-23 SADAHIRO TomoyukiRe: [perl #26905] "use bytes" doesn't apply byte semant...
2004-02-20 Dave Mitchellremove a split test's dependence on -Dx output
2004-02-20 Dave Mitchelloptimise the sorting inplace of plain arrays: @a =...
2004-02-19 Rafael Garcia-SuarezUpgrade to prereleases of Math::BigInt 1.70 and
2004-02-18 Dave Mitchellfix write test: -small_number may be displayed as 00...
2004-02-18 Dave MitchellAdd tests for the C<my $x if foo> deprecation, and...
2004-02-17 Tassilo von ParsevalRe: [PATCH] GLOB to LVALUE assignment fix
2004-02-15 Dave Mitchell [perl #25824] Segmentation fault with
2004-02-09 Rafael Garcia-SuarezImplement stacked filetest operators (-f -w -x $file).
2004-02-09 Hugo van der SandenRe: [perl #26073] sprintf miscounts padding when format...
2004-02-08 Rafael Garcia-Suarezmap and grep weren't working correctly with lexical...
next