]> sourceware.org Git - newlib-cygwin.git/commit
2002-12-06 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Fri, 6 Dec 2002 18:58:51 +0000 (18:58 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Fri, 6 Dec 2002 18:58:51 +0000 (18:58 +0000)
commitc049dd5a782f36ca5f6eeb39e110d5774631aa1c
tree42a17e5eac109ebf1ada11bff536938b4d83e71c
parente25e377eb323e9ac6f6ea3b23f57a68293be2ae9
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
This page took 0.031436 seconds and 5 git commands to generate.