This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
glob() loading File::Glob behind the scenes may cause syntax errors
[perl5.git] / t /
2000-04-28 Gurusamy SarathyIO::Poll bugs fixed (from Lincoln Stein <lstein@cshl...
2000-04-28 Gurusamy Sarathyfix line renumbering bug in C<eval qq[#line 10 "X"...
2000-04-28 Gurusamy Sarathyfixes for bugs in C<use warnings qw(FATAL all)> (from...
2000-04-28 Gurusamy Sarathyfix for missed accounting for null byte in pack("Z...
2000-04-28 Gurusamy Sarathyqw(a\\b) must be parsed like 'a\\b', i.e., backslash...
2000-04-28 Gurusamy Sarathyrename File::Glob::glob() to File::Glob::bsd_glob(...
2000-04-28 Gurusamy Sarathyunder useithreads, constant pad entries could inadverte...
2000-04-27 Gurusamy Sarathyautoquote barewords followed by newline and arrow properly
2000-04-27 Gurusamy Sarathyallow sort() reentrancy (variant of patch suggested by
2000-04-27 Gurusamy Sarathychange#4197 somehow missed initializing PL_errors,...
2000-04-27 Gurusamy Sarathyfix for failure to match $foo =~ /(?i)/ (from Ilya...
2000-04-27 Gurusamy SarathyData::Dumper fumbles negative numbers on 32-bit platfor...
2000-04-27 Gurusamy Sarathyfix Sys::Syslog breakage on domain sockets (from Tom...
2000-04-27 Gurusamy Sarathytolerate spaces in group names in test on solaris ...
2000-04-27 Gurusamy Sarathyadd testsuite for B backends, fix bug in B::Deparse...
2000-04-27 Gurusamy Sarathyavoid "will not stay shared" warnings for our variables...
2000-04-27 Gurusamy Sarathypatch from Larry to make (\&) prototype work; added...
2000-04-27 Gurusamy Sarathybetter diagnostics on failed tests (from Ilya Zakharevich)
2000-04-27 Gurusamy Sarathylongstanding bug exposed by change#3307: sort arguments...
2000-04-26 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-04-26 Jarkko HietaniemiUndo "use integer" addition from 64bitint as it seems
2000-04-26 Jarkko HietaniemiBe more robust on "extreme" (large absolute value)
2000-04-24 Mark P LutzVarious Unicos 10.0.0.6 fixes.
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy Sarathyadditional tests for change#5934 (from Paul Marquess...
2000-04-24 M. J. T. GuyDo not assume sign propagation.
2000-04-24 Gurusamy Sarathypropagate lexical warnings from surrounding scope correctly
2000-04-24 Gurusamy Sarathyfix RE brokenness on refs/overloaded things (from Ilya...
2000-04-24 Gurusamy Sarathyarrange for next() to resume at the unstack op rather...
2000-04-24 Gurusamy Sarathymake eq unicode-aware (from Gisle Aas); fix bogus tests...
2000-04-24 Gurusamy SarathyLarry's fix for buggy propagation of utf8-ness in join...
2000-04-24 Gurusamy SarathyVMS nits in glob() test (from Charles Lane)
2000-04-24 Gurusamy Sarathyignore dotfiles (.cvsignore etc) in test (from Warren...
2000-04-24 Gurusamy Sarathycaller() wasn't returning the right number of elements for
2000-04-24 Gurusamy Sarathyfix totally broken caching in UNIVERSAL::isa() (from
2000-04-16 Gurusamy Sarathyintroduce illegal symbols into null package so that...
2000-03-31 Jarkko HietaniemiTypo in #5905.
2000-03-31 Jarkko HietaniemiFix for "[ID 20000329.080] quad printing does not work...
2000-03-22 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-22 Gurusamy Sarathyio/fs.t tweaks for Windows 2000
2000-03-22 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-22 Gurusamy Sarathyrename tests to more appropriate names
2000-03-21 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-21 Gurusamy Sarathyintegrate cfgperl and vmsperl contents into mainline
2000-03-21 Gurusamy Sarathymake parenthetic warnings look consistent; make diagnos...
2000-03-21 Gurusamy Sarathytest fails when sockets not available (from Yitzchak...
2000-03-20 Jarkko Hietaniemidetypo
2000-03-20 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-20 Gurusamy Sarathymore sleep needed from slow systems (from Peter Haworth)
2000-03-20 Gurusamy Sarathychange#5797 didn't do the right thing for "\xff\N{WHITE...
2000-03-19 Jarkko HietaniemiFix the socklen default type (from Laszlo Molnar;
2000-03-19 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-19 Gurusamy Sarathytaint.t shouldn't fail where IPC::SysV unavailable
2000-03-19 Gurusamy Sarathysquelch known scalar leak due to compile failure
2000-03-19 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-03-19 Gurusamy Sarathyfix sort optimizer to not hang inside loops
2000-03-19 Gurusamy Sarathywarn about CHECK and INIT blocks encountered at run...
2000-03-19 Jarkko HietaniemiTaint msgrcv() messages; general SysV IPC cleanup.
2000-03-19 Jarkko HietaniemiTaint shmread().
2000-03-19 Jarkko HietaniemiTaint also the passwd field of the getpw*().
2000-03-18 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-18 Jarkko HietaniemiThe #5805 requires a test change, too.
2000-03-18 Gurusamy Sarathyqueued errors may not be displayed after the PL_error_c...
2000-03-18 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-18 Gurusamy Sarathymake "\N{...}" enable utf8-ness correctly
2000-03-18 Gurusamy Sarathymake return values from match in a list context, as...
2000-03-17 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-17 Gurusamy SarathyPodParser v1.13 update (from Brad Appleton)
2000-03-17 Charles Bailey Quick pre-release fixes: clean up results in...
2000-03-17 Gurusamy Sarathyremove non-ANSI parts in comp/cpp.t
2000-03-17 Jarkko HietaniemiMake the test easier to use.
2000-03-15 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-14 Gurusamy Sarathymore warnings tidy-ups (from Paul Marquess)
2000-03-14 Gurusamy Sarathychange#5729 had syntax errors
2000-03-14 Gurusamy Sarathyintegrate vmsperl changes into mainline (change#5693...
2000-03-14 Gurusamy Sarathyupdate Changes; integrate cfgperl contents into mainline
2000-03-14 Gurusamy Sarathytest case for change#5700 (from M. J. T. Guy)
2000-03-14 Jarkko HietaniemiMake the tests 1018 and 1019 more robust.
2000-03-14 Jarkko HietaniemiIntegrate with Sarathy; unapply the #5539 that snekt in
2000-03-14 Gurusamy Sarathyadd sleep() to avoid race on NeXT (from M.E. O'Neill
2000-03-14 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-13 Gurusamy Sarathylexical warnings update for docs and tests (from Paul...
2000-03-13 Gurusamy Sarathyupdates from PodParser v1.12 on CPAN (from Brad Appleton)
2000-03-13 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-13 Gurusamy Sarathyfinal touches for lexical warnings (from Paul Marquess)
2000-03-13 Gurusamy Sarathythe premature FREETMPS calls in change#1187 weren't...
2000-03-13 Charles BaileyInsulate tests of default display_format from different...
2000-03-13 Charles BaileyResync with mainline post RC1
2000-03-13 Charles Bailey Update File::Spec::VMS and tests
2000-03-13 Charles BaileyBasic 5.6.0 RC1 build patches for VMS
2000-03-13 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-12 Gurusamy Sarathyanother optimized-OP_SASSIGN bug: ops that were not...
2000-03-11 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-03-11 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-11 Gurusamy Sarathyanother long-standing eval bug: return doesn't reset...
2000-03-11 Gurusamy Sarathychange#3511 was not defensive enough about try blocks...
2000-03-11 Jarkko HietaniemiRewording.
2000-03-11 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-11 Gurusamy Sarathyreword comment
2000-03-11 Gurusamy SarathyFile::Spec::VMS fixups, *not tested* on VMS (from Barri...
next