summaryrefslogtreecommitdiff
path: root/libc/ChangeLog.eglibc
diff options
context:
space:
mode:
authorjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-09-28 21:53:54 +0000
committerjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-09-28 21:53:54 +0000
commit7634c65fc1f34efe29df511ac562366b2f96d931 (patch)
tree7f2b42590b70c6b85a201afe1110f7632891088b /libc/ChangeLog.eglibc
parent39214d562d474c17d8242008f5454e9c9ca710ad (diff)
* bits/wchar.h (__WCHAR_MIN, __WCHAR_MAX): Use information
provided by GCC and the preprocessor's behavior to handle both signed and unsigned wchar_t ranges. git-svn-id: svn://svn.eglibc.org/trunk@3646 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/ChangeLog.eglibc')
-rw-r--r--libc/ChangeLog.eglibc6
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/ChangeLog.eglibc b/libc/ChangeLog.eglibc
index 28f1a58fc..dfcadb638 100644
--- a/libc/ChangeLog.eglibc
+++ b/libc/ChangeLog.eglibc
@@ -1,3 +1,9 @@
+2007-09-27 Jim Blandy <jimb@codesourcery.com>
+
+ * bits/wchar.h (__WCHAR_MIN, __WCHAR_MAX): Use information
+ provided by GCC and the preprocessor's behavior to handle both
+ signed and unsigned wchar_t ranges.
+
2007-09-24 Jim Blandy <jimb@codesourcery.com>
* option-groups.def (OPTION_EGLIBC_NSSWITCH): Doc fixes.