This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/loc_tools.pl: Consider thread 0 always locale-safe
[perl5.git] / t / run / locale.t
2019-03-04 Karl WilliamsonProperly handle systems with crippled locales
2018-11-19 Karl WilliamsonPATCH: [perl #133649] fails on OpenBSD-6.4 unthreaded
2018-11-10 James E KeenanEnsure same count of tests on different OSes.
2018-10-29 James E KeenanNote locales available and those used in tests.
2018-08-02 sisyphust/run/locale.t - Add missing SKIP:{} block
2018-05-01 Karl Williamsont/run/locale.t: Skip some Solaris locales
2018-04-18 Karl Williamsont/run/locale.t: Silence perl warning
2018-04-17 Karl Williamsont/run/locale.t; Suppress wide char warnings
2018-04-17 Karl Williamsont/run/locale.t: Refactor to use done_testing()
2018-04-17 Karl Williamsont/run/locale.t: Add debugging code
2018-03-16 Karl Williamsonlocale.c: Handle and edge case
2018-03-06 Karl Williamsont/run/locale.t: Fix skip count; uninit warning
2018-03-04 Karl Williamsont/run/locale.t: Add, revise tests
2018-03-04 Karl Williamsont/run/locale.t: Update skip count
2018-03-04 Karl Williamsonlocale.c: Fix bug in parsing a locale
2017-11-06 Karl Williamsonlocale.c: Tighten what is considered a LC variable
2017-09-15 Karl Williamsont/run/locale.t: Move function call
2016-10-26 Karl Williamsont/loc_tools.pl: Make find_locales accept string input
2016-10-26 Karl Williamsont/loc_tools.pl: Complement sense of optional parameter
2016-09-02 Craig A. BerryDelete localized %ENV entries in t/run/locale.t.
2016-09-02 Craig A. BerryMore stderr suppression in t/run/locale.t.
2016-03-04 Karl WilliamsonTODO or skip certain failing locale tests on cygwin
2015-06-03 Niko TyniMake t/run/locale.t survive missing locales masked...
2015-04-17 James E KeenanGrammatical correction in inline comment.
2015-02-06 Karl Williamsont/run/locale.t: Remove obsolete comments
2015-01-16 Karl Williamsont/run/locale.t: Fix typos
2014-12-11 Karl Williamsont/run/locale.t: Don't operate on iffy locales
2014-12-11 Karl Williamsont/run/locale.t: Nit in comment
2014-12-11 Karl Williamsont/run/locale.t: Rmv duplicate closing of STDERR
2014-08-11 Karl Williamsont/run/locale.t: Improve skip message
2014-08-05 Karl Williamsont/run/locale.t: Skip environment test on Win32
2014-07-09 Karl Williamsont/run/locale.t: setting to POSIX may be same as C
2014-07-09 Karl WilliamsonPOSIX::setlocale(LC_NUMERIC) returns proper locale
2014-06-05 Karl Williamsont/run/locale.t: Remove unnecessary setlocales()
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-06-05 Karl Williamson'use locale' no longer ever fails.to compile
2014-06-05 Karl WilliamsonSet utf8 flag properly in localeconv
2014-06-05 Karl WilliamsonLocaleconv() should be independent of 'use locale'
2014-06-01 Karl Williamsonrun/locale.t: Add explanation for when tests fail
2014-06-01 Karl Williamsonrun/locale.t: Remove redundant block
2014-05-30 Karl Williamsont/run/locale.t: Skip some tests for some shells
2014-05-30 Karl Williamsont/run/locale.t: Rmv obsolete complicated idiom
2014-04-14 David Mitchellrun/locale.t: reindent block
2014-04-14 David Mitchellrun/locale.t: silence shell warnings
2014-02-19 Karl Williamsonrun/locale.t: White-space only
2014-02-19 Karl Williamsonlocale.c: Another POSIX emulation fix on Windows
2014-02-17 Karl WilliamsonPATCH [perl #121257] blead fails at run/locale.t
2014-02-17 Karl Williamsont/run/locale.t: Fix skip count
2014-02-15 Karl Williamsont/run/locale.t: Fix SKIP end position
2014-02-15 Karl WilliamsonImprove fallback during locale initialization
2014-02-06 Karl Williamsont/run/locale.t: Rmv test that isn't generally valid
2014-02-06 Brian FraserFix more tests to work on systems that don't define...
2014-02-04 Karl WilliamsonDon't test locales that are invalid for needed categories
2014-01-29 Karl Williamsonregcomp.c: Process all POSIXes in [...] under /l
2014-01-22 Karl WilliamsonMove more common locale finding code into t/loc_tools.pl
2014-01-22 Karl Williamsont/run/locale.t: Use common code for finding locales
2014-01-10 Karl Williamsonregexec.c: Don't skip trying POSIX class if [] has...
2014-01-04 Karl Williamsont/run/locale.t: White-space only
2014-01-04 Karl WilliamsonPATCH: [perl #120723] Setting LC_NUMERIC breaks parsing...
2014-01-04 Karl WilliamsonPOSIX:strtod() should restore the locale it changed
2014-01-04 Karl Williamsonperl.h: Revise another locale setting macro
2013-12-17 Karl Williamsonrun/locale.t: Fix bareword error
2013-07-19 Karl WilliamsonMove some tests from cpan/version to t/run
2013-02-10 Jess RobinsonEnable perl core tests to pass when locale support...
2011-12-19 Ricardo Signestest that version.pm does not clobber locale
2010-10-27 Niko TyniDon't fold constants in sprintf() if locales are used
2010-10-27 Niko TyniLC_NUMERIC documentation updates + tests
2010-10-27 Niko TyniRefactor LC_NUMERIC test out of t/run/fresh_perl.t