for(;;), sort
[p5sagit/p5-mst-13.2.git] / t /
2001-05-01 Benjamin Sugars Test autoflush on fork (Was: Should I remove something?)
2001-05-01 Peter Prymmer more VMS tweaks for addn'l selfstubber tests
2001-04-30 Hugo van der Sanden Re: [PATCH bleadperl] [ID 20010426.002] Word boundry...
2001-04-30 Jarkko Hietaniemi Reintroduce #9889 to unbuffer the stderr/stdout on...
2001-04-29 Jarkko Hietaniemi Changed the underscore/undebar syntax in numeric constants;
2001-04-29 Jarkko Hietaniemi In character classes one couldn't have 0x80..0xff chara...
2001-04-28 Jarkko Hietaniemi Because #9894 seems to do the trick, this workaround...
2001-04-28 Jarkko Hietaniemi Test tweak for #9891.
2001-04-27 Mike Guy Re: selfstubber test fail on bleadperl
2001-04-27 Jarkko Hietaniemi Test tweak for #9886.
2001-04-27 Jarkko Hietaniemi Buffering issue at least in Solaris (even with perlio).
2001-04-27 Tim Jenness Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849...
2001-04-26 Peter Prymmer vms specific tweak to new selfstubber.t
2001-04-26 Jarkko Hietaniemi Deparse nits.
2001-04-26 Nicholas Clark more for Devel::SelfStubber
2001-04-26 Robin Houston disable correct warning
2001-04-26 Jarkko Hietaniemi Beginnings of strptime(). Do not touch the wet paint.
2001-04-26 Jarkko Hietaniemi Make selfstubber test more portable.
2001-04-25 Nicholas Clark test for Devel::SelfStubber
2001-04-25 John Peacock Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
2001-04-25 Philip Newton Re: [PATCH] foreach defelem magic should only be applie...
2001-04-24 Philip Newton Re: [PATCH t/lib/1_compile.t] Skipping known tested...
2001-04-24 Michael G. Schwern Re: [PATCH t/lib/1_compile.t] Skipping known tested...
2001-04-24 Jarkko Hietaniemi Update the test failure disclaimer.
2001-04-23 Jarkko Hietaniemi Test case for #9800.
2001-04-23 Robin Houston test for ID 20010423.002
2001-04-23 Jarkko Hietaniemi Add one more naughty test for base64; make encoding...
2001-04-23 Jarkko Hietaniemi Add the CPAN.pm 1.59_54 tests.
2001-04-23 Jarkko Hietaniemi Time::Piece work continues. $t->day removed since
2001-04-23 Andreas König Re: [PATCH] Re: [ID 20010422.003] Core dump in overload...
2001-04-22 Simon Cozens Re: [ID 20010422.003] Core dump in overloaded bool...
2001-04-21 Michael G. Schwern B::walksymtable improperly documented?
2001-04-20 Peter Prymmer avoid t/u-*.t test on platforms where List/Util was...
2001-04-19 Nick Ing-Simmons Blind (untested) integrate of mainline.
2001-04-19 Jarkko Hietaniemi Document and test Time::Piece.
2001-04-19 Kurt D. Starsinic h2ph test suite bugfix and refactoring
2001-04-19 Jarkko Hietaniemi Add Time::Piece, a slight rewrite of Time::Object,
2001-04-18 Peter Prymmer fix new exporter test to work OK on VMS
2001-04-18 Jarkko Hietaniemi Workaround for the "\x{12345678}" plus s/(.)/$1/g plus...
2001-04-18 Benjamin Sugars Test case for C<undef %File::Glob::>
2001-04-18 Tim Jenness XS::Typemap - T_OPAQUE
2001-04-18 Jarkko Hietaniemi The #9735 also changes the subtest 12.
2001-04-18 Gisle Aas foreach defelem magic should only be applied to PL_sv_undef
2001-04-17 Nick Ing-Simmons Re-sync for t/lib/b.t fix
2001-04-17 Benjamin Sugars Re: [PATCH] Fix cwd.t when libpth contains symlinks
2001-04-17 Robin Houston ambient pragmas
2001-04-17 Nick Ing-Simmons Integrate mainline (t/lib/b.t fails test 2...)
2001-04-17 Jarkko Hietaniemi Make the test more portable.
2001-04-17 Benjamin Sugars Fix cwd.t when libpth contains symlinks
2001-04-15 Jarkko Hietaniemi Printing out the ok messages helps successful testing.
2001-04-15 Michael G. Schwern Testing Exporter
2001-04-15 Michael G. Schwern Exit via last, part 1
2001-04-15 Michael G. Schwern Doesn't skip RCS files
2001-04-15 Jarkko Hietaniemi Test also the scalar aspect of getitimer().
2001-04-15 Jarkko Hietaniemi Add interval timer (setitimer, getitimer) support to...
2001-04-15 Jarkko Hietaniemi Add Scalar-List-Utils 1.02, from Graham Barr.
2001-04-13 Jarkko Hietaniemi Add more debug output to the test.
2001-04-13 Nick Ing-Simmons Integrate mainline
2001-04-12 Jarkko Hietaniemi Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
2001-04-12 Gisle Aas Digest::MD5 on UTF8 strings
2001-04-11 Simon Cozens prototype("CORE::recv")
2001-04-11 Jarkko Hietaniemi Bad test numbering in integrate in #9677.
2001-04-11 Jarkko Hietaniemi Integrate changes #9675,9676 from maintperl into mainline.
2001-04-10 Nick Ing-Simmons Integrate mainline
2001-04-10 Nick Ing-Simmons Integrate against change 9670 aka perl-5.7.1
2001-04-10 Jarkko Hietaniemi Missing std block.
2001-04-09 Jarkko Hietaniemi Upgrade to CGI.pm 2.753, from Lincoln Stein.
2001-04-09 Jarkko Hietaniemi Bad assumption that shortsize == 2.
2001-04-08 Jarkko Hietaniemi Integrate change #9624 from maintperl into mainline:
2001-04-08 Nick Ing-Simmons Integrate mainline
2001-04-07 Jarkko Hietaniemi Forgot to bump the number of tests in #9164.
2001-04-07 Robin Houston PATCH: $[
2001-04-07 Robin Barker isn't numeric warning
2001-04-07 Mike Guy Re: [PATCH dump.c] hash quality
2001-04-07 Jarkko Hietaniemi Integrate change #9605 from maintperl into mainline.
2001-04-07 Jarkko Hietaniemi Integrate perlio:
2001-04-07 Nick Ing-Simmons Digests in lib/md5-file.t are for text files _without_...
2001-04-06 Nick Ing-Simmons Integrate mainline
2001-04-06 Jarkko Hietaniemi Math::BigFloat patches from John Peacock. The equivalent
2001-04-05 Jarkko Hietaniemi Test for #9579.
2001-04-05 Michael G. Schwern Fix subtle $VERSION mistakes with base.pm
2001-04-05 David Dyck patch for t/op/oct.t that shows need for patch supplied...
2001-04-05 Nick Ing-Simmons Integrate mainline
2001-04-05 Paul Schinder Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 ...
2001-04-05 Jarkko Hietaniemi Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
2001-04-05 Jarkko Hietaniemi Introduce Sean Burke's Class::ISA 0.32.
2001-04-05 Jarkko Hietaniemi Integrate changes #9544,9547,9549(perlio),9550,9551...
2001-04-04 Nick Ing-Simmons Downgrade "Wide character in print" to a warning.
2001-04-03 Nick Ing-Simmons Integrate mainline
2001-04-03 Jarkko Hietaniemi Change the push/unshift warning to be of class syntax...
2001-04-03 Jarkko Hietaniemi Change the push/unshift warning (#9532) to talk about...
2001-04-03 Robin Houston Re: [ID 20010331.003] new misc warning for push(@x...
2001-04-03 Jarkko Hietaniemi Integrate change #9530 from maintperl into mainline.
2001-04-03 Peter Prymmer build ...
2001-04-01 Jarkko Hietaniemi An ambiguousity warning.
2001-04-01 Jarkko Hietaniemi Add great_circle_direction().
2001-04-01 Jarkko Hietaniemi Test for #9499.
2001-03-31 Jarkko Hietaniemi Debug output tweak.
2001-03-31 Jarkko Hietaniemi OverVMSification.
2001-03-31 Peter Prymmer Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTA...
next