This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Pod::Simple from version 3.38 to 3.39
[perl5.git] / t / op / lc.t
2019-04-13 Karl Williamsont/op/lc.t: Fix bareword warning
2019-02-05 Karl Williamsont/op/lc.t: Add tests for Turkish locales
2019-02-05 Karl Williamsont/op/lc.t: Add 'use strict'
2016-03-24 David Mitchellstop lc() etc accidentally modifying in-place.
2015-11-20 Karl WilliamsonVarious tests: use centralized locale detection
2015-03-06 Karl Williamsont/op/lc.t: Generalize for non-ASCII platforms
2015-01-14 Karl Williamsont/charset_tools.pl: Improve function names
2014-10-08 Jarkko HietaniemiTest preamble: unify chdir 't' if -d 't';
2014-09-03 Father Chrysostomosskip_all_without_unicode_tables
2014-09-03 Father ChrysostomosPut miniperl @INC logic in test.pl
2014-09-03 Father ChrysostomosSkip lc.t under miniperl unless uni tables exist
2014-09-03 Father ChrysostomosGet lc.t working under minitest
2014-05-31 Karl WilliamsonCreate new testing helper file
2014-05-29 Jarkko HietaniemiFixes for running a clean minitest (at least in OS...
2014-02-04 Karl WilliamsonDon't test locales that are invalid for needed categories
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-01 Father ChrysostomosReënable in-place lc/uc
2014-01-01 Father Chrysostomoslc.t: More tests for #43207
2013-08-10 Father ChrysostomosMake constant folding use the right hints
2012-01-29 Karl Williamsonlc.t: Add tests for previously broken IN_UNI_8_BIT
2012-01-29 Brian FraserImplement the fc keyword and the \F string escape.
2010-05-25 Karl WilliamsonChange a few tests to use new test.pl EBCDIC stuff
2009-10-19 Yves Ortonsomewhat fix failing regex tests. but break lots of...
2008-04-30 Rafael Garcia-SuarezAdd a test for "lc(LATIN CAPITAL LETTER SHARP S)"
2008-01-28 Rafael Garcia-SuarezTest that lc, uc, etc on undef return ""
2007-06-14 Rafael Garcia-SuarezFix [perl #43207] lc() or uc() inside sort affect the...
2006-04-30 Nicholas ClarkWe had no tests that covered the grow paths in pp_uc...
2006-02-25 SADAHIRO TomoyukiRe: [perl #38619] Bug in lc and uc (interaction between...
2005-11-07 Nicholas Clarks/Nick Clark/Nicholas Clark/
2005-01-22 Jarkko HietaniemiRe: uc($long_utf8_string) exhausts memory
2003-08-23 Jarkko HietaniemiAdd more comments so that one can see what is supposed...
2002-12-10 Rafael Garcia-SuarezIntegrate from the maint-5.8/ branch :
2002-12-09 Abhijit Menon-SenRe: [perl #18107] lc(), uc() and ucfirst() broken insid...
2002-02-13 Jarkko HietaniemiRetract #14666.
2002-02-13 Jarkko Hietaniemi(retracted by #14667)
2002-02-01 Nick Ing-SimmonsIntegrate mainline
2002-01-30 Jarkko HietaniemiEBCDIC: t/op/lc.t now passes.
2002-01-06 Jarkko HietaniemiTests for #14098.
2001-10-29 Jarkko HietaniemiLet's not assume ASCII.
2001-10-23 Jarkko HietaniemiSmall test nits.
2001-10-23 Jarkko HietaniemiUpping the test count is a good idea.
2001-10-23 Jarkko HietaniemiFix multicharacter titlecase (ucfirst).
2001-10-21 Jarkko HietaniemiImplement multicharacter case mappings where a single
2001-08-11 Jarkko HietaniemiAdd t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quote...