OSDN Git Service

2002-12-06 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Fri, 6 Dec 2002 18:58:50 +0000 (18:58 +0000)
committerjjohnstn <jjohnstn>
Fri, 6 Dec 2002 18:58:50 +0000 (18:58 +0000)
commitda3271041bfea3f03e2a1c6e7901d05615724ab0
tree00fb2d8113d9089526688f30e7f75c3fb294019b
parent1e02b371adb7c10752909761ccf59fd02778a080
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.
newlib/ChangeLog
newlib/libc/include/stdlib.h
newlib/libc/stdlib/atof.c
newlib/libc/stdlib/atoff.c
newlib/libc/stdlib/strtod.c
newlib/libm/test/convert.c