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:
authorJeff Johnston <jjohnstn@redhat.com>2002-09-04 22:16:55 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-09-04 22:16:55 +0400
commitefa077ce22ce17d6bfd6045e337121b0ff01935a (patch)
tree681178f3fcbc3627fdfcad3f3ce24aee178596f2 /newlib/ChangeLog
parentca558bf047d7fc6f596902553fcf2e40c7fd6a42 (diff)
2002-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
* libc/include/sys/config.h: Define accordingly __WCHAR_MAX__. * libc/include/wchar.h: Define WCHAR_MIN as 0 and WCHAR_MAX as __WCHAR_MAX__ or 0x7fffffffu. * libc/string/wcscmp.c: Delete wrong and unnecessary type cast. * libc/string/wcsncmp.c: Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index fc4d4537e..2f6ad7bf0 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+2002-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
+
+ * libc/include/sys/config.h: Define accordingly __WCHAR_MAX__.
+ * libc/include/wchar.h: Define WCHAR_MIN as 0 and WCHAR_MAX as
+ __WCHAR_MAX__ or 0x7fffffffu.
+ * libc/string/wcscmp.c: Delete wrong and unnecessary type cast.
+ * libc/string/wcsncmp.c: Ditto.
+
2002-09-03 Jeff Johnston <jjohnstn@redhat.com>
* libc/string/wcschr.c: Add include of <stddef.h>.