summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-08-21 20:56:13 +0000
committerCorinna Vinschen <corinna@vinschen.de>2009-08-21 20:56:13 +0000
commit24149e4aa93d8d5739b610624c0c1db36f487ab5 (patch)
treedba36493c5c1efa9fc17982f6ba3a19e3dbf5714 /newlib/ChangeLog
parent3584ff9cb2e12429e8fdaef59a6c04205b35e6ab (diff)
downloadcygnal-24149e4aa93d8d5739b610624c0c1db36f487ab5.tar.gz
cygnal-24149e4aa93d8d5739b610624c0c1db36f487ab5.tar.bz2
cygnal-24149e4aa93d8d5739b610624c0c1db36f487ab5.zip
* libc/locale/locale.c (loadlocale): Throughout check charset string
case insensitive and store internal charset string uppercased. Allow "UTF8" additionally to "UTF-8". Add this change to documentation.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 9a2647d86..2dcd6a483 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-21 Corinna Vinschen <corinna@vinschen.de>
+
+ * libc/locale/locale.c (loadlocale): Throughout check charset string
+ case insensitive and store internal charset string uppercased. Allow
+ "UTF8" additionally to "UTF-8". Add this change to documentation.
+
2009-08-21 Eric Blake <ebb9@byu.net>
* libc/include/iconv.h (iconv): Match POSIX prototype.