aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-13 15:01:50 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-13 15:01:50 +0000
commit763babf874f0ea2b712dc688ba2c088d2378e5b6 (patch)
treeb7f333afd2a4674c3d8184ba24dc48f35dae9c1c /ChangeLog
parenta3f4b50b6ae0c5321a50077decc078d31124e2f2 (diff)
downloadglibc-763babf874f0ea2b712dc688ba2c088d2378e5b6.tar
glibc-763babf874f0ea2b712dc688ba2c088d2378e5b6.tar.gz
glibc-763babf874f0ea2b712dc688ba2c088d2378e5b6.tar.bz2
glibc-763babf874f0ea2b712dc688ba2c088d2378e5b6.zip
Update.
1998-12-13 Andreas Jaeger <aj@arthur.rhein-neckar.de> * math/libm-test.c: Remove macro ISINF. Change all usages of ISINF to isinf.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 046e311e4a..025a9892da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-12-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+
+ * math/libm-test.c: Remove macro ISINF. Change all usages of
+ ISINF to isinf.
+
1998-12-13 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/posix/tempname.c: Use __xstat instead of __stat.