aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-02-27 16:53:21 +0000
committerUlrich Drepper <drepper@redhat.com>1998-02-27 16:53:21 +0000
commit227d9931ef8b8c9879e14fab19ee134411a04d5e (patch)
treebfb6029a81366ecc409388200ac778fe90025395 /ChangeLog
parentb8ce6e3ee025d50cee0a9ccf332fa53145ecf65d (diff)
downloadglibc-227d9931ef8b8c9879e14fab19ee134411a04d5e.tar
glibc-227d9931ef8b8c9879e14fab19ee134411a04d5e.tar.gz
glibc-227d9931ef8b8c9879e14fab19ee134411a04d5e.tar.bz2
glibc-227d9931ef8b8c9879e14fab19ee134411a04d5e.zip
Update.
* Makefile (distribute): Add README.libm. 1998-02-27 Andreas Jaeger <aj@arthur.rhein-neckar.de> * time/clocktest.c (main): Correct typo: "--" -> "==". 1998-02-25 20:53 H.J. Lu <hjl@gnu.org> * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus inline function. (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New inline functions. * math/libm.map (__atan2): Added. 1998-02-27 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94acd299de..5747a62723 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
1998-02-27 Ulrich Drepper <drepper@cygnus.com>
+ * Makefile (distribute): Add README.libm.
+
+1998-02-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+
+ * time/clocktest.c (main): Correct typo: "--" -> "==".
+
+1998-02-25 20:53 H.J. Lu <hjl@gnu.org>
+
+ * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
+ inline function.
+ (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
+ inline functions.
+
+ * math/libm.map (__atan2): Added.
+
+1998-02-27 Ulrich Drepper <drepper@cygnus.com>
+
* misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.