about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-15 22:41:44 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-15 22:41:44 +0000
commit330aa7006317b2ae6a80ef795ebe1f204959e321 (patch)
treeb81a7e8964e60d438e103251b65e04d9155be470 /ChangeLog
parent347bace2f23ebbe86a52bf672b13dd1a815be875 (diff)
downloadglibc-330aa7006317b2ae6a80ef795ebe1f204959e321.tar.gz
glibc-330aa7006317b2ae6a80ef795ebe1f204959e321.tar.xz
glibc-330aa7006317b2ae6a80ef795ebe1f204959e321.zip
Update.
	* iconv/gconv_simple.c (__gconv_transform_utf8_internal): Use only
	one copy of error handling code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a85242a94e..88776587e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,9 @@
 
 2004-03-15  Ulrich Drepper  <drepper@redhat.com>
 
+	* iconv/gconv_simple.c (__gconv_transform_utf8_internal): Use only
+	one copy of error handling code.
+
 	* stdio-common/vfscanf.c: Simplify error handling macros.  Use
 	direct locale access functions.