In perl.git, the branch smoke-me/khw-locale has been created
<http://perl5.git.perl.org/perl.git/commitdiff/fb871e27ad37ca3bf0d78b7945bd54c6a66a954e?hp=0000000000000000000000000000000000000000>
at fb871e27ad37ca3bf0d78b7945bd54c6a66a954e (commit)
- Log -----------------------------------------------------------------
commit fb871e27ad37ca3bf0d78b7945bd54c6a66a954e
Author: Karl Williamson <[email protected]>
Date: Sun Nov 2 21:19:16 2014 -0700
XXX so will get smoked
M regcomp.c
commit ea6faede94ab67bd2124394b510b1f1847375602
Author: Karl Williamson <[email protected]>
Date: Fri Oct 31 15:33:51 2014 -0600
perllocale: Nits and clarifications
M pod/perllocale.pod
commit cb4375b048a98f631771d7c1b7f955b7f13da35e
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 722c8ac34d79865778c62c4b8283b4bcd0335034
Author: Karl Williamson <[email protected]>
Date: Mon Oct 27 21:18:45 2014 -0600
XXX Comments 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