Prettyprinting.
[p5sagit/p5-mst-13.2.git] / t /
2001-10-20 Jarkko Hietaniemi Wording tweaks.
2001-10-20 Jarkko Hietaniemi Test vertical whitespace combined with /x in \p{}.
2001-10-19 Jarkko Hietaniemi Unpack in scalar context should return the first value
2001-10-19 Nick Ing-Simmons Integrate mainline
2001-10-19 Jarkko Hietaniemi Retract the #10451 which seems to be the cause
2001-10-19 Jarkko Hietaniemi Unicode categories continue:
2001-10-17 Michael G. Schwern Test::Simple 0.32
2001-10-17 Michael G. Schwern Set PERL_CORE environment var
2001-10-16 Gerrit P. Haase [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
2001-10-16 Gerrit P. Haase [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
2001-10-15 Nick Ing-Simmons Integrate mainline
2001-10-15 Blair Zajac Re: [PATCH t/op/magic.t] missing tests on Win32
2001-10-14 Paul Marquess Fix scoping problem with FATAL warnings
2001-10-13 Jarkko Hietaniemi Rewrite mktables from scratch.
2001-10-12 Nick Ing-Simmons Blind integrate of mainline
2001-10-10 Jarkko Hietaniemi VMS needs quotes around the -I option to keep it from
2001-10-10 Rafael Garcia-Suarez two s/// bugfixes
2001-10-10 Jarkko Hietaniemi Even more VMS tweakage from Charles Lane:
2001-10-09 Rafael Garcia-Suarez new tests, new TODO test
2001-10-09 Jarkko Hietaniemi CPAN::Nox does now have a test.
2001-10-09 Ronald J. Kimball Re: [PATCH mg.c gv.c and others] ${^TAINT}
2001-10-08 Michael G. Schwern Re: [PATCH mg.c gv.c and others] ${^TAINT}
2001-10-08 Jarkko Hietaniemi Clarify the ldlibpth part and condense the overall...
2001-10-08 Jarkko Hietaniemi Update the list because fo #12265.
2001-10-08 Nicholas Clark & what's to be done for 5.8.0?
2001-10-07 Jarkko Hietaniemi If running the harness the dynamic library search path
2001-10-05 Robin Barker Re: test names from C<make TEST>
2001-10-03 Jarkko Hietaniemi Unicode properties: fix L& (the #12319 didn't allow L&,
2001-10-02 Nick Ing-Simmons Integrate mainline
2001-10-02 Jarkko Hietaniemi Unicode properties: allow also intra(wordbreak)name...
2001-10-02 Nick Ing-Simmons Integrate mainline
2001-10-02 Nick Ing-Simmons Integrate mainline + lib/open.t patch from Chromatic
2001-10-01 David Dyck [ID 20011001.011] redundant code in t/TEST
2001-10-01 Jarkko Hietaniemi UNICOS testing patches from Nicholas Clark.
2001-10-01 Jarkko Hietaniemi Also the ^Is is optional.
2001-10-01 Jarkko Hietaniemi More Unicode property tests for the abbreviated
2001-10-01 Jarkko Hietaniemi Further tweaks to the Unicode properties.
2001-09-30 Rafael Garcia-Suarez additional docs and tests
2001-09-29 Jarkko Hietaniemi More leniency to the \p and \P: now can have whitespace
2001-09-29 Nick Ing-Simmons Integrate mainline. Builds lots of sv.h/embed.h redef...
2001-09-29 Jarkko Hietaniemi Save and restore $ENV{'SYS$LOGIN'} only in VMS.
2001-09-29 Craig A. Berry chdir.t finally (I hope)
2001-09-29 Jarkko Hietaniemi Allow for more flexibility in the \p{In...} names, now
2001-09-28 Jarkko Hietaniemi Test numbering mismatch.
2001-09-27 Craig A. Berry slightly less broken chdir.t for VMS
2001-09-27 Robin Barker make __ANON__ global
2001-09-26 Jarkko Hietaniemi Check that all environment variables are tainted.
2001-09-26 Jarkko Hietaniemi Integrate macperl changes from Chris Nandor:
2001-09-26 Jarkko Hietaniemi grrr.
2001-09-26 Jarkko Hietaniemi Retract #12232.
2001-09-26 Jarkko Hietaniemi (Retracted by #12233.)
2001-09-25 Jarkko Hietaniemi skip($mess) should result in one skip.
2001-09-25 Nick Ing-Simmons Integrate mainline (untested while modem is up)
2001-09-25 John Peacock warning on v-string in use/require
2001-09-25 Michael G. Schwern Deprecating chdir(undef)/chdir('')
2001-09-25 Jarkko Hietaniemi Replace the use Test::More in t/{op,io,run} with t...
2001-09-24 Nick Ing-Simmons Integrate mainline
2001-09-24 Jarkko Hietaniemi Retract #12136, the warnings::register is already
2001-09-24 Gurusamy Sarathy test number mismatch
2001-09-24 Jarkko Hietaniemi ok().
2001-09-24 Jarkko Hietaniemi unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test...
2001-09-24 Rafael Garcia-Suarez More tests
2001-09-23 Jarkko Hietaniemi 1_compile updates.
2001-09-23 chromatic Add Tests for
2001-09-23 Craig A. Berry) Cleanup & OS/390 "fix"
2001-09-23 Nick Ing-Simmons Integrate mainline
2001-09-23 chromatic Re:
2001-09-22 Nicholas Clark Re: scalar context unpack bugs
2001-09-22 Jarkko Hietaniemi Update the test on warnings/register.t.
2001-09-22 Abhijit Menon-Sen Removed duplicated tests #19 and #20.
2001-09-22 Michael G. Schwern Reconciling the Cwd/File::Spec differences
2001-09-22 Blair Zajac t/op/chdir.t won't pass on VMS
2001-09-22 Michael G. Schwern [REPATCH] Re: [PATCH t/op/do.t] new regression tests...
2001-09-22 Michael G. Schwern Re: Weird $ENV{FOO} = undef warning
2001-09-21 Rafael Garcia-Suarez new regression tests for bug ID 20010920.007
2001-09-20 Nicholas Clark Re: n questions (was Re: 4 questions about pack/unpack)
2001-09-19 Jarkko Hietaniemi The test assumed 7-bit ASCII. Now it "just"
2001-09-18 Michael G. Schwern Re: [PATCH] t/op/crypt.t
2001-09-17 Michael G. Schwern Re: filename problems
2001-09-17 Rafael Garcia-Suarez new tests
2001-09-17 chromatic Re: t/op/ver.t using skip() improperly
2001-09-17 Nick Ing-Simmons Integrate mainline
2001-09-17 Michael G. Schwern Re: [BUG?] chdir(undef) == chdir() probably a bug
2001-09-15 Hugo van der Sanden Re: [ID 20010815.012] Unfortunate interaction between...
2001-09-14 Jarkko Hietaniemi Hopefully better skipping of the Complete.t tests
2001-09-14 Jeff Pinyan more jumpables, and hit-bit bug
2001-09-11 Nick Ing-Simmons Integrate mainline
2001-09-11 Nick Ing-Simmons Part Integrate mainline
2001-09-11 Jarkko Hietaniemi Fix unpack U to be the reverse of pack U
2001-09-10 Nicholas Clark Re: the remaining bugs in \x escapes (was Re: [PATCH...
2001-09-10 John Peacock PATCH Resubmission - was Re: [ID 20010902.001] v strin...
2001-09-10 Jarkko Hietaniemi Skip the crypt test if no crypt.
2001-09-09 Jarkko Hietaniemi blib does have a detectable test.
2001-09-09 Jeff Pinyan [PATCH regcomp.c] zero-width assertions CAN be ?'d
2001-09-09 Michael G. Schwern [REPATCH] Re: [PATCH] new test lib/blib.t
2001-09-07 Jarkko Hietaniemi Clean up 1_compile.t; move tests to more consistent
2001-09-07 Jarkko Hietaniemi vars very much has a test.
2001-09-07 Michael G. Schwern Test::Harness 1.25 sync
2001-09-07 chromatic Add Tests for the less Pragma
2001-09-07 Jarkko Hietaniemi Add more modules to the list of modules that have tests,
next