about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-10 02:01:08 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-10 02:01:08 +0000
commit28f9ebd72970db543b07f78fd9c24ddebc886138 (patch)
treea94f992d35c25dca8dbfe19a4d32943fe05674b1 /ChangeLog
parent05ef7021f046e0d4475ec5c4e4706585d7e800d4 (diff)
downloadglibc-28f9ebd72970db543b07f78fd9c24ddebc886138.tar.gz
glibc-28f9ebd72970db543b07f78fd9c24ddebc886138.tar.xz
glibc-28f9ebd72970db543b07f78fd9c24ddebc886138.zip
[BZ #194]
Update.
2004-08-09  Ulrich Drepper  <drepper@redhat.com>

	* iconv/gconv_charset.h (strip): Also allow comma which is what is
	used to separate options.  [BZ #194]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3525a313e9..b42aa1d3d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-09  Ulrich Drepper  <drepper@redhat.com>
+
+	* iconv/gconv_charset.h (strip): Also allow comma which is what is
+	used to separate options.  [BZ #194]
+
 2004-08-09  Roland McGrath  <roland@redhat.com>
 
 	* time/strptime_l.c: #include <stdbool.h>, `bool' used in last change.