This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More symbol scan logic from Alan Burlison.
[perl5.git] / t /
2003-06-05 Yitzchak Scott-Tho... Re: SPUG:-s option doesn't always work!
2003-06-05 Jarkko HietaniemiSKIP label was missing.
2003-06-01 Gerrit P. HaaseTwo Cygwin patches from Gerrit.
2003-05-31 Rafael Garcia-SuarezFix a case of segfault in gv_check(), by making
2003-05-31 Dave Mitchelljumbo closure patch broke formats
2003-05-31 Adrian M. EnacheRe: [perl #22372] [PATCH] sv_chop() broken
2003-05-31 Adrian M. EnacheRe: [perl #22372] [PATCH] sv_chop() broken
2003-05-30 Jarkko Hietaniemitest.pl-isation.
2003-05-30 Jarkko HietaniemiFix for "#22375 'split'/'index' problem for utf8".
2003-05-29 Jarkko HietaniemiAdd the test case for the already fixed
2003-05-29 Dave Mitchelljumbo closure fix
2003-05-26 Dave MitchellRe: [perl #22299] goto doesn't find label
2003-05-24 Dave Mitchell[PATCH #2] Re: [perl #22181] goto undefines my() variables
2003-05-21 Dave MitchellNew warning "Useless localization of %s", based on
2003-05-21 Jarkko HietaniemiMore U/WIN tweaks from John P. Linderman.
2003-05-21 Jarkko HietaniemiU/WIN test tweak from John P. Linderman.
2003-05-17 Nick Ing-SimmonsEnache Adrian <enache@rdslink.ro> test for Win32 sysrea...
2003-05-13 Nick Ing-SimmonsIntegrate mainline
2003-05-12 Alex VandiverRe: Bug stomping fun. [PATCH: bug #1016]
2003-05-12 Rafael Garcia-SuarezUse a more sophisticated heuristics to produce the...
2003-05-12 Jarkko HietaniemiWork also without perlio.
2003-05-12 Nick Ing-SimmonsIntegrate mainline
2003-05-11 Jarkko HietaniemiUse test.pl.
2003-05-11 Jarkko HietaniemiTry to handle a $^X with spaces in it.
2003-05-11 Jarkko HietaniemiSeparate the creation of the command to run by
2003-05-11 Jarkko HietaniemiIntegrate from perlio:
2003-05-11 Gurusamy Sarathyadd test for change#19475,19479 (bugs#21717,22140)
2003-05-11 Nick Ing-SimmonsTests to prove Ticket 9468 is fixed.
2003-05-10 Nick Ing-SimmonsIntegrate mainline
2003-05-09 Rafael Garcia-SuarezA regression test for the remaining "Final $ should...
2003-05-08 Yitzchak Scott-Tho... Re: [perl #17718] %tiedhash in bool context doesn't...
2003-05-06 Nick Ing-SimmonsIntegrate mainline
2003-05-05 Dave Mitchell[perl #3096] undefing hash with object values
2003-05-04 Jarkko HietaniemiDoesn't make any difference for the test but is more...
2003-05-02 Jarkko HietaniemiForgot to check in the -d: file.
2003-05-02 Nick Ing-SimmonsIntegrate mainline (run/switchd.t fails).
2003-05-02 Jarkko HietaniemiThe [perl #21890] (Devel::Coverage breakage) has been...
2003-05-01 Jarkko Hietaniemiminiperl cannot handle layers.t.
2003-05-01 Jarkko HietaniemiThe solution in change #19363 was too unportable.
2003-04-29 Adrian M. Enachebuglet: sub a(;&) { } doesn't work
2003-04-28 Artur BergmanFix bug 2681, change the test not to use the shell...
2003-04-28 Jarkko HietaniemiSysV msg queues can be something hanging (witnessed...
2003-04-27 Nick Ing-SimmonsIntegrate mainline.
2003-04-27 Jarkko HietaniemiAdd a test case for [perl #15288] (already solved).
2003-04-25 Jarkko HietaniemiClarify(?) the perlio default layers table.
2003-04-23 Dave MitchellA new fatal error :
2003-04-23 Jarkko HietaniemiHandle the combination of dosish and non-faststdio.
2003-04-21 Adrian M. EnacheFix another segfault case (warn called from UNIVERSAL...
2003-04-21 Jarkko HietaniemiIntroduce two new Configure symbols:
2003-04-19 Adrian M. EnacheFix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with...
2003-04-19 Dave MitchellRe: [PATCH] [perl #21875] Hash ref transformed as a...
2003-04-19 Dave Mitchellallow recursive FETCHes
2003-04-19 Craig A. Berryreadline.t tweak for VMS
2003-04-18 Jarkko HietaniemiUTF8 regexp patch from Inaba Hiroto.
2003-04-17 Nick Ing-SimmonsIntegrate mainline
2003-04-17 Jarkko HietaniemiDetect the 'fast stdio' case.
2003-04-16 Jarkko HietaniemiHandle PERLIO= and document a bit.
2003-04-16 Jarkko HietaniemiTry to get the layers.t working also for dosish platforms.
2003-04-16 Jarkko HietaniemiWhat does an empty PERLIO= mean, anyway?
2003-04-15 Jarkko HietaniemiHandle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and...
2003-04-15 Jarkko HietaniemiDon't skip the whole test for PERLIO=perlio.
2003-04-15 Jarkko HietaniemiAdd a test for [perl #17753].
2003-04-14 Inaba HirotoRe: Parse::RecDescent triggers infinete loop in perl5...
2003-04-14 Jarkko HietaniemiPERLIO=perlio requires extra steps.
2003-04-14 Jarkko HietaniemiSkip as early as possible if no perlio since the
2003-04-14 Nathan TorkingtonDocument and test autovivified dirhandles.
2003-04-14 Rafael Garcia-SuarezMore docs about running tests and the test suite.
2003-04-14 Jarkko HietaniemiIntroduce PerlIO::get_layers() to allow people to peek
2003-04-13 Jarkko HietaniemiUpgrade to Test::Harness 2.27_04.
2003-04-10 Rafael Garcia-SuarezFix bug #21914, 3-arg open + local $fh + strict coredump.
2003-04-09 Jarkko Hietaniemiopen(my $fh, ">&", STDOUT) should not warn under strict.
2003-04-09 Jarkko HietaniemiTry to be more descriptive than just __ANONIO__ which...
2003-04-08 Adrian M. EnacheRe: Error: Unknown error
2003-04-07 Michael G. SchwernRe: [PATCH] ExtUtils::MakeMaker 6.10_02
2003-04-02 Yitzchak Scott-Tho... Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s...
2003-04-01 Rafael Garcia-SuarezFix bug #21742. require should be always invoked in
2003-04-01 Rafael Garcia-SuarezRe: 5.8.1@19053 bug: make minitest fails with threads
2003-04-01 Nick Ing-SimmonsIntegrate mainline
2003-03-31 Jarkko HietaniemiUpgrade to Test::Harness 2.27_02.
2003-03-31 Michael G. SchwernExtUtils::MakeMaker 6.03 -> 6.06_05ish
2003-03-31 Jarkko HietaniemiSome low-hanging fruit for EBCDIC portability
2003-03-26 Nicholas ClarkBetter version of change #19069
2003-03-26 Paul Green[patch] for Stratus VOS
2003-03-26 Nicholas ClarkRe: [perl #21614] 5.8.0 Unbalanced string table refcount
2003-03-26 Dave Mitchell[PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
2003-03-22 Nick Ing-SimmonsIntegrate mainline
2003-03-20 Adrian M. EnacheRe: [patch] [perl #21628] rcatline issue
2003-03-18 Dave Mitchell[perl #9990] avoid goto &tmpsub coredump
2003-03-18 Hugo van der Sandenadd tests for existing behaviour of undef postinc/dec
2003-03-17 LAUN Wolfgangpack changes and related fixes
2003-03-16 Jarkko HietaniemiIRIX ls -l marks sockets with 'S'.
2003-03-14 Adrian M. EnacheRe: [fix] [perl #21575] Bug with print( followed by...
2003-03-13 Kurt Starsinic[perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum...
2003-03-12 Jarkko HietaniemiIntegrate:
2003-03-11 Jarkko HietaniemiBe more lax about the out of memory error message.
2003-03-11 Jarkko HietaniemiTry to handle hitting the heap/data limit in small...
2003-03-11 Todd C. Millertypos and other minor things
2003-03-11 Jarkko HietaniemiA rejected hunk of #18902 reapplied.
2003-03-11 Jarkko HietaniemiPatch from Craig Berry to resolve test failures in...
2003-03-10 Rafael Garcia-SuarezIntegrate (by hand) change #18386 from maint-5.8
next