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-28 00:17:52 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-09-28 00:17:52 +0400
commit1ed3c86dd72ba76b9a1048bbd4b756899f803302 (patch)
treef57d496af02d21c651f7f16d89d90e032a62ba37 /newlib/ChangeLog
parent8921a7a7a3e72041187b63e6325abf10dc42884b (diff)
2002-09-27 Jeff Johnston <jjohnstn@redhat.com>
* libc/ctype/jp2uc.c: Change to use multiple arrays in jp2uc.h. Also convert to EUCJP before using arrays. For values not in the conversion arrays, return WEOF. * libc/ctype/jp2uc.h: Change from one array to a number of arrays to account for the fact that the originating table is not contiguous for the input values since some are invalid.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 90e5604d9..faab582f2 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,12 @@
+2002-09-27 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/ctype/jp2uc.c: Change to use multiple arrays in jp2uc.h.
+ Also convert to EUCJP before using arrays. For values not in
+ the conversion arrays, return WEOF.
+ * libc/ctype/jp2uc.h: Change from one array to a number of
+ arrays to account for the fact that the originating table
+ is not contiguous for the input values since some are invalid.
+
2002-09-24 Jeff Johnston <jjohnstn@redhat.com>
* libc/time/ctime.c: Fix prototype documentation.