about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-05-07 22:00:43 +0000
committerUlrich Drepper <drepper@redhat.com>2000-05-07 22:00:43 +0000
commit1336419e465c180c938652fadc2aa0b487a6e887 (patch)
treed0974b45f47d4ee583bb7cfc5bb6a6f2926a23ce /ChangeLog
parentc63b67bd9b89dc6f868f9affde85d5c5c262b9f9 (diff)
downloadglibc-1336419e465c180c938652fadc2aa0b487a6e887.tar.gz
glibc-1336419e465c180c938652fadc2aa0b487a6e887.tar.xz
glibc-1336419e465c180c938652fadc2aa0b487a6e887.zip
Update.
	* iconv/gconv_simple.c (internal_ucs4_loop): Prefer reporting
	empty input buffer over full output buffer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc6ec3fb96..4557c9f2ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
 	* iconv/Makefile (tests): Add tst-iconv1.
 	* iconv/tst-iconv1.c: New file.
+	* iconv/gconv_simple.c (internal_ucs4_loop): Prefer reporting
+	empty input buffer over full output buffer.
 	Reported by yaoz@nih.gov.
 
 2000-05-06  Bruno Haible  <haible@clisp.cons.org>