about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-21 06:46:40 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-21 06:46:40 +0000
commit4a069c3345ea4e832c814a46267942226e53f9a2 (patch)
treeaca2ccb8f71c86ed142be0d8eb027d62c3eba15e /ChangeLog
parent978ce92b89ad3433b4cec6986b3b9f535a52c83b (diff)
downloadglibc-4a069c3345ea4e832c814a46267942226e53f9a2.tar.gz
glibc-4a069c3345ea4e832c814a46267942226e53f9a2.tar.xz
glibc-4a069c3345ea4e832c814a46267942226e53f9a2.zip
Update.
	* iconv/gconv_simple.c: Define separate functions to convert from
	UCS4/UCS4-LE to the internal encoding.
	* iconv/gconv_builtin.h: Use separate functions to convert from
	UCS4/UCS4-LE to the internal encoding.
	* iconv/gconv_int.h: Declare __gconv_transform_ucs4_internal and
	__gconv_transform_ucs4le_internal.

	* iconv/gconv_simple.c (internal_utf8_loop): Correct check for
	output buffer overflow.  Reported by Ulrich.Brink@sap.com.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b54df5372..268c7ea9b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2000-04-20  Ulrich Drepper  <drepper@redhat.com>
 
+	* iconv/gconv_simple.c: Define separate functions to convert from
+	UCS4/UCS4-LE to the internal encoding.
+	* iconv/gconv_builtin.h: Use separate functions to convert from
+	UCS4/UCS4-LE to the internal encoding.
+	* iconv/gconv_int.h: Declare __gconv_transform_ucs4_internal and
+	__gconv_transform_ucs4le_internal.
+
+	* iconv/gconv_simple.c (internal_utf8_loop): Correct check for
+	output buffer overflow.  Reported by Ulrich.Brink@sap.com.
+
 	* iconv/skeleton.c: Add some more __builtin_expect.
 	* iconv/loop.c: Likewise.