Add new step to run_byacc which:
[p5sagit/p5-mst-13.2.git] / t /
2001-05-27 Jarkko Hietaniemi Integrate I18N::LangTags from Sean Burke.
2001-05-27 Jarkko Hietaniemi Allow 'eval "v200"' to work (part of 20000323.059)...
2001-05-26 Hugo van der Sanden Re: 5.6.*, bleadperl: bugs in pp_concat
2001-05-26 Hugo van der Sanden utf8 regexp tests
2001-05-26 Nicholas Clark Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
2001-05-26 Nick Ing-Simmons Integrate mainline
2001-05-25 Simon Cozens Based on
2001-05-25 Hugo van der Sanden Re: [ID 20010506.041] segfault when matching utf8 string
2001-05-25 Ilmari Karonen stash autovivification and method call error messages
2001-05-24 Jarkko Hietaniemi Iteration continues; hopefully convergently.
2001-05-23 Hugo van der Sanden Re: [ID 20000716.007] \G in a m//g expression causes...
2001-05-23 Mike Guy Extra UNIVERSAL tests
2001-05-23 Jarkko Hietaniemi Use the new use vars feature.
2001-05-23 Mike Guy vars.pm to support qualified variables (was Re: [ID...
2001-05-21 Jarkko Hietaniemi Add a test of its very own for Fcntl. Hopefully portable.
2001-05-21 Jarkko Hietaniemi Must be trickier for 'minitest' not to die.
2001-05-21 Jarkko Hietaniemi Can't declare other people's variables.
2001-05-20 Jarkko Hietaniemi Fix for ID 20010519.003: sysopen() wasn't tainting :-(
2001-05-20 Jarkko Hietaniemi The OS/2 variable needs to be declared.
2001-05-20 Nick Ing-Simmons Integrate mainline
2001-05-20 Dave Mitchell [LARGE!] symbolic magic
2001-05-20 Ilya Zakharevich Mis-Failing tests
2001-05-20 Gisle Aas Chomp should not always stringify
2001-05-18 Nick Ing-Simmons Integrate mainline.
2001-05-17 Jarkko Hietaniemi Add better debug to glob/basic #8 as suggested by Nicho...
2001-05-17 Benjamin Sugars Test for bug 20010515.004
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 Nick Ing-Simmons Integrate mainline.
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
next