This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta - move split change to other perlfunc changes and add issue link
[perl5.git] / t / uni / overload.t
2020-10-03 Hugo van der SandenIn tests, fix @INC before loading more stuff
2018-10-10 Tony Cook(perl #125760) fatalize sysread/syswrite/recv/send...
2016-11-03 Dagfinn Ilmari Man... Fix typos in test comment
2016-11-03 David Mitchellskip SEGVing test in t/uni/overload.t
2016-10-21 Dan Collinst/uni/overload.t: Skip hanging test on FreeBSD
2016-10-21 Dan Collinst/uni/overload.t: test for RT #3270
2016-10-21 Dan Collinst/uni/overload.t: test for RT 3054: might segfault.
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2015-11-20 Karl WilliamsonVarious tests: use centralized locale detection
2015-08-17 Tony Cook[perl #125760] deprecate sys(read|write)(), send()...
2015-03-06 Karl Williamsont/uni/overload.t: Generalize for non-ASCII platforms
2014-10-08 Jarkko HietaniemiTest preamble: unify chdir 't' if -d 't';
2014-06-05 Karl Williamson'use locale' no longer ever fails.to compile
2013-02-10 Jess RobinsonEnable perl core tests to pass when locale support...
2009-12-20 Rafael Garcia-SuarezIntroduce C<use feature "unicode_strings">
2009-11-23 Karl WilliamsonMake unicode semantics the default
2009-10-06 Nicholas ClarkReplace a hardcoded temporary file name with test.pl...
2009-10-06 Nicholas ClarkStandardise t/uni/*.t on ./test.pl, and remove PERL_COR...
2009-10-06 Nicholas ClarkDon't attempt UTF-8 cache assertion for SVs with invali...
2007-09-23 H.Merijn BrandRevert #31942, as it was inconsistent between threaded and
2007-09-23 Abe Timmermannetbsd's setlocale () doesn't support LC_COLLATE and...
2006-10-24 Rafael Garcia-SuarezSilence an expected warning (when playing with utf8ness...
2006-07-14 Craig A. Berryoverload.t has same locale problem with VMS that it...
2006-05-13 Jarkko Hietaniemit/uni/overload.t
2006-04-30 Nicholas ClarkOne part of pp_pack couldn't correctly handle surprises...
2006-04-30 Nicholas Clarkdo_vop() couldn't correctly handle surprises from UTF...
2006-04-30 Nicholas Clarkindex and rindex couldn't correctly handle surprises...
2006-04-29 Nicholas Clarksyswrite couldn't correctly handle surprises from UTF...
2006-04-29 Nicholas Clarkprint couldn't correctly handle surprises from UTF...
2006-04-29 Nicholas ClarkThere were more ways to break uc/lc/ucfirst/lcfirst...
2006-04-29 Nicholas Clarklcfirst/ucfist plus an 8 bit locale could mangle UTF...
2006-04-29 Nicholas Clarkuc plus an 8 bit locale could get confused by UTF-8...
2006-04-29 Nicholas Clarklc plus an 8 bit locale could mangle UTF-8 values retur...
2006-04-28 Nicholas ClarkFix bug 34297 (length of overloaded UTF-8 strings)