diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-10 02:01:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-10 02:01:08 +0000 |
commit | 28f9ebd72970db543b07f78fd9c24ddebc886138 (patch) | |
tree | a94f992d35c25dca8dbfe19a4d32943fe05674b1 | |
parent | 05ef7021f046e0d4475ec5c4e4706585d7e800d4 (diff) | |
download | glibc-28f9ebd72970db543b07f78fd9c24ddebc886138.tar glibc-28f9ebd72970db543b07f78fd9c24ddebc886138.tar.gz glibc-28f9ebd72970db543b07f78fd9c24ddebc886138.tar.bz2 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]
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |