about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-02 11:53:21 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-02 11:53:21 +0000
commita384fa77082e93b172f129e249b7489ad0c493ad (patch)
treeec710c533f46652e0fcad4e5bb93ed5c705e3f64 /ChangeLog
parentb8cb072d1f364c36ec68b985b5cc174af471d86d (diff)
downloadglibc-a384fa77082e93b172f129e249b7489ad0c493ad.tar.gz
glibc-a384fa77082e93b172f129e249b7489ad0c493ad.tar.xz
glibc-a384fa77082e93b172f129e249b7489ad0c493ad.zip
Update.
1999-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* sysdeps/libm-ieee754/e_j0.c (__ieee754_y0): Fix array indices.
	Patch by mhagger@dera.gov.uk [PR libc/1145].

	* math/libm-test.c (y1_test): New tests.
	(y0_test): Likewise.
	(j1_test): Likewise.
	(j0_test): Likewise.
	(main): Added new tests.

1999-06-02  Jakub Jelinek  <jj@ultra.linux.cz>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a0d3874014..c760df749d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
-1999-06-02  Jakub Jelinek   <jj@ultra.linux.cz>
+1999-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+	* sysdeps/libm-ieee754/e_j0.c (__ieee754_y0): Fix array indices.
+	Patch by mhagger@dera.gov.uk [PR libc/1145].
+
+	* math/libm-test.c (y1_test): New tests.
+	(y0_test): Likewise.
+	(j1_test): Likewise.
+	(j0_test): Likewise.
+	(main): Added new tests.
+
+1999-06-02  Jakub Jelinek  <jj@ultra.linux.cz>
 
 	* stdlib/longlong.h: Define UDIV_TIME on sparc64.
 	* sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: New file.