about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-12-21 04:17:49 +0000
committerUlrich Drepper <drepper@redhat.com>2000-12-21 04:17:49 +0000
commitddc3ed9d3d646311f47a50cf80efc680fbc32a84 (patch)
tree5fb0c370bfc5cfe42b3be4086ae626a8fca8bae0 /ChangeLog
parent0a4c7b18e2f2224b87b27b2d31d8f96a6ddde847 (diff)
downloadglibc-ddc3ed9d3d646311f47a50cf80efc680fbc32a84.tar.gz
glibc-ddc3ed9d3d646311f47a50cf80efc680fbc32a84.tar.xz
glibc-ddc3ed9d3d646311f47a50cf80efc680fbc32a84.zip
Update.
2000-12-20  Ulrich Drepper  <drepper@redhat.com>

	* math/test-misc.c: Add more tests for nextafter functions.

	* sysdeps/i386/fpu/s_nextafterl.c: Handle change from denormal to
	normal correctly.  Correct test for sign.
	Based on a patch by HJ Lu.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a8b75beab..6a7fe3b245 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-12-20  Ulrich Drepper  <drepper@redhat.com>
+
+	* math/test-misc.c: Add more tests for nextafter functions.
+
+	* sysdeps/i386/fpu/s_nextafterl.c: Handle change from denormal to
+	normal correctly.  Correct test for sign.
+	Based on a patch by HJ Lu.
+
 2000-12-19  Ulrich Drepper  <drepper@redhat.com>
 
 	* Makeconfig (preprocess-version): Add -traditional to gcc call.