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/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index c4468d8c3..7a97c2a2f 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,17 @@
+2002-12-06 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/include/stdlib.h (strtof): New prototype (from C99).
+ (strtodf): Changed from prototype to macro which redefines
+ to strtof.
+ * libc/stdlib/atof.c: Change documentation to refer to strtof
+ instead of strtodf.
+ * libc/stdlib/atoff.c (atoff): Change to call strtof instead of
+ strtodf.
+ * libc/stdlib/strtod.c (strtodf): Renamed to strtof.
+ (strtof): New function.
+ * libm/test/convert.c (test_strtodf): Renamed to test_strtof which
+ calls strtof.
+
2002-11-27 Christopher Faylor <cgf@redhat.com>
* libc/string/memset.c (memset): Fix comment.