In perl.git, the branch smoke-me/khw-locale has been created
<http://perl5.git.perl.org/perl.git/commitdiff/023140ba522077c07a3f512660feb2753c8e05f5?hp=0000000000000000000000000000000000000000>
at 023140ba522077c07a3f512660feb2753c8e05f5 (commit)
- Log -----------------------------------------------------------------
commit 023140ba522077c07a3f512660feb2753c8e05f5
Author: Karl Williamson <[email protected]>
Date: Sat Nov 1 20:56:01 2014 -0600
f
M locale.c
commit 92ca76a2040a66de61a38ad16b5be416fe4c71fb
Author: Karl Williamson <[email protected]>
Date: Fri Oct 31 15:33:51 2014 -0600
perllocale: Nits and clarifications
M pod/perllocale.pod
commit 2178b4531eb3cba66870a3deab2bf4e91d7a9793
Author: Karl Williamson <[email protected]>
Date: Fri Oct 31 15:28:20 2014 -0600
XXX add comments lib/locale.t: Add knowledge about known bad locales
Some platforms currently have locale tests that always fail due to
platform-specific problems. For example, we know that some Lithuanian
locales fail on Darwin because of a bad symbolic link.
This commit adds the capability for locale.t to know about such issues
and not fail because of them.
M lib/locale.t
commit a4b7712f772db90923ac15ae8128d3a864cdae6f
Author: Karl Williamson <[email protected]>
Date: Mon Oct 27 21:18:45 2014 -0600
Raise warnings for poorly supported locales
Perl only supports single-byte locales (except for UTF-8 ones), and has
poor support for 7-bit locales that aren't supersets of ASCII (these
should be exceedingly rare these days).
This commit raises warnings in the new locale warning category when
such a locale is entered.
M locale.c
M pod/perldelta.pod
M pod/perldiag.pod
M pod/perllocale.pod
commit 37ace9872a1743e6ffb4f1dc558a1e1142e00ab5
Author: Karl Williamson <[email protected]>
Date: Mon Oct 27 21:16:10 2014 -0600
perldiag: Remove message that is not raised
This message isn't raised these days.
M pod/perldiag.pod
commit bd0be2b2a7745c5f848f69000410be58e46fcfd2
Author: Karl Williamson <[email protected]>
Date: Mon Oct 27 21:02:38 2014 -0600
Add 'locale' warning category
This category will be used in future commits for warnings that are
entirely because of locale issues.
M lib/locale.pm
M lib/warnings.pm
M regen/warnings.pl
M t/op/caller.t
M warnings.h
-----------------------------------------------------------------------
--
Perl5 Master Repository