fork() not everywhere, cleanup temp files.
[p5sagit/p5-mst-13.2.git] / t / op /
2001-02-18 Jarkko Hietaniemi Misapplied regex optimizations when \C is present.
2001-02-18 Michael G. Schwern Adding in TestSetup.pm to replace BEGIN preamble on...
2001-02-18 Michael G. Schwern Adding todo tests
2001-02-17 Nick Ing-Simmons Integrate mainline
2001-02-13 Hugo van der Sanden Re: [ID 20010212.006] Core dump with /((?:hard|soft...
2001-02-11 Doug MacEachern Re: [patch] GvSHARED
2001-02-08 Charles Bailey SYN SYN
2001-01-31 Nicholas Clark Re: [PATCH] Re: [ID 20010105.023] numeric problems...
2001-01-30 Jarkko Hietaniemi UTF-8 nit from Inaba Hiroto.
2001-01-30 Jarkko Hietaniemi Integrate changes #8608,8609,8610,8611,8612,8613 from...
2001-01-28 Jarkko Hietaniemi Patch from Inaba Hiroto:
2001-01-24 Charles Bailey SYN SYN
2001-01-20 Jarkko Hietaniemi Document and test the new qu operator.
2001-01-19 Hugo van der Sanden Re: new feature: s?printf parameter reordering
2001-01-17 Nicholas Clark Re: [PATCH: perl@8429] lib/tie-substrhash.t FAILED...
2001-01-15 Jarkko Hietaniemi More UTF-8 patches from Inaba Hiroto.
2001-01-12 Roca, Ignasi op/regmesg FAILED at test 33 on EBCDIC machines
2001-01-12 Nicholas Clark Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268...
2001-01-11 Jarkko Hietaniemi Fix UTF-8 lval substr().
2001-01-11 Hugo van der Sanden Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !...
2001-01-10 Jarkko Hietaniemi Test for bug id 20010105.016 (fixed by #8378).
2001-01-10 Jarkko Hietaniemi Test cases for #8385 (from Simon's "torture.pl")
2001-01-09 Jarkko Hietaniemi Allow the locale test needing POSIX and the taint test
2001-01-09 Charles Lane make t/op/misc.t work on VMS
2001-01-09 Jarkko Hietaniemi [ID 20001230.003] UTF-8 tr still hurts
2001-01-09 Jarkko Hietaniemi Make explicit our assumption that (for now) "\x{80...
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-08 Nicholas Clark [ID 20010107.012] [PATCH] 18446744073709551616e0 was...
2001-01-05 Jarkko Hietaniemi Tests for #8329 and #8330.
2001-01-05 Jarkko Hietaniemi Add some Unicode chop() tests.
2000-12-30 Jarkko Hietaniemi Test nits.
2000-12-30 Andreas König Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221...
2000-12-30 Jarkko Hietaniemi Not quite that many tests yet.
2000-12-30 Jarkko Hietaniemi Add a test case for 20000731.001 which was fixed by...
2000-12-30 Nick Ing-Simmons Integrate mainline
2000-12-30 Jarkko Hietaniemi Add a test for Unicode split //. The #8267 was the...
2000-12-30 Jarkko Hietaniemi The sv_catsv() fix, take two.
2000-12-30 Jarkko Hietaniemi Undo all the join-related changes since #8248: relevant
2000-12-29 Andreas König Make the large file tests more robust/talkative as...
2000-12-29 Jarkko Hietaniemi (Retracted by #8264) More join() testing which was...
2000-12-29 Jarkko Hietaniemi (Retracted by #8264) Externally: join() was still...
2000-12-28 Simon Cozens Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort...
2000-12-28 Daniel Chetlin Re: [PATCH blead] Fix segfault in gv_handler/mg_find
2000-12-21 Jarkko Hietaniemi Fix for 20001210.003, "write(FH) on closed FH causes...
2000-12-19 Jarkko Hietaniemi Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f...
2000-12-19 Nick Ing-Simmons Integrate mainline.
2000-12-19 Nicholas Clark Re: [PATCH] strtoq, strtou(q|ll|l) testing
2000-12-17 Nicholas Clark Fcntl constants speedup
2000-12-17 Jarkko Hietaniemi Polymorphic regexps.
2000-12-15 Jarkko Hietaniemi Return of the IVUV-preservation, now seems to be happy...
2000-12-15 Jarkko Hietaniemi This seems to be a stage sane and stable enough to...
2000-12-14 Nicholas Clark faster and 64 bit preserving arithmetic
2000-12-11 Nick Ing-Simmons Integrate mainline
2000-12-11 Simon Cozens Re: [Fwd: BUG 20001205.022] Local on Hash elements
2000-12-10 Jarkko Hietaniemi Test case for #8066.
2000-12-09 Inaba Hiroto Re: Additional patch for UTF8-keys (Re: perl@8016)
2000-12-08 Jarkko Hietaniemi Add test for reverse().
2000-12-08 Jarkko Hietaniemi Introduce macros for UTF8 decoding.
2000-12-06 Jarkko Hietaniemi Test \x{...} with ord().
2000-12-05 Jarkko Hietaniemi Avaunt, you foul UTF-8 tests.
2000-12-05 Jarkko Hietaniemi Continue utf8 dispersal.
2000-12-05 Jarkko Hietaniemi Test for Unicode (UTF-8) hash keys.
2000-12-05 Jarkko Hietaniemi Split off the UTF-8 decoder tests, make them to check...
2000-12-05 Jarkko Hietaniemi Start migrating bits of pragma/utf8 to elsewhere
2000-12-05 Ilya Zakharevich Re: [PATCH] The largest hoax of all times?
2000-12-05 Jarkko Hietaniemi Integrate the "skip" messages to explain().
2000-12-04 Nick Ing-Simmons PERL_IMPLICIT_SYS (almost) works - something odd with...
2000-12-01 Jarkko Hietaniemi Retract #7941. Forbidding subs m/s/etc is too cruel...
2000-12-01 Jarkko Hietaniemi (Retracted by #7943.)
2000-12-01 Jarkko Hietaniemi Get the three different space character classes right...
2000-12-01 Jarkko Hietaniemi Two more tests that make no sense in UTF-8 since the...
2000-12-01 Jarkko Hietaniemi \x{} doesn't any more require 'use utf8' outside regexe...
2000-11-29 Robert Spier $^O win32 -> MSWin32
2000-11-29 Jarkko Hietaniemi Document the known sprintf test failures, exact standard
2000-11-28 Robin Barker Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
2000-11-26 Jarkko Hietaniemi Test line numbers are different with utf8.
2000-11-26 Benjamin Holzman Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign...
2000-11-25 Gurusamy Sarathy C<foreach my $x ...> in pseudo-fork()ed process may...
2000-11-22 Ilya Zakharevich Overeager visited-positions optimizations
2000-11-20 Jarkko Hietaniemi lexicals not recognized in a run-time (?{})
2000-11-20 Jarkko Hietaniemi Miraculous typo.
2000-11-20 Ilya Zakharevich The first step in removing recursion from the REx engine
2000-11-18 Ilya Zakharevich restore match data on backtracing
2000-11-15 Peter Prymmer EBCDIC tweaks.
2000-11-13 Yitzchak Scott-Tho... Tweak the definition of the bit complement on UTF-8...
2000-11-13 Jarkko Hietaniemi Couple of tests from #7660 salvaged.
2000-11-12 Jarkko Hietaniemi (Subsumed by #7664)
2000-11-10 Lupe Christoph Explain better why certain regex tests are skipped.
2000-11-05 Jarkko Hietaniemi Fix for bug id 19990615.008, pos() unset during s/...
2000-11-05 Andrew Pimlott Fix for
2000-11-04 Nick Ing-Simmons Integrate mainline again
2000-11-04 Andrew Pimlott Fix for
2000-11-04 Jarkko Hietaniemi Dying is too strict here, better just skip.
2000-11-04 Jarkko Hietaniemi Locale tweakery. Add test case for bug id 20000809...
2000-10-27 Yitzchak Scott-Tho... [ID 20001026.006] C<use integer; $x += 1> gives uniniti...
2000-10-25 John Peacock Zero-padded Numerics in Perl Format
2000-10-25 Jarkko Hietaniemi Temporary stopgap for the self-tying issue: for now...
2000-10-23 Hugo van der Sanden Re: [ID 20001021.005] SEGV with regex match
2000-10-22 Jarkko Hietaniemi Support s?printf parameter reordering.
2000-10-20 Charles Bailey SYN SYN
next