| Commit message (Expand) | Author | Age | Files | Lines |
* | strange encodings upsets pp_chr | SADAHIRO Tomoyuki | 2006-05-15 | 1 | -0/+41 |
* | t/uni/overload.t | Jarkko Hietaniemi | 2006-05-13 | 1 | -24/+26 |
* | One part of pp_pack couldn't correctly handle surprises from UTF-8 | Nicholas Clark | 2006-04-30 | 1 | -1/+8 |
* | do_vop() couldn't correctly handle surprises from UTF-8 overloading. | Nicholas Clark | 2006-04-30 | 1 | -2/+13 |
* | index and rindex couldn't correctly handle surprises from UTF-8 | Nicholas Clark | 2006-04-30 | 1 | -1/+31 |
* | syswrite couldn't correctly handle surprises from UTF-8 overloading. | Nicholas Clark | 2006-04-29 | 1 | -10/+39 |
* | print couldn't correctly handle surprises from UTF-8 overloading. | Nicholas Clark | 2006-04-29 | 1 | -2/+43 |
* | There were more ways to break uc/lc/ucfirst/lcfirst even without | Nicholas Clark | 2006-04-29 | 1 | -3/+59 |
* | lcfirst/ucfist plus an 8 bit locale could mangle UTF-8 values | Nicholas Clark | 2006-04-29 | 1 | -1/+17 |
* | uc plus an 8 bit locale could get confused by UTF-8 values returned by | Nicholas Clark | 2006-04-29 | 1 | -1/+9 |
* | lc plus an 8 bit locale could mangle UTF-8 values returned by | Nicholas Clark | 2006-04-29 | 1 | -3/+27 |
* | Fix bug 34297 (length of overloaded UTF-8 strings) | Nicholas Clark | 2006-04-28 | 1 | -0/+44 |
* | Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889) | Nicholas Clark | 2005-12-11 | 1 | -1/+17 |
* | For each test function, test it as is, and with extra data appended | Nicholas Clark | 2005-11-07 | 1 | -0/+12 |
* | Fix bug #37628 (both lcfirst and ucfirst) | Nicholas Clark | 2005-11-07 | 4 | -71/+78 |
* | make t/uni/class.t faster | Tels | 2005-06-30 | 1 | -11/+33 |
* | Re: t/uni/class.t has a lot to warn about | Jarkko Hietaniemi | 2005-05-28 | 1 | -7/+9 |
* | t/uni/class.t -- update VMS test skippage | Craig A. Berry | 2005-04-22 | 1 | -1/+1 |
* | Unicode 4.1.0 | Jarkko Hietaniemi | 2005-04-02 | 1 | -1/+1 |
* | Re: encoding neutral unpack | Ton Hospel | 2005-02-14 | 1 | -1/+1 |
* | make t/uni/class.t pass on VMS | Craig A. Berry | 2004-10-02 | 1 | -3/+10 |
* | More @INC test fixes | Rafael Garcia-Suarez | 2004-06-25 | 5 | -9/+5 |
* | Make t/uni/class.t pass on case insensitive file systems | Nicholas Clark | 2004-05-02 | 1 | -13/+26 |
* | candidate for TR18 compliance | Jeff Pinyan | 2004-04-27 | 1 | -1/+113 |
* | New file left out of the last commit. | Rafael Garcia-Suarez | 2004-04-19 | 1 | -0/+41 |
* | Speed up the unicode case mappings (for /i, lc, uc, etc). | Jarkko Hietaniemi | 2004-03-03 | 1 | -7/+9 |
* | Change the skip logic on the unicode tests so that they don't rely on | Nicholas Clark | 2004-03-02 | 5 | -15/+11 |
* | test that use encoding; doesn't cause references to be stringified | Nicholas Clark | 2004-01-23 | 1 | -2/+16 |
* | Check the return values of chomp | Nicholas Clark | 2004-01-23 | 1 | -4/+14 |
* | Re: [perl #24888] chomp ignores utf8 | SADAHIRO Tomoyuki | 2004-01-23 | 1 | -0/+64 |
* | Re: [PATCH] test clean-up for VMS | Craig A. Berry | 2003-07-21 | 1 | -1/+1 |
* | Some low-hanging fruit for EBCDIC portability | Jarkko Hietaniemi | 2003-03-31 | 1 | -0/+4 |
* | Can't test this without PerlIO. | Jarkko Hietaniemi | 2003-03-04 | 1 | -0/+4 |
* | Further Unicode formats patching from Inaba Hiroto. | Jarkko Hietaniemi | 2003-03-02 | 1 | -0/+96 |
* | [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to ... | Inaba Hiroto | 2003-02-05 | 1 | -4/+4 |
* | minitest wasn't working. (The $^X /miniperl/ test in | Jarkko Hietaniemi | 2003-02-02 | 4 | -0/+20 |
* | Fix 'use encoding' I/O for code points 0x80..0xFF; | Jarkko Hietaniemi | 2003-01-16 | 1 | -2/+1 |
* | Encode 1.84 broke the subtest #7, further study required. | Jarkko Hietaniemi | 2003-01-14 | 1 | -1/+2 |
* | Integrate from the maint-5.8/ branch : | Rafael Garcia-Suarez | 2002-12-10 | 1 | -1/+8 |
* | [Encode] 1.83 + bleedperl patch released | Dan Kogai | 2002-11-25 | 3 | -13/+10 |
* | Re: The Inaba patch for tr/// vs. use encoding | Dan Kogai | 2002-11-07 | 4 | -0/+241 |
* | EBCDIC test tweak. | Jarkko Hietaniemi | 2002-04-02 | 1 | -1/+8 |
* | EBCDIC: special cases of special cases. | Jarkko Hietaniemi | 2002-03-03 | 1 | -1/+42 |
* | Better debugging info. | Jarkko Hietaniemi | 2002-02-20 | 1 | -8/+14 |
* | Add back the new casing tests. | Jarkko Hietaniemi | 2002-02-19 | 4 | -0/+104 |
* | What do you know; these tests unearthed nasty problems. | Jarkko Hietaniemi | 2002-02-18 | 4 | -100/+0 |
* | More Unicode casing checks. | Jarkko Hietaniemi | 2002-02-18 | 4 | -0/+100 |
* | Tiny test script tweaks. | Jarkko Hietaniemi | 2002-02-13 | 1 | -2/+4 |
* | EBCDIC: no hope to get the low 256 right in unifolding. | Jarkko Hietaniemi | 2002-02-02 | 1 | -0/+3 |
* | Undo the renaming of the Unicode data files; the simple | Jarkko Hietaniemi | 2002-01-21 | 1 | -1/+1 |