Re: [PATCH] HERE mark in regex
[p5sagit/p5-mst-13.2.git] / t /
2001-05-17 Ronald J. Kimball Re: [PATCH] HERE mark in regex
2001-05-16 Jarkko Hietaniemi I think this is quite enough testing for a deprecated...
2001-05-16 Ronald J. Kimball Re: [PATCH] HERE mark in regex
2001-05-16 Philip Newton Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what...
2001-05-16 John Peacock perl-current/t/time-hires.t
2001-05-15 Robin Houston Give Deparse tester a fair chance
2001-05-14 Jarkko Hietaniemi More DWIMminess for Class::Struct: calling the array...
2001-05-12 Jarkko Hietaniemi The sorting seems to happen now automatically.
2001-05-12 Peter Prymmer fixup t/op/append.t for UTF-EBCDIC
2001-05-11 Jarkko Hietaniemi Remove the 'asciir' re subpragma. Should instead implement
2001-05-11 Jarkko Hietaniemi Make the test to cleanup the test directory tree
2001-05-11 Jarkko Hietaniemi Merge the camel-III/vstring.t with op/ver.t.
2001-05-11 Robin Houston $foo->bar(0)
2001-05-10 Robin Houston Extend tr/\0-\377/blah/c support
2001-05-10 Jarkko Hietaniemi Add a for(func()) test.
2001-05-09 Benjamin Sugars Additional test case for PerlIO::Scalar
2001-05-09 Peter Prymmer update md5sum for MD5.xs on IBM-1047
2001-05-09 Robin Houston B::Deparse tester
2001-05-09 Nick Ing-Simmons Merge ... mainline (does not build MULTIPLICITY/DEBUGGI...
2001-05-08 Robin Houston [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
2001-05-08 Jarkko Hietaniemi Don't forget to whine about \d__\d.
2001-05-08 Jarkko Hietaniemi Allow underscores also in the exponent part.
2001-05-08 Jarkko Hietaniemi Upgrade to Text::Balanced 1.84.
2001-05-08 Peter Prymmer cleaner cleanup for t/pod/plainer.t
2001-05-07 Peter Prymmer YA tweak to avoid open file conflict in io/fflush.t
2001-05-07 Robin Houston Naughty?
2001-05-06 Robin Houston Give deparse tester a chance
2001-05-06 Robin Houston scoping
2001-05-05 Peter Prymmer the real fix for t/lib/b-stash.t
2001-05-04 Robin Barker [PATHC perl@9944] missing library tests: Pod::Plainer
2001-05-04 Prymmer/Kahn let win32 run t/lib/b-stash.t
2001-05-03 Benjamin Sugars Allow clobbering of a PerlIO::Scalar and more tests
2001-05-03 Nick Ing-Simmons Integrate mainline.
2001-05-03 Prymmer/Kahn fix handling of $Config{variables} in io/fflush.t
2001-05-02 Jarkko Hietaniemi Add a test for not griping about references as array
2001-05-02 Jarkko Hietaniemi Retracted a bit too much in #9952.
2001-05-02 Jarkko Hietaniemi Test for #9952.
2001-05-02 Jarkko Hietaniemi Retract changes #8254 and #8255, causes coredump in
2001-05-02 Jarkko Hietaniemi Forgot from #9942. (Needed by t/lib/filter-simple.t.)
2001-05-02 Jarkko Hietaniemi Another coat of paint but still nowhere finished.
2001-05-01 Jarkko Hietaniemi Add known-to-be-tested modules to the list-to-be-skipped.
2001-05-01 Jarkko Hietaniemi Update to Filter::Simple 0.60, create a test for it.
2001-05-01 Hugo van der Sanden Re: bleadperl: s/// failure with \b and /g
2001-05-01 Jarkko Hietaniemi Integrate perlio:
2001-05-01 Benjamin Sugars Allow appending on a PerlIO::Scalar
2001-05-01 Jarkko Hietaniemi Add NEXT, a pseudo-class for method redispatching.
2001-05-01 Jarkko Hietaniemi Update to Switch 2.02.
2001-05-01 Nick Ing-Simmons Test for base.pm clobbering $VERSION.
2001-05-01 Mike Guy Autoflush in tests as appropriate
2001-05-01 Benjamin Sugars Multiple consecutive writes on PerlIO::Scalar
2001-05-01 Robin Houston Message-ID: <20010501133742.A4082@penderel>
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-30 Nick Ing-Simmons Integrate mainline.
2001-04-29 Jarkko Hietaniemi Changed the underscore/undebar syntax in numeric constants;
2001-04-29 Nick Ing-Simmons Integrate mainline.
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 Nick Ing-Simmons Integrate mainline
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 Nick Ing-Simmons Integrate mainline.
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-22 Nick Ing-Simmons Integrate mainline.
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
next