diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-04-25 15:15:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-04-25 15:15:47 +0000 |
commit | ba508da3ad6c687cd618bd725b0269c1d024edeb (patch) | |
tree | 33f740320f988952d5b168143bd0400e47ef942f /ChangeLog | |
parent | 82faa1779b37e23a143120d754562d8f50258b42 (diff) | |
download | glibc-ba508da3ad6c687cd618bd725b0269c1d024edeb.tar.gz glibc-ba508da3ad6c687cd618bd725b0269c1d024edeb.tar.xz glibc-ba508da3ad6c687cd618bd725b0269c1d024edeb.zip |
[BZ #4406]
2007-04-25 Ulrich Drepper <drepper@redhat.com> [BZ #4406] * iconv/gconv_charset.h (strip): Allow ':' * iconv/iconv_open.c (iconv_open): Adjust comment.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e1324c895a..770fb73be0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-04-25 Ulrich Drepper <drepper@redhat.com> + + [BZ #4406] + * iconv/gconv_charset.h (strip): Allow ':' + * iconv/iconv_open.c (iconv_open): Adjust comment. + 2007-04-25 Jakub Jelinek <jakub@redhat.com> * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized |