Skip to content

Commit

Permalink
* posix/regexec.c (update_cur_sifted_state, check_arrival,
Browse files Browse the repository at this point in the history
	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.
  • Loading branch information
Ulrich Drepper committed Sep 30, 2005
1 parent c0c9615 commit df8d52c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit df8d52c

Please sign in to comment.