diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-30 16:00:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-30 16:00:55 +0000 |
commit | df8d52c5d2678638f0a851a57c81471fbd0129d4 (patch) | |
tree | 55d44923bd3e0d29360286a8618fee42ba6ddad2 /ChangeLog | |
parent | c0c9615cbb5d62df60ad3e9fe6bf38b50d4e83db (diff) | |
download | glibc-df8d52c5d2678638f0a851a57c81471fbd0129d4.zip glibc-df8d52c5d2678638f0a851a57c81471fbd0129d4.tar.gz glibc-df8d52c5d2678638f0a851a57c81471fbd0129d4.tar.bz2 |
* posix/regexec.c (update_cur_sifted_state, check_arrival,
check_arrival_add_next_nodes): Avoid using uninitialized variable.
* malloc/memusage.c (dest): Fix a bunch of warnings on 32-bit arches.
* sysdeps/i386/fpu/libm-test-ulps: Update for GCC 4.0.x.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1,3 +1,12 @@ +2005-09-30 Jakub Jelinek <jakub@redhat.com> + + * posix/regexec.c (update_cur_sifted_state, check_arrival, + check_arrival_add_next_nodes): Avoid using uninitialized variable. + + * malloc/memusage.c (dest): Fix a bunch of warnings on 32-bit arches. + + * sysdeps/i386/fpu/libm-test-ulps: Update for GCC 4.0.x. + 2005-09-29 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile (modules): Add IBM803, IBM901, IBM902, IBM921, @@ -367,15 +376,6 @@ * libio/iofopncook.c (_IO_cookie_write): If something went wrong, set error bit. -2005-09-30 Jakub Jelinek <jakub@redhat.com> - - * posix/regexec.c (update_cur_sifted_state, check_arrival, - check_arrival_add_next_nodes): Avoid using uninitialized variable. - - * malloc/memusage.c (dest): Fix a bunch of warnings on 32-bit arches. - - * sysdeps/i386/fpu/libm-test-ulps: Update for GCC 4.0.x. - 2005-09-22 Ulrich Drepper <drepper@redhat.com> [BZ #281] |