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