summaryrefslogtreecommitdiff
path: root/t/uni
Commit message (Expand)AuthorAgeFilesLines
* Rename test.pl's skip_all_without_extension to *_dynamic_extension().Nicholas Clark2011-03-128-16/+8
* Refactor 5 tests to use skip_all(), instead of generating TAP locally.Nicholas Clark2011-03-071-4/+1
* Simplify the startup skip logic of tests in t/uni.Nicholas Clark2011-03-079-168/+39
* Skip taint.t and lex_utf8.t under minitest, as both require C<re>.Nicholas Clark2011-03-061-0/+1
* In t/ avoid using File::Spec for paths only used by Perl.Nicholas Clark2011-03-062-9/+2
* restrict \p{IsUserDefined} to In\w+ and In\w+David Mitchell2011-01-161-6/+6
* uni/fold.t: Fix TODOs that now passKarl Williamson2011-01-141-10/+13
* Remove "dead" RCS $Id$ tags from files that we own.Nicholas Clark2010-12-164-8/+0
* regex: Multi-char /i shouldnt match single char []Karl Williamson2010-12-151-5/+5
* Revamp t/uni/fold.tKarl Williamson2010-12-151-37/+105
* Replaced '1 while unlink' with 'unlink_all' in t/uni/write.tBrad Gilbert2010-12-081-1/+1
* uni/fold.t: Prevent [] from being optimized outKarl Williamson2010-12-071-4/+5
* Add Unicode's minor 6.0 correctionKarl Williamson2010-11-191-6/+8
* uc(): Handle Greek YPOGEGRAMMENIKarl Williamson2010-06-151-1/+3
* t/uni/case.pl: allow extra tests of different formKarl Williamson2010-06-154-6/+14
* Change a few tests to use new test.pl EBCDIC stuffKarl Williamson2010-05-251-7/+1
* Introduce C<use feature "unicode_strings">Rafael Garcia-Suarez2009-12-201-1/+1
* wrap uniprops.t; makefile changes for mktablesKarl Williamson2009-11-251-3/+2
* Make unicode semantics the defaultKarl Williamson2009-11-231-0/+4
* mktables revampKarl Williamson2009-11-212-156/+11
* 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