about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-09-30 15:46:19 +0000
committerUlrich Drepper <drepper@redhat.com>2005-09-30 15:46:19 +0000
commitc0c9615cbb5d62df60ad3e9fe6bf38b50d4e83db (patch)
treeee1a2e67d226f1e95d465b0b19c60afeb318d365 /ChangeLog
parentc293f2e542c129215d74effee75a5af7fef481d9 (diff)
downloadglibc-c0c9615cbb5d62df60ad3e9fe6bf38b50d4e83db.tar.gz
glibc-c0c9615cbb5d62df60ad3e9fe6bf38b50d4e83db.tar.xz
glibc-c0c9615cbb5d62df60ad3e9fe6bf38b50d4e83db.zip
* 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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c012c43c5..5b05099b16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -367,6 +367,15 @@
 	* 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]