Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 4ecd47a45..4cb8a1995 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,10 @@
+2001-11-01 Arati Dikey <aratidikey@hotmail.com>
+
+ * libm/mathfp/sf_isinf.c (isinff): Change to use _DEFUN macro.
+ [_DOUBLE_IS_32BITS](isinf): New function that calls isinff.
+ * libm/mathfp/sf_isnan.c (isnanf): Change to use _DEFUN macro.
+ [_DOUBLE_IS_32BITS](isnan): New function that calls isnanf.
+
2001-10-24 Christopher Faylor <cgf@redhat.com>
* libc/stdio/fseek.c: Reset pointer to buffer base