This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replace the use Test::More in t/{op,io,run} with t/test.pl.
[perl5.git] / t / comp /
2001-09-04 Jarkko HietaniemiAdd the \[$@%&*] prototype support.
2001-08-12 Jarkko HietaniemiDrop all the unnecessary "use utf8" clauses and some of
2001-06-16 Jarkko HietaniemiNetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-06-11 Chris Nandor[MacPerl-Porters] [PATCH] Mac OS Compatability for...
2001-04-26 Robin Houstondisable correct warning
2001-04-11 Simon Cozensprototype("CORE::recv")
2001-03-30 Peter Prymmermore tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
2001-03-18 Jarkko HietaniemiRe-integrate #9138 from maintperl to mainline,
2001-03-14 Jarkko HietaniemiThe Day of the Retractions continues: the #9138
2001-03-14 Jarkko HietaniemiIntegrate changes #9137,9138,9142 from maintperl into...
2001-01-24 Charles BaileySYN SYN
2001-01-09 Andy DoughertyRe: [PATCH: perl@8342] comp/proto..........FAILED tests...
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-28 Daniel ChetlinFix problem with `&' prototype
2000-12-10 Jarkko HietaniemiTest case for #8064.
2000-12-09 Nick Ing-SimmonsMake print, syswrite, send, readline, getc honour utf8...
2000-11-06 Jarkko HietaniemiAdmit that the test leaks scalars.
2000-11-06 Jarkko HietaniemiDocument that the evaled syntax errors cause scalar...
2000-10-29 Andreas KönigTests for #7487.
2000-10-22 John TobeyMove the #7390 test from warn/op to comp/redef.
2000-10-20 Charles BaileySYN SYN
2000-08-29 Mike GuyUse minimal @INC in tests, most of the time just '...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-02 Gurusamy Sarathyrequire.t needs binmode() to work on windows
2000-07-31 Jarkko HietaniemiThe swallow_bom() saga continues. The #23 of require.t
2000-07-25 M. J. T. GuyGet UTF16 BOMs working. Patch from
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6261..6266 into mainline
2000-06-28 Simon CozensRe: [PATCH cfgperl] BOMs away!
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-27 Gurusamy Sarathypatch from Larry to make (\&) prototype work; added...
2000-03-21 Gurusamy Sarathymake parenthetic warnings look consistent; make diagnos...
2000-03-17 Gurusamy Sarathyremove non-ANSI parts in comp/cpp.t
2000-03-08 Gurusamy Sarathydo FILE should not see outside lexicals (from Rick...
2000-03-05 Gurusamy Sarathyprototype changes for eventually supporting C<binmode...
2000-03-02 Jarkko HietaniemiFurther long double patches from Spider Boardman.
2000-02-28 Charles BaileyMinor test updates to accomodate new subprocess invocation
2000-02-26 Gurusamy Sarathysupport for version vectors in UNIVERSAL::VERSION(...
2000-02-23 Gurusamy Sarathyper Larry's idea, parse 1.2.3 as v1.2.3; C<require...
2000-02-22 Gurusamy Sarathyadjust for lost fp precision in require version check
2000-02-21 Gurusamy Sarathyremove dual-valueness of v-strings (i.e., they are...
2000-02-10 Gurusamy Sarathylongstanding bug in parsing "require VERSION", could...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyfix parse error on C<{ use strict }> and other construc...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-24 Gurusamy Sarathysupport for v5.5.640 style version numbers
1999-12-18 Gurusamy Sarathyfix from Larry for parsing C<{ 0x1 => 'foo'}> as an
1999-10-08 Larry Walladd suggested patch =~ s/NOTOP/OP_NOT/ with tests
1999-07-27 Ilya Zakharevichapplied suggested patch; added missing prototype changes to
1999-07-17 Gurusamy Sarathyallow $foo{$x} and $bar[$i] for (\$) prototype
1999-05-28 Gurusamy Sarathychange#3449 wasn't doing enough
1999-05-24 Gurusamy Sarathyallow '*' prototype to autoquote even barewords that...
1999-05-21 Gurusamy Sarathytest tweak
1999-05-12 Gurusamy Sarathymore testsuite smarts (many of them courtesy Ilya)
1999-03-24 Charles Baileyapplied suggested patch, modulo superseded parts
1999-02-19 Gurusamy Sarathybring '*' prototype closer to how it behaves internally
1999-02-12 Gurusamy Sarathymake testsuite somewhat location independent
1999-02-07 Gurusamy Sarathyproperly prototype check parenthesized unary ops (e...
1998-11-26 Gurusamy Sarathyfix C<if (...) { package Foo; ... }> misoptimization...
1998-10-28 Jarkko HietaniemiBison says 'parse error', not 'parser error'.
1998-10-26 Jarkko HietaniemiMore robustness.
1998-10-17 Jarkko HietaniemiMore robust yacc/bison failure output handling.
1998-09-05 Larry Wallseveral new tests needed tweaking to work under utf8
1998-08-05 Gurusamy Sarathyend pod processing when source file is closed (prevents...
1998-08-02 Jarkko Hietaniemisupport OE/MVS
1998-07-19 Gurusamy Sarathyfix and test handling of literal newlines in heredocs
1998-05-21 Ilya Zakharevich[win32] fix problematic change#965 from maintbranch
1998-02-12 Gurusamy Sarathy[win32] make t/comp/require.t type xtext
1998-02-12 Gurusamy Sarathy[win32] fix extra LEAVE when require fails
1998-02-06 Ilya Zakharevich5.004_56: patch for `use Fatal' again
1998-02-06 Malcolm BeattieSome more Chip patches (tweaked to match _5x):
1997-10-16 Malcolm BeattieMerge maint-5.004 branch (5.004_04) with mainline.
1997-10-08 Malcolm BeattieMerge maint-5.004 branch (5.004_03) with mainline.
1997-09-05 Perl 5 Porters[inseparable changes from patch to perl 5.004_04] perl-5.004_04
1997-08-06 Gurusamy SarathyEval fails in certain situations (eval "{'...")
1997-08-06 Hugo van der SandenAdd xor tests to test suite
1997-06-24 Malcolm BeattieBranch integration of maint-5.004 from relperl.
1997-05-25 Malcolm BeattieFirst stab at 5.003 -> 5.004 integration.
1997-03-28 Malcolm BeattiePerl 5.003 check-in
1997-03-22 Perl 5 Porters[inseparable changes from match from perl-5.003_94...
1997-03-08 Perl 5 Porters[inseparable changes from match from perl-5.003_93...
1997-03-06 Perl 5 Porters[inseparable changes from match from perl-5.003_92...
1997-03-06 Andy Doughertyperl -P path patch
1997-01-25 Ilya ZakharevichTest patches for OS/2
1997-01-15 Perl 5 Porters[inseparable changes from patch from perl5.003_20 to...
1997-01-15 Paul Marquesslow priority patches
1997-01-07 Perl 5 Porters[inseparable changes from patch from perl5.003_19 to...
1997-01-07 Graham BarrNew test: comp/proto.t
1997-01-07 Chip Salzenberg[shell changes from patch from perl5.003_19 to perl5...
1997-01-04 Chip Salzenberg[differences between cumulative patch application and... perl-5.003_19
1997-01-04 Perl 5 Porters[inseparable changes from patch from perl5.003_18 to...
1997-01-04 Chip Salzenberg[shell changes from patch from perl5.003_18 to perl5...
1996-10-07 Jarkko HietaniemiLC_COLLATE.
1996-02-29 Andy Doughertyperl 5.002 perl-5.002
1996-08-10 Larry Wallperl 5.003_02: [changes beteween cumulative patches... perl-5.003_02
1996-08-10 Larry Wallperl 5.003_02: [no incremental changelog available]
1995-11-20 Larry Wall5.002 beta 1
1995-05-30 Andy DoughertyThis is my patch patch.1i for perl5.001.
1994-10-17 Larry Wallperl 5.000 perl-5.000
1993-11-10 Larry Wallperl 5.0 alpha 4
next