| Commit message (Expand) | Author | Age | Files | Lines |
* | A little bit better error message for \pq, still | Jarkko Hietaniemi | 2002-03-28 | 1 | -1/+14 |
* | Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH) | Jeffrey Friedl | 2002-03-28 | 1 | -2/+14 |
* | If Unicode keys are entered to a hash, a bit is turned on. | Jarkko Hietaniemi | 2002-03-22 | 1 | -1/+34 |
* | Fix for "UTF-8 bug with s///" from Hugo. | Jarkko Hietaniemi | 2002-03-20 | 1 | -1/+42 |
* | UTF-8 bug (maybe alreayd known?) | Andreas König | 2002-03-17 | 1 | -1/+18 |
* | SEGV in s/// and UTF-8 | Andreas König | 2002-03-17 | 1 | -1/+8 |
* | Better test for #14795 (bug id 20020124.005) from Andreas. | Jarkko Hietaniemi | 2002-03-08 | 1 | -18/+18 |
* | Tests for #14908. | Jarkko Hietaniemi | 2002-02-28 | 1 | -1/+18 |
* | Cut-and-paste errors. | Jarkko Hietaniemi | 2002-02-25 | 1 | -3/+3 |
* | EBCDIC: the control characters are not that easy to find. | Jarkko Hietaniemi | 2002-02-25 | 1 | -8/+14 |
* | Test for #14795. | Jarkko Hietaniemi | 2002-02-21 | 1 | -1/+17 |
* | Testing for ASCII in EBCDIC makes one's brain hurt. | Jarkko Hietaniemi | 2002-02-21 | 1 | -9/+14 |
* | Make the test harder. | Jarkko Hietaniemi | 2002-01-15 | 1 | -2/+2 |
* | Big mktables rewrite from Jeffrey; | Jarkko Hietaniemi | 2002-01-14 | 1 | -18/+15 |
* | *groan* | Jarkko Hietaniemi | 2002-01-13 | 1 | -1/+1 |
* | One more sharp s case found by Jeffrey. | Jarkko Hietaniemi | 2002-01-13 | 1 | -11/+17 |
* | Couple more Unicode lookbehind tests. | Jarkko Hietaniemi | 2002-01-12 | 1 | -1/+3 |
* | Sharp S as a special treat for our German UTF-8 testers :-) | Jarkko Hietaniemi | 2002-01-12 | 1 | -16/+14 |
* | This is getting embarrassing. | Jarkko Hietaniemi | 2002-01-12 | 1 | -1/+1 |
* | Updating the test count is good; also rephrasing | Jarkko Hietaniemi | 2002-01-12 | 1 | -2/+2 |
* | Unicode lookbehind looked bad. | Jarkko Hietaniemi | 2002-01-12 | 1 | -1/+8 |
* | Re: Weird Malformed warning in bleadperl | Andreas König | 2002-01-09 | 1 | -1/+15 |
* | SANY (. with /s) wasn't happy on Unicode. | Jarkko Hietaniemi | 2002-01-09 | 1 | -1/+19 |
* | Finish up (ha!) the Unicode case folding; | Jarkko Hietaniemi | 2002-01-05 | 1 | -1/+2 |
* | Add U+0085, U+2028, and U+2029 to \s under Unicode. | Jarkko Hietaniemi | 2002-01-04 | 1 | -1/+11 |
* | #14048 exposed few false positives, to be fixed soonish. | Jarkko Hietaniemi | 2002-01-03 | 1 | -6/+7 |
* | A bit of testing for #14046. | Jarkko Hietaniemi | 2002-01-03 | 1 | -1/+31 |
* | One more iteration of the ibcmp_utf8() interface, | Jarkko Hietaniemi | 2002-01-02 | 1 | -6/+26 |
* | Unnecessary/Lingering UTF8 flag might mess up caseless matching | Jarkko Hietaniemi | 2002-01-01 | 1 | -1/+39 |
* | and [BUG] \X and \C fixed, \X still dorked | Jeffrey Friedl | 2001-12-24 | 1 | -1/+71 |
* | The funky final sigma casefolding. | Jarkko Hietaniemi | 2001-12-23 | 1 | -1/+33 |
* | Move the \C and \X to pat.t. | Jarkko Hietaniemi | 2001-12-23 | 1 | -1/+8 |
* | Even more \X fixing. | Jarkko Hietaniemi | 2001-12-23 | 1 | -8/+15 |
* | More \X fixing. | Jarkko Hietaniemi | 2001-12-23 | 1 | -1/+16 |
* | Unicode casefolding continues. | Jarkko Hietaniemi | 2001-12-22 | 1 | -16/+64 |
* | More Unicode casing fixes. | Jarkko Hietaniemi | 2001-12-22 | 1 | -1/+18 |
* | Unicode casefolding fixes. | Jarkko Hietaniemi | 2001-12-22 | 1 | -1/+34 |
* | Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1), | Jarkko Hietaniemi | 2001-12-21 | 1 | -2/+2 |
* | Fix for "a\x{100}" =~ /A/i. | Jarkko Hietaniemi | 2001-11-28 | 1 | -1/+21 |
* | 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 |