diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-04-25 17:47:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-04-25 17:47:32 +0000 |
commit | 74ed1159d1588e7012e7c91dea8d85202ed715de (patch) | |
tree | 33286a577ad565465b76ac96fc675e76d79d9849 /ChangeLog | |
parent | bdefc84c58dc5d7b4f9152359a06d5deb55aa146 (diff) | |
download | glibc-74ed1159d1588e7012e7c91dea8d85202ed715de.zip glibc-74ed1159d1588e7012e7c91dea8d85202ed715de.tar.gz glibc-74ed1159d1588e7012e7c91dea8d85202ed715de.tar.bz2 |
[BZ #2569]
2006-04-25 Ulrich Drepper <drepper@redhat.com>
[BZ #2569]
* iconv/gconv_db.c (__gconv_release_step): Fix condition of assert
call.
* iconvdata/Makefile (tests): Add tst-iconv6.
* iconvdata/tst-iconv6.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-04-25 Ulrich Drepper <drepper@redhat.com> + + [BZ #2569] + * iconv/gconv_db.c (__gconv_release_step): Fix condition of assert + call. + * iconvdata/Makefile (tests): Add tst-iconv6. + * iconvdata/tst-iconv6.c: New file. + 2006-04-24 Ulrich Drepper <drepper@redhat.com> * posix/tst-rfc3484.c (do_test): Also initialize source_addr_flags |