Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2010-01-14 15:49:43 +0300
committerCorinna Vinschen <corinna@vinschen.de>2010-01-14 15:49:43 +0300
commit131dbdfccb98a3207fe9d1183c75d5a3552e3758 (patch)
tree253ec7521d5f7fef0fafa925aea3bb482f3a7d67
parent0b82c17d579ed23fedea73dc6b9d1f52ac48ea48 (diff)
Drop accidentally applied ChangeLog entry.
-rw-r--r--newlib/ChangeLog10
1 files changed, 0 insertions, 10 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index d4f0c5d30..9dc75865f 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -3,16 +3,6 @@
* libc/stdio/vfprintf.c (_VFPRINTF_R): Just wave bytes invalid in
the current charset through.
-2010-01-13 Corinna Vinschen <corinna@vinschen.de>
-
- * libc/locale/locale.c (lc_ctype_charset): Disable defaulting to
- "UTF-8" on Cygwin.
- (lc_message_charset): Ditto.
- (loadlocale): Disable setting charset of the "C" locale to "UTF-8" on
- Cygwin.
- * libc/stdlib/mbtowc_r.c (__mbtowc): Add Cygwin-specific comment.
- * libc/stdlib/wctomb_r.c (__wctomb): Ditto.
-
2010-01-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/posix/telldir.c (_cleanupdir): Fixed usage of freed memory.