diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-16 17:44:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-16 17:44:20 +0000 |
commit | 7f53da19c11c141d4d4d24417b3a72bbaf755d2c (patch) | |
tree | 007d2e654f7912896e1b7af7669b71fda68d16d1 /ChangeLog | |
parent | ca41028b16eab254278ae8ed6b0a0998ea21d0c7 (diff) | |
download | glibc-7f53da19c11c141d4d4d24417b3a72bbaf755d2c.zip glibc-7f53da19c11c141d4d4d24417b3a72bbaf755d2c.tar.gz glibc-7f53da19c11c141d4d4d24417b3a72bbaf755d2c.tar.bz2 |
Update.
2000-07-16 Ulrich Drepper <drepper@redhat.com>
* crypt/md5-crypt.c (__md5_crypt_r): Add casts for first
parameters of memset calls to avoid warnings.
* stdlib/Makefile: Rewrite rules to avoid running isomac unless
necessary.
* iconv/gconv_open (__gconv_open): Initialize whole __gconv_trans_data
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,5 +1,13 @@ +2000-07-16 Ulrich Drepper <drepper@redhat.com> + + * crypt/md5-crypt.c (__md5_crypt_r): Add casts for first + parameters of memset calls to avoid warnings. + 2000-07-15 Ulrich Drepper <drepper@redhat.com> + * stdlib/Makefile: Rewrite rules to avoid running isomac unless + necessary. + * sysdeps/unix/sysv/linux/getcwd.c: Correct last patch. Patch by Greg McGary <greg@mcgary.org>. @@ -10,7 +18,7 @@ 2000-07-15 Jakub Jelinek <jakub@redhat.com> - * gconv_open (__gconv_open): Initialize whole __gconv_trans_data + * iconv/gconv_open (__gconv_open): Initialize whole __gconv_trans_data structure. 2000-07-13 Jakub Jelinek <jakub@redhat.com> |