| Commit message (Expand) | Author | Age | Files | Lines |
* | The basic character classes seem to go untested with Unicode. | Jarkko Hietaniemi | 2001-11-02 | 1 | -1/+14 |
* | Test vertical whitespace combined with /x in \p{}. | Jarkko Hietaniemi | 2001-10-20 | 1 | -1/+4 |
* | Unicode categories continue: | Jarkko Hietaniemi | 2001-10-19 | 1 | -1/+13 |
* | Rewrite mktables from scratch. | Jarkko Hietaniemi | 2001-10-13 | 1 | -1/+14 |
* | Unicode properties: fix L& (the #12319 didn't allow L&, | Jarkko Hietaniemi | 2001-10-03 | 1 | -1/+25 |
* | Unicode properties: allow also intra(wordbreak)name whitespace, | Jarkko Hietaniemi | 2001-10-02 | 1 | -2/+3 |
* | Also the ^Is is optional. | Jarkko Hietaniemi | 2001-10-01 | 1 | -10/+35 |
* | More Unicode property tests for the abbreviated | Jarkko Hietaniemi | 2001-10-01 | 1 | -13/+27 |
* | Further tweaks to the Unicode properties. | Jarkko Hietaniemi | 2001-10-01 | 1 | -1/+31 |
* | More leniency to the \p and \P: now can have whitespace | Jarkko Hietaniemi | 2001-09-29 | 1 | -1/+6 |
* | Allow for more flexibility in the \p{In...} names, now | Jarkko Hietaniemi | 2001-09-29 | 1 | -5/+9 |
* | more jumpables, and hit-bit bug | Jeff Pinyan | 2001-09-14 | 1 | -1/+10 |
* | Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious... | Nicholas Clark | 2001-09-10 | 1 | -1/+111 |
* | Test tweaks. | Jarkko Hietaniemi | 2001-09-01 | 1 | -1/+3 |
* | New try for ID 20010407.006: detach the semantics | Jarkko Hietaniemi | 2001-08-18 | 1 | -1/+20 |
* | Retract #11712 for now. The real fix would probably | Jarkko Hietaniemi | 2001-08-18 | 1 | -20/+1 |
* | (Retracted by #11714) | Jarkko Hietaniemi | 2001-08-18 | 1 | -1/+20 |
* | Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context | Hugo van der Sanden | 2001-08-17 | 1 | -1/+9 |
* | Failure not true anymore (probably caused by my broken setup). | Jarkko Hietaniemi | 2001-08-12 | 1 | -1/+1 |
* | Mark tests (and one module) having explicit Latin-1 | Jarkko Hietaniemi | 2001-08-12 | 1 | -1/+1 |
* | Drop all the unnecessary "use utf8" clauses and some of | Jarkko Hietaniemi | 2001-08-12 | 1 | -1/+1 |
* | Continuation of #11575: SANY_SEEN completely deprecated, | Jarkko Hietaniemi | 2001-08-04 | 1 | -1/+28 |
* | Decouple SANY into SANY and CANY: the new SANY is /./s, | Daniel P. Berrange | 2001-08-04 | 1 | -2/+11 |
* | patch to add DEL to [:cntrl:] | Jeffrey Friedl | 2001-07-14 | 1 | -1/+15 |
* | The #11132 missed singleton characters (not part | Jarkko Hietaniemi | 2001-07-04 | 1 | -1/+26 |
* | Support preferentially the Unicode 'scripts' definition | Jarkko Hietaniemi | 2001-07-04 | 1 | -1/+16 |
* | Add support for $^N, the most-recently closed group. | Jarkko Hietaniemi | 2001-06-30 | 1 | -1/+36 |
* | In EBCDIC assume UTF-EBCDIC, not UTF-8. | Jarkko Hietaniemi | 2001-06-29 | 1 | -14/+53 |
* | t/op/pat.t typo fix | Richard Soderberg | 2001-06-24 | 1 | -1/+1 |
* | Fix for ID 20010619.003, the [[:print:]] is not supposed | Jarkko Hietaniemi | 2001-06-23 | 1 | -1/+20 |
* | Case of confused test numbering. | Jarkko Hietaniemi | 2001-06-21 | 1 | -5/+5 |
* | Re: [PATCH] Make /o work under i?threads | Artur Bergman | 2001-06-21 | 1 | -0/+13 |
* | Integrate change #10739 from maintperl: | Jarkko Hietaniemi | 2001-06-20 | 1 | -1/+19 |
* | More \p{In...} testing, combined with \N{...}. | Jarkko Hietaniemi | 2001-06-08 | 1 | -1/+23 |
* | Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t | Jeff Pinyan | 2001-06-01 | 1 | -1/+59 |
* | Remove the 'asciir' re subpragma. Should instead implement | Jarkko Hietaniemi | 2001-05-11 | 1 | -2/+0 |
* | In character classes one couldn't have 0x80..0xff characters | Jarkko Hietaniemi | 2001-04-29 | 1 | -5/+109 |
* | Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length | Jarkko Hietaniemi | 2001-04-18 | 1 | -1/+10 |
* | Bad test numbering in integrate in #9677. | Jarkko Hietaniemi | 2001-04-11 | 1 | -0/+2 |
* | Integrate changes #9675,9676 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-11 | 1 | -1/+26 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-03-28 | 1 | -0/+3 |
* | Memory tweaks and notes for OEMVS. | Nick Ing-Simmons | 2001-03-26 | 1 | -0/+1 |
* | Re-integrate #9138 from maintperl to mainline, | Jarkko Hietaniemi | 2001-03-18 | 1 | -3/+0 |
* | Sarathy's clear_pmop patch with Radu Greab's fix, | Jarkko Hietaniemi | 2001-03-18 | 1 | -18/+17 |
* | NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches. | Jarkko Hietaniemi | 2001-03-18 | 1 | -5/+1 |
* | Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes' | Nick Ing-Simmons | 2001-03-17 | 1 | -45/+51 |
* | Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump. | Jarkko Hietaniemi | 2001-03-10 | 1 | -3/+11 |
* | More UTF-8 test tweaks. | Jarkko Hietaniemi | 2001-03-07 | 1 | -0/+2 |
* | Major utf8 test reorganisation and rewrite. | Jarkko Hietaniemi | 2001-03-07 | 1 | -1/+308 |
* | Easier to outcomment all the three reset() tests for now. | Jarkko Hietaniemi | 2001-03-06 | 1 | -17/+16 |