about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-28 11:45:37 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-28 11:45:37 +0000
commit9cce206e724431f941600aefef4905c0cd496dcb (patch)
tree413e0a43b34ac5ba959847a6393c68a1330b1583 /ChangeLog
parent47b7bcd64e405a30b66ad7147f0d3f832c83e00d (diff)
downloadglibc-9cce206e724431f941600aefef4905c0cd496dcb.tar.gz
glibc-9cce206e724431f941600aefef4905c0cd496dcb.tar.xz
glibc-9cce206e724431f941600aefef4905c0cd496dcb.zip
Update.
2002-08-28  Ulrich Drepper  <drepper@redhat.com>

	* version.h (VERSION): Bump to 2.2.91.

	* configure.in: Disable TLS support by default for now.

	* sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.

	* sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
	warnings.

	* stdlib/strtod.c (STRTOF): Correct type in cast of last patch.

	* stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
	fprintf/fwprintf calls.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c18dd87ed..e1ef7924d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2002-08-28  Ulrich Drepper  <drepper@redhat.com>
+
+	* version.h (VERSION): Bump to 2.2.91.
+
+	* configure.in: Disable TLS support by default for now.
+
+	* sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
+
+	* sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
+	warnings.
+
+	* stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
+
+	* stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
+	fprintf/fwprintf calls.
+
 2002-08-28  Roland McGrath  <roland@redhat.com>
 
 	* Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)