diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-13 01:58:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-13 01:58:04 +0000 |
commit | 405b8c60d0b63d21f3a1e185eddc321c842b5a9d (patch) | |
tree | fac022206af85ed84600c154a4ce98c24842c306 /ChangeLog | |
parent | 7039a4c9129931023b60df2ef8b232e6d4ac7ca9 (diff) | |
download | glibc-405b8c60d0b63d21f3a1e185eddc321c842b5a9d.zip glibc-405b8c60d0b63d21f3a1e185eddc321c842b5a9d.tar.gz glibc-405b8c60d0b63d21f3a1e185eddc321c842b5a9d.tar.bz2 |
Update.
* iconv/gconv_db.c (gen_steps): Always initialize __data field of
step.
* iconv/gconv_open.c (__gconv_open): Reapply
2000-07-12 Bruno Haible <haible@clisp.cons.org>
* iconv/gconv_open.c (__gconv_open): Merge duplicated
code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2000-07-12 Ulrich Drepper <drepper@redhat.com> + * iconv/gconv_db.c (gen_steps): Always initialize __data field of + step. + + * iconv/gconv_open.c (__gconv_open): Reapply + 2000-07-12 Bruno Haible <haible@clisp.cons.org> + + * iconv/gconv_open.c (__gconv_open): Merge duplicated + code. + * iconv/gconv_open.c: Undo last two changes for now. They break everything. |