readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
[p5sagit/p5-mst-13.2.git] / t / op /
2001-03-24 Nick Ing-Simmons Integrate mainline.
2001-03-24 Robin Houston Re: B::Deparse bug (5.6.0)
2001-03-22 Jarkko Hietaniemi Regex tests from Chicheng Zhang. (Already fixed.)
2001-03-21 Jarkko Hietaniemi Continue 4-arg substr() UTF-8 fixage.
2001-03-20 Jarkko Hietaniemi tr/// UTF-8 tests for Inaba Hiroto's latest patches.
2001-03-19 Jarkko Hietaniemi substr($bytestr, i, n, $charstr)
2001-03-19 Nick Ing-Simmons Integrate mainline.
2001-03-19 Nick Ing-Simmons More EBCDIC fixes.
2001-03-18 Jarkko Hietaniemi Integrate changes #9161,9162 from maintperl to mainline.
2001-03-18 Jarkko Hietaniemi Re-integrate #9138 from maintperl to mainline,
2001-03-18 Jarkko Hietaniemi Integrate change #9197 from maintperl to mainline.
2001-03-18 Jarkko Hietaniemi Sarathy's clear_pmop patch with Radu Greab's fix,
2001-03-18 Jarkko Hietaniemi NI-S' cunning idea of how to de-UTF8 the "\C-broken...
2001-03-17 Nick Ing-Simmons Allow test to pass even when \C leaves SvUTF8 set by...
2001-03-14 Jarkko Hietaniemi The Day of the Retractions continues: the #9138
2001-03-14 Jarkko Hietaniemi The #9145 CANNOT be enabled: the clear_pmop code still
2001-03-14 Gurusamy Sarathy reenable change#9145 (the test was busted due to a...
2001-03-14 Jarkko Hietaniemi Retract #9145.
2001-03-14 Robin Houston PATCH: make goto work in nested eval ""
2001-03-14 Jarkko Hietaniemi (Retracted by #9150.)
2001-03-14 Jarkko Hietaniemi Integrate changes #9137,9138,9142 from maintperl into...
2001-03-14 Robin Houston PATCH for [ID 20010305.003]
2001-03-14 Robin Houston Re: [ID 20010309.004] my-variables lose values while...
2001-03-14 Robin Houston Re: [ID 20010309.004] my-variables lose values while...
2001-03-12 Jarkko Hietaniemi Integrate change #9108 from maintperl to mainline.
2001-03-10 Jarkko Hietaniemi Fix for ID 20010306.008, UTF-8 and \w without 'use...
2001-03-09 Jarkko Hietaniemi In op/stat #35 better to scan all the potential directories
2001-03-09 Jarkko Hietaniemi Add /sbin and /usr/sbin to the list of directories...
2001-03-07 Jarkko Hietaniemi More UTF-8 test tweaks.
2001-03-07 Radu Greab Re: [ID 20010305.012] chop() against list assignment...
2001-03-07 Jarkko Hietaniemi Major utf8 test reorganisation and rewrite.
2001-03-06 Jarkko Hietaniemi Easier to outcomment all the three reset() tests for...
2001-03-06 Jarkko Hietaniemi Comment out the deadly reset; until the 20010301.005
2001-03-05 Nick Ing-Simmons Integrate mainline (mostly - holding of on Encode.pm...
2001-03-05 Jarkko Hietaniemi Add tr tests for EBCDIC, from Karsten Sperling.
2001-03-05 Jarkko Hietaniemi Add matching tests currently failing in EBCDIC,
2001-03-04 Jeff Pinyan pattern in G_ARRAY context
2001-03-04 Jarkko Hietaniemi More tr/// UTF-8 fixes from Inaba Hiroto.
2001-03-03 Jarkko Hietaniemi UTF8 tr/// fixes from Inaba Hiroto.
2001-03-01 Jarkko Hietaniemi Retract #8970 because of a completely mysterious core...
2001-03-01 Jarkko Hietaniemi Add back the EBCDIC character range tests (for matching).
2001-02-28 Jarkko Hietaniemi Undo qu. Retract #8814, rewrite op/each part of #8615,
2001-02-28 Jarkko Hietaniemi Retract #8865 and #8869, un?pack C now again agree...
2001-02-26 Jeff Okamoto PATCH: extra tests to check on negative float to unsign...
2001-02-26 Jarkko Hietaniemi Add more known sprintf failures.
2001-02-25 Jarkko Hietaniemi Retract #8929,8930,8932,8933 for now.
2001-02-25 Jarkko Hietaniemi (Retracted by #8395.)
2001-02-24 Jarkko Hietaniemi Add a test for the "character range should match in...
2001-02-23 Peter Prymmer was Re: hashing order difference?
2001-02-23 Peter Prymmer treat unicoding and null bytes in op/append.t
2001-02-21 Jarkko Hietaniemi Retract #8875, cannot let go of the old semantics of...
2001-02-21 Jarkko Hietaniemi Make unpack C and unpack U truly equivalent.
2001-02-21 Jarkko Hietaniemi unpack("C", ...) was left slightly unfinished by #8865.
2001-02-21 Jarkko Hietaniemi Make pack("C", 0x100) to create Unicode, unless under the
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.
next