[MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
[p5sagit/p5-mst-13.2.git] / t / op /
2001-06-11 Chris Nandor [MacPerl-Porters] [PATCH] Mac OS Compatability for...
2001-06-09 Nick Ing-Simmons Integrate mainline
2001-06-08 Jarkko Hietaniemi Redo the #10482, there already was a test script for...
2001-06-08 Jarkko Hietaniemi More \p{In...} testing, combined with \N{...}.
2001-06-07 Nick Ing-Simmons Raw integrate of mainline for S_grok_number debug
2001-06-06 Jarkko Hietaniemi Integrate changes #10450 and #10451 from maintperl:
2001-06-06 Nick Ing-Simmons Integrate mainline.
2001-06-06 Jarkko Hietaniemi Integrate change #10448 from maintperl; lexicals
2001-06-05 Jarkko Hietaniemi Unnecessary fuzziness undone, noted by Mike Guy.
2001-06-04 Jarkko Hietaniemi Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
2001-06-04 Jarkko Hietaniemi Test case for #10433/#10424.
2001-06-04 Jarkko Hietaniemi More verbose failure.
2001-06-04 Gurusamy Sarathy testsuite for change#10192 (from Gisle Aas)
2001-06-03 Jarkko Hietaniemi Integrate change #10404 from maintperl; eval.t was...
2001-06-03 Hugo van der Sanden Re: 'decimal digits' macro?
2001-06-03 Jarkko Hietaniemi Integrate change #10394 from maintperl; lexical file...
2001-06-02 Nick Ing-Simmons Integrate mainline
2001-06-01 Jeff Pinyan Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
2001-05-31 Nick Ing-Simmons Integrate mainline.
2001-05-30 Nicholas Clark (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
2001-05-30 Nick Ing-Simmons Integrate mainline
2001-05-30 Jarkko Hietaniemi AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
2001-05-30 Nick Ing-Simmons Integrate mainline (autouse works again.)
2001-05-30 Nicholas Clark Re: Report /pro/3gl/CPAN/perl-5.7.1
2001-05-29 Nick Ing-Simmons Post weekend integrate mainline (fails one test pragma...
2001-05-29 Jarkko Hietaniemi Add a test for 20010528.007, fixed in #10272.
2001-05-28 Richard Soderberg RE: [20000223.001] no test cases for splice(@array)
2001-05-28 Jarkko Hietaniemi The #10251 wasn't quite up-to-the-code.
2001-05-28 Jarkko Hietaniemi Test case for bug 20010526.004, fixed in #10252.
2001-05-28 Jarkko Hietaniemi Test case for 20010422.005, fixed by #10250.
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 Nick Ing-Simmons Integrate mainline
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-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-21 Jarkko Hietaniemi Must be trickier for 'minitest' not to die.
2001-05-20 Jarkko Hietaniemi Fix for ID 20010519.003: sysopen() wasn't tainting :-(
2001-05-20 Nick Ing-Simmons Integrate mainline
2001-05-20 Gisle Aas Chomp should not always stringify
2001-05-18 Nick Ing-Simmons Integrate mainline.
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 Ronald J. Kimball Re: [PATCH] HERE mark in regex
2001-05-15 Nick Ing-Simmons Integrate mainline.
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 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-09 Nick Ing-Simmons Merge ... mainline (does not build MULTIPLICITY/DEBUGGI...
2001-05-07 Robin Houston Naughty?
2001-05-03 Nick Ing-Simmons Integrate mainline.
2001-05-02 Jarkko Hietaniemi Test for #9952.
2001-05-01 Hugo van der Sanden Re: bleadperl: s/// failure with \b and /g
2001-05-01 Mike Guy Autoflush in tests as appropriate
2001-04-30 Hugo van der Sanden Re: [PATCH bleadperl] [ID 20010426.002] Word boundry...
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-27 Nick Ing-Simmons Integrate mainline
2001-04-25 Philip Newton Re: [PATCH] foreach defelem magic should only be applie...
2001-04-24 Nick Ing-Simmons Integrate mainline.
2001-04-23 Jarkko Hietaniemi Test case for #9800.
2001-04-23 Robin Houston test for ID 20010423.002
2001-04-19 Nick Ing-Simmons Blind (untested) integrate of mainline.
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 Gisle Aas foreach defelem magic should only be applied to PL_sv_undef
2001-04-17 Nick Ing-Simmons Integrate mainline (t/lib/b.t fails test 2...)
2001-04-15 Michael G. Schwern Exit via last, part 1
2001-04-13 Nick Ing-Simmons Integrate mainline
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-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 Jarkko Hietaniemi Integrate change #9605 from maintperl into mainline.
2001-04-06 Nick Ing-Simmons Integrate mainline
2001-04-05 Jarkko Hietaniemi Test for #9579.
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 Integrate changes #9544,9547,9549(perlio),9550,9551...
2001-04-03 Nick Ing-Simmons Integrate mainline
2001-04-01 Jarkko Hietaniemi Test for #9499.
2001-03-29 Nick Ing-Simmons Integrate mainline
2001-03-29 Peter Prymmer some tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
2001-03-28 Jarkko Hietaniemi Integrate perlio:
2001-03-28 Nick Ing-Simmons Loose duplicate chunk.
2001-03-28 Jarkko Hietaniemi Integrate perlio:
2001-03-28 Nick Ing-Simmons PerlIO.pm / perlio.pm conflict.
2001-03-28 Jarkko Hietaniemi Dup hunk.
2001-03-28 Jarkko Hietaniemi Forced integrate from perlio.
2001-03-28 Nick Ing-Simmons Integrate mainline.
2001-03-28 Jarkko Hietaniemi Integrate perlio:
2001-03-28 Nick Ing-Simmons More EBCDIC tweaks:
2001-03-27 Robin Houston Autoloading Errno.pm when %! is encountered
2001-03-26 Nick Ing-Simmons Memory tweaks and notes for OEMVS.
next