bleadperl perldebug.pod: mention perldebtut.pod
[p5sagit/p5-mst-13.2.git] / t / op /
2001-11-07 Nicholas Clark Re: SunOS 5.8 is FUN! (and not quite ok, either) -...
2001-11-03 Nick Ing-Simmons Integrate mainline
2001-11-02 Radu Greab Re: [ID 20011101.069] \stat('.') gives "Attempt to...
2001-11-02 Jarkko Hietaniemi The basic character classes seem to go untested with...
2001-10-31 Nick Ing-Simmons Integrate mainline
2001-10-29 Jarkko Hietaniemi Mark the test known to be failing in EBCDIC.
2001-10-29 Jarkko Hietaniemi Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
2001-10-29 Jarkko Hietaniemi UTF-EBCDIC ain't UTF-8.
2001-10-29 Jarkko Hietaniemi Let's not assume ASCII.
2001-10-28 Jarkko Hietaniemi Integrate change #12747 from maintperl;
2001-10-28 Nick Ing-Simmons Integrate Mainline
2001-10-27 Jarkko Hietaniemi Let's not replace reason if there's one already supplied.
2001-10-27 Jarkko Hietaniemi [no reason given] is not good.
2001-10-23 Nick Ing-Simmons Integrate mainline
2001-10-23 Jarkko Hietaniemi Small test nits.
2001-10-23 Jarkko Hietaniemi Upping the test count is a good idea.
2001-10-23 Jarkko Hietaniemi Fix multicharacter titlecase (ucfirst).
2001-10-22 Jarkko Hietaniemi Pretty hard for eval { setpwent(); getpwent(); 1 }...
2001-10-22 Nick Ing-Simmons Integrate mainline (for Arthurs thread.xs fix)
2001-10-22 Jarkko Hietaniemi A user might belong to only a single group
2001-10-22 Nick Ing-Simmons Integrate mainline
2001-10-21 Jarkko Hietaniemi Implement multicharacter case mappings where a single
2001-10-20 Nick Ing-Simmons Integrate mainline
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 Unicode categories continue:
2001-10-16 Gerrit P. Haase [ PATCH ] maint/perl/t/op/groups.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-13 Jarkko Hietaniemi Rewrite mktables from scratch.
2001-10-12 Nick Ing-Simmons Blind integrate of mainline
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 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 Nicholas Clark & what's to be done for 5.8.0?
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 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 Nick Ing-Simmons Integrate mainline (untested while modem is up)
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 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 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 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 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-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-07 Jarkko Hietaniemi Clean up 1_compile.t; move tests to more consistent
2001-09-05 Jarkko Hietaniemi In UNICOS division yada yada.
2001-09-05 Nicholas Clark oct and hex in glorious 64 bit (with less bugs) (was...
2001-09-04 Michael G. Schwern Re: A slightly better default seed?
2001-09-03 Jarkko Hietaniemi Make crypt() do something more sane for Unicode
2001-09-03 Jarkko Hietaniemi Remove the tests that assume something about
2001-09-03 Artur Bergman Forgot to add a file with Change #11840
next