diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2010-01-17 14:41:58 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2010-01-17 14:41:58 +0000 |
commit | d24015235c9d3410f14935dd5e8861922ca45dbd (patch) | |
tree | 70c076aeee5cfe1f33329fb8e49d0858e61f5763 /newlib/ChangeLog | |
parent | 62910474ac7eaeddb7a51b6fdad14bcc852c9e93 (diff) | |
download | cygnal-d24015235c9d3410f14935dd5e8861922ca45dbd.tar.gz cygnal-d24015235c9d3410f14935dd5e8861922ca45dbd.tar.bz2 cygnal-d24015235c9d3410f14935dd5e8861922ca45dbd.zip |
* libc/locale/locale.c (loadlocale): Allow three character
language codes to accommodate ISO 639-2 codes.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 1df8968d3..1697e7490 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,10 @@ 2010-01-17 Corinna Vinschen <corinna@vinschen.de> + * libc/locale/locale.c (loadlocale): Allow three character + language codes to accommodate ISO 639-2 codes. + +2010-01-17 Corinna Vinschen <corinna@vinschen.de> + * libc/locale/locale.c (lc_ctype_charset): Disable defaulting to "UTF-8" on Cygwin. (lc_message_charset): Ditto. |