summaryrefslogtreecommitdiff
path: root/t/uni
Commit message (Expand)AuthorAgeFilesLines
* Replace a hardcoded temporary file name with test.pl's tempfile().Nicholas Clark2009-10-061-6/+1
* Standardise t/uni/*.t on ./test.pl, and remove PERL_CORE boilerplate.Nicholas Clark2009-10-069-45/+30
* Don't attempt UTF-8 cache assertion for SVs with invalid SvPVX() (eg overloaded)Nicholas Clark2009-10-061-1/+22
* Change to use 5.1 Unicode file versionsKarl2009-01-271-1/+1
* [perl #59908] \x, \0, and \N{} not ok in double-quotish when followed by > \x100karl williamson2009-01-151-0/+44
* Subject: PATCH 5.10 documentationSteve Peters2008-12-191-1/+3
* UCD 5.1.0Nicholas Clark2008-04-051-1/+1
* Fix bug whereby length on a tied scalar that returned a UTF-8 valueNicholas Clark2008-01-121-0/+49
* Revert #31942, as it was inconsistent between threaded andH.Merijn Brand2007-09-231-1/+1
* netbsd's setlocale () doesn't support LC_COLLATE and LC_NUMERICAbe Timmerman2007-09-231-1/+1
* Fix typos in comments.Nicholas Clark2007-07-301-2/+2
* [perl #42839] Swatch hash cache has key mismatch Jonathan Steinert2007-05-021-0/+21
* do $file; won't propagate errors from die, as do is an implicit eval.Nicholas Clark2007-01-081-1/+1
* Update skip count for VMS.Craig A. Berry2006-11-181-1/+1
* Re: [perl #40641] crash with unicode characters in regex commentSADAHIRO Tomoyuki2006-11-043-1/+281
* Silence an expected warning (when playing with utf8ness and string overloading)Rafael Garcia-Suarez2006-10-241-0/+1
* UCD 5.0.0Jarkko Hietaniemi2006-09-061-5/+11
* overload.t has same locale problem with VMS that it has with dec_osfCraig A. Berry2006-07-141-1/+1
* z/OS: t/ - mostly EBCDIC fixesJarkko Hietaniemi2006-07-122-6/+40
* strange encodings upsets pp_chrSADAHIRO Tomoyuki2006-05-151-0/+41
* t/uni/overload.tJarkko Hietaniemi2006-05-131-24/+26
* One part of pp_pack couldn't correctly handle surprises from UTF-8Nicholas Clark2006-04-301-1/+8
* do_vop() couldn't correctly handle surprises from UTF-8 overloading.Nicholas Clark2006-04-301-2/+13
* index and rindex couldn't correctly handle surprises from UTF-8Nicholas Clark2006-04-301-1/+31
* syswrite couldn't correctly handle surprises from UTF-8 overloading.Nicholas Clark2006-04-291-10/+39
* print couldn't correctly handle surprises from UTF-8 overloading.Nicholas Clark2006-04-291-2/+43
* There were more ways to break uc/lc/ucfirst/lcfirst even withoutNicholas Clark2006-04-291-3/+59
* lcfirst/ucfist plus an 8 bit locale could mangle UTF-8 valuesNicholas Clark2006-04-291-1/+17
* uc plus an 8 bit locale could get confused by UTF-8 values returned byNicholas Clark2006-04-291-1/+9
* lc plus an 8 bit locale could mangle UTF-8 values returned byNicholas Clark2006-04-291-3/+27
* Fix bug 34297 (length of overloaded UTF-8 strings)Nicholas Clark2006-04-281-0/+44
* Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889)Nicholas Clark2005-12-111-1/+17
* For each test function, test it as is, and with extra data appendedNicholas Clark2005-11-071-0/+12
* Fix bug #37628 (both lcfirst and ucfirst)Nicholas Clark2005-11-074-71/+78
* make t/uni/class.t fasterTels2005-06-301-11/+33
* Re: t/uni/class.t has a lot to warn aboutJarkko Hietaniemi2005-05-281-7/+9
* t/uni/class.t -- update VMS test skippageCraig A. Berry2005-04-221-1/+1
* Unicode 4.1.0Jarkko Hietaniemi2005-04-021-1/+1
* Re: encoding neutral unpackTon Hospel2005-02-141-1/+1
* make t/uni/class.t pass on VMSCraig A. Berry2004-10-021-3/+10
* More @INC test fixesRafael Garcia-Suarez2004-06-255-9/+5
* Make t/uni/class.t pass on case insensitive file systemsNicholas Clark2004-05-021-13/+26
* candidate for TR18 complianceJeff Pinyan2004-04-271-1/+113
* New file left out of the last commit.Rafael Garcia-Suarez2004-04-191-0/+41
* Speed up the unicode case mappings (for /i, lc, uc, etc).Jarkko Hietaniemi2004-03-031-7/+9
* Change the skip logic on the unicode tests so that they don't rely onNicholas Clark2004-03-025-15/+11
* test that use encoding; doesn't cause references to be stringifiedNicholas Clark2004-01-231-2/+16
* Check the return values of chompNicholas Clark2004-01-231-4/+14
* Re: [perl #24888] chomp ignores utf8SADAHIRO Tomoyuki2004-01-231-0/+64
* Re: [PATCH] test clean-up for VMSCraig A. Berry2003-07-211-1/+1