Complex tweakery.
[p5sagit/p5-mst-13.2.git] / t /
2000-05-02 Jarkko Hietaniemi Complex tweakery.
2000-05-02 Jarkko Hietaniemi Use setxxent()/endxxent().
2000-05-02 Jarkko Hietaniemi Test both the scalar and list contexts.
2000-05-02 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-02 Gurusamy Sarathy change#3798 broke the meaning of "\0_7_7", tr/\0_/...
2000-05-01 Jarkko Hietaniemi Integrate with Sarathy; unfortunately Sarathy's whitespace
2000-05-01 Gurusamy Sarathy add CGI.pm v2.66 (from Lincoln Stein)
2000-04-30 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-29 Gurusamy Sarathy test tweak
2000-04-29 Gurusamy Sarathy windows portability tweaks
2000-04-29 Gurusamy Sarathy make lib/syslog.t portable to systems that don't have...
2000-04-28 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-28 Gurusamy Sarathy tweak test for portability
2000-04-28 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-28 Gurusamy Sarathy IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl...
2000-04-28 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-28 Gurusamy Sarathy fix line renumbering bug in C<eval qq[#line 10 "X"...
2000-04-28 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-28 Gurusamy Sarathy fixes for bugs in C<use warnings qw(FATAL all)> (from...
2000-04-28 Gurusamy Sarathy fix for missed accounting for null byte in pack("Z...
2000-04-28 Gurusamy Sarathy qw(a\\b) must be parsed like 'a\\b', i.e., backslash...
2000-04-28 Gurusamy Sarathy rename File::Glob::glob() to File::Glob::bsd_glob(...
2000-04-28 Gurusamy Sarathy under useithreads, constant pad entries could inadverte...
2000-04-27 Gurusamy Sarathy autoquote barewords followed by newline and arrow properly
2000-04-27 Gurusamy Sarathy allow sort() reentrancy (variant of patch suggested by
2000-04-27 Gurusamy Sarathy change#4197 somehow missed initializing PL_errors,...
2000-04-27 Gurusamy Sarathy fix for failure to match $foo =~ /(?i)/ (from Ilya...
2000-04-27 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-27 Gurusamy Sarathy Data::Dumper fumbles negative numbers on 32-bit platfor...
2000-04-27 Gurusamy Sarathy fix Sys::Syslog breakage on domain sockets (from Tom...
2000-04-27 Gurusamy Sarathy tolerate spaces in group names in test on solaris ...
2000-04-27 Gurusamy Sarathy add testsuite for B backends, fix bug in B::Deparse...
2000-04-27 Gurusamy Sarathy avoid "will not stay shared" warnings for our variables...
2000-04-27 Gurusamy Sarathy patch from Larry to make (\&) prototype work; added...
2000-04-27 Gurusamy Sarathy better diagnostics on failed tests (from Ilya Zakharevich)
2000-04-27 Gurusamy Sarathy longstanding bug exposed by change#3307: sort arguments...
2000-04-26 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-04-26 Jarkko Hietaniemi Undo "use integer" addition from 64bitint as it seems
2000-04-26 Jarkko Hietaniemi Be more robust on "extreme" (large absolute value)
2000-04-24 Mark P Lutz Various Unicos 10.0.0.6 fixes.
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Gurusamy Sarathy additional tests for change#5934 (from Paul Marquess...
2000-04-24 M. J. T. Guy Do not assume sign propagation.
2000-04-24 Gurusamy Sarathy propagate lexical warnings from surrounding scope correctly
2000-04-24 Gurusamy Sarathy fix RE brokenness on refs/overloaded things (from Ilya...
2000-04-24 Gurusamy Sarathy arrange for next() to resume at the unstack op rather...
2000-04-24 Gurusamy Sarathy make eq unicode-aware (from Gisle Aas); fix bogus tests...
2000-04-24 Gurusamy Sarathy Larry's fix for buggy propagation of utf8-ness in join...
2000-04-24 Gurusamy Sarathy VMS nits in glob() test (from Charles Lane)
2000-04-24 Gurusamy Sarathy ignore dotfiles (.cvsignore etc) in test (from Warren...
2000-04-24 Gurusamy Sarathy caller() wasn't returning the right number of elements for
2000-04-24 Gurusamy Sarathy fix totally broken caching in UNIVERSAL::isa() (from
2000-04-16 Gurusamy Sarathy introduce illegal symbols into null package so that...
2000-03-31 Jarkko Hietaniemi Typo in #5905.
2000-03-31 Jarkko Hietaniemi Fix for "[ID 20000329.080] quad printing does not work...
2000-03-22 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-22 Gurusamy Sarathy io/fs.t tweaks for Windows 2000
2000-03-22 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-22 Gurusamy Sarathy rename tests to more appropriate names
2000-03-21 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-21 Gurusamy Sarathy integrate cfgperl and vmsperl contents into mainline
2000-03-21 Gurusamy Sarathy make parenthetic warnings look consistent; make diagnos...
2000-03-21 Gurusamy Sarathy test fails when sockets not available (from Yitzchak...
2000-03-20 Jarkko Hietaniemi detypo
2000-03-20 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-20 Gurusamy Sarathy more sleep needed from slow systems (from Peter Haworth)
2000-03-20 Gurusamy Sarathy change#5797 didn't do the right thing for "\xff\N{WHITE...
2000-03-19 Jarkko Hietaniemi Fix the socklen default type (from Laszlo Molnar;
2000-03-19 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-19 Gurusamy Sarathy taint.t shouldn't fail where IPC::SysV unavailable
2000-03-19 Gurusamy Sarathy squelch known scalar leak due to compile failure
2000-03-19 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-03-19 Gurusamy Sarathy fix sort optimizer to not hang inside loops
2000-03-19 Gurusamy Sarathy warn about CHECK and INIT blocks encountered at run...
2000-03-19 Jarkko Hietaniemi Taint msgrcv() messages; general SysV IPC cleanup.
2000-03-19 Jarkko Hietaniemi Taint shmread().
2000-03-19 Jarkko Hietaniemi Taint also the passwd field of the getpw*().
2000-03-18 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-18 Jarkko Hietaniemi The #5805 requires a test change, too.
2000-03-18 Gurusamy Sarathy queued errors may not be displayed after the PL_error_c...
2000-03-18 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-18 Gurusamy Sarathy make "\N{...}" enable utf8-ness correctly
2000-03-18 Gurusamy Sarathy make return values from match in a list context, as...
2000-03-17 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-17 Gurusamy Sarathy PodParser v1.13 update (from Brad Appleton)
2000-03-17 Charles Bailey Quick pre-release fixes: clean up results in...
2000-03-17 Gurusamy Sarathy remove non-ANSI parts in comp/cpp.t
2000-03-17 Jarkko Hietaniemi Make the test easier to use.
2000-03-15 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-14 Gurusamy Sarathy more warnings tidy-ups (from Paul Marquess)
2000-03-14 Gurusamy Sarathy change#5729 had syntax errors
2000-03-14 Gurusamy Sarathy integrate vmsperl changes into mainline (change#5693...
2000-03-14 Gurusamy Sarathy update Changes; integrate cfgperl contents into mainline
2000-03-14 Gurusamy Sarathy test case for change#5700 (from M. J. T. Guy)
2000-03-14 Jarkko Hietaniemi Make the tests 1018 and 1019 more robust.
2000-03-14 Jarkko Hietaniemi Integrate with Sarathy; unapply the #5539 that snekt in
2000-03-14 Gurusamy Sarathy add sleep() to avoid race on NeXT (from M.E. O'Neill
2000-03-14 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-13 Gurusamy Sarathy lexical warnings update for docs and tests (from Paul...
2000-03-13 Gurusamy Sarathy updates from PodParser v1.12 on CPAN (from Brad Appleton)
next