Better ithreads cloning - add all SVs with a 0 refcnt to the temps stack.
[p5sagit/p5-mst-13.2.git] / t / uni /
2009-12-20 Rafael Garcia-Suarez Introduce C<use feature "unicode_strings">
2009-11-25 Karl Williamson wrap uniprops.t; makefile changes for mktables
2009-11-23 Karl Williamson Make unicode semantics the default
2009-11-22 Karl Williamson mktables revamp
2009-10-06 Nicholas Clark Replace a hardcoded temporary file name with test.pl...
2009-10-06 Nicholas Clark Standardise t/uni/*.t on ./test.pl, and remove PERL_COR...
2009-10-06 Nicholas Clark Don't attempt UTF-8 cache assertion for SVs with invali...
2009-01-27 Karl Change to use 5.1 Unicode file versions
2009-01-15 karl williamson [perl #59908] \x, \0, and \N{} not ok in double-quotish...
2008-12-19 Steve Peters Subject: PATCH 5.10 documentation
2008-04-05 Nicholas Clark UCD 5.1.0
2008-01-12 Nicholas Clark Fix bug whereby length on a tied scalar that returned...
2007-09-23 H.Merijn Brand Revert #31942, as it was inconsistent between threaded and
2007-09-23 Abe Timmerman netbsd's setlocale () doesn't support LC_COLLATE and...
2007-07-30 Nicholas Clark Fix typos in comments.
2007-05-02 Jonathan Steinert [perl #42839] Swatch hash cache has key mismatch
2007-01-08 Nicholas Clark do $file; won't propagate errors from die, as do is...
2006-11-18 Craig A. Berry Update skip count for VMS.
2006-11-04 SADAHIRO Tomoyuki Re: [perl #40641] crash with unicode characters in...
2006-10-24 Rafael Garcia-Suarez Silence an expected warning (when playing with utf8ness...
2006-09-06 Jarkko Hietaniemi UCD 5.0.0
2006-07-14 Craig A. Berry overload.t has same locale problem with VMS that it...
2006-07-12 Jarkko Hietaniemi z/OS: t/ - mostly EBCDIC fixes
2006-05-15 SADAHIRO Tomoyuki strange encodings upsets pp_chr
2006-05-13 Jarkko Hietaniemi t/uni/overload.t
2006-04-30 Nicholas Clark One part of pp_pack couldn't correctly handle surprises...
2006-04-30 Nicholas Clark do_vop() couldn't correctly handle surprises from UTF...
2006-04-30 Nicholas Clark index and rindex couldn't correctly handle surprises...
2006-04-29 Nicholas Clark syswrite couldn't correctly handle surprises from UTF...
2006-04-29 Nicholas Clark print couldn't correctly handle surprises from UTF...
2006-04-29 Nicholas Clark There were more ways to break uc/lc/ucfirst/lcfirst...
2006-04-29 Nicholas Clark lcfirst/ucfist plus an 8 bit locale could mangle UTF...
2006-04-29 Nicholas Clark uc plus an 8 bit locale could get confused by UTF-8...
2006-04-29 Nicholas Clark lc plus an 8 bit locale could mangle UTF-8 values retur...
2006-04-28 Nicholas Clark Fix bug 34297 (length of overloaded UTF-8 strings)
2005-12-11 Nicholas Clark Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug...
2005-11-07 Nicholas Clark For each test function, test it as is, and with extra...
2005-11-07 Nicholas Clark Fix bug #37628 (both lcfirst and ucfirst)
2005-06-30 Tels make t/uni/class.t faster
2005-05-28 Jarkko Hietaniemi Re: t/uni/class.t has a lot to warn about
2005-04-22 Craig A. Berry t/uni/class.t -- update VMS test skippage
2005-04-02 Jarkko Hietaniemi Unicode 4.1.0
2005-02-14 Ton Hospel Re: encoding neutral unpack
2004-10-02 Craig A. Berry make t/uni/class.t pass on VMS
2004-06-25 Rafael Garcia-Suarez More @INC test fixes
2004-05-02 Nicholas Clark Make t/uni/class.t pass on case insensitive file systems
2004-04-27 Jeff Pinyan candidate for TR18 compliance
2004-04-19 Rafael Garcia-Suarez New file left out of the last commit.
2004-03-03 Jarkko Hietaniemi Speed up the unicode case mappings (for /i, lc, uc...
2004-03-02 Nicholas Clark Change the skip logic on the unicode tests so that...
2004-01-23 Nicholas Clark test that use encoding; doesn't cause references to...
2004-01-23 Nicholas Clark Check the return values of chomp
2004-01-23 SADAHIRO Tomoyuki Re: [perl #24888] chomp ignores utf8
2003-07-21 Craig A. Berry Re: [PATCH] test clean-up for VMS
2003-03-31 Jarkko Hietaniemi Some low-hanging fruit for EBCDIC portability
2003-03-04 Jarkko Hietaniemi Can't test this without PerlIO.
2003-03-02 Jarkko Hietaniemi Further Unicode formats patching from Inaba Hiroto.
2003-02-05 Inaba Hiroto [Patch] parsing under encoding (Re: [Encode] HEADS...
2003-02-02 Jarkko Hietaniemi minitest wasn't working. (The $^X /miniperl/ test in
2003-01-16 Jarkko Hietaniemi Fix 'use encoding' I/O for code points 0x80..0xFF;
2003-01-14 Jarkko Hietaniemi Encode 1.84 broke the subtest #7, further study required.
2002-12-10 Rafael Garcia-Suarez Integrate from the maint-5.8/ branch :
2002-11-25 Dan Kogai [Encode] 1.83 + bleedperl patch released
2002-11-07 Dan Kogai Re: The Inaba patch for tr/// vs. use encoding
2002-04-02 Jarkko Hietaniemi EBCDIC test tweak.
2002-03-03 Jarkko Hietaniemi EBCDIC: special cases of special cases.
2002-02-20 Jarkko Hietaniemi Better debugging info.
2002-02-19 Jarkko Hietaniemi Add back the new casing tests.
2002-02-18 Jarkko Hietaniemi What do you know; these tests unearthed nasty problems.
2002-02-18 Jarkko Hietaniemi More Unicode casing checks.
2002-02-13 Jarkko Hietaniemi Tiny test script tweaks.
2002-02-02 Jarkko Hietaniemi EBCDIC: no hope to get the low 256 right in unifolding.
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-21 Jarkko Hietaniemi Undo the renaming of the Unicode data files; the simple
2002-01-15 Nick Ing-Simmons Blind integrate of bulk of mainline.
2002-01-13 Jarkko Hietaniemi Start a new test category: uni. Much of t/op/pat