OSDN Git Service

2006-06-22 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Thu, 22 Jun 2006 17:59:52 +0000 (17:59 +0000)
committerjjohnstn <jjohnstn>
Thu, 22 Jun 2006 17:59:52 +0000 (17:59 +0000)
commit92dbf34b11457a62b122e2c59a208652a28bd30e
tree6dd3290fbb33b5923a80ac819330a80690defd5c
parent35c2e11bce8d92f01e47b3e9a93a235381edc371
2006-06-22  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/stdlib/Makefile.am: Add new gdtoa routines.
        * libc/stdlib/Makefile.in: Regenerated.
        * libc/stdlib/gd_qnan.h: New file.
        * libc/stdlib/gdtoa-gethex.c: Ditto.
        * libc/stdlib/gdtoa-hexnan.c: Ditto.
        * libc/stdlib/gdtoa.h: Ditto.
        * libc/stdlib/mprec.c: Add new helper routines needed by
        the new gdtoa code.
        * libc/stdlib/mprec.h: Integrate some defines and prototypes
        used by gdtoa routines here.
        * libc/stdlib/strtod.c: Rebased on David M. Gay's gdtoa-strtod.c
        which adds C99 support such as nan, inf, and hexadecimal input
        format.
newlib/ChangeLog
newlib/libc/stdlib/Makefile.am
newlib/libc/stdlib/Makefile.in
newlib/libc/stdlib/gd_qnan.h [new file with mode: 0644]
newlib/libc/stdlib/gdtoa-gethex.c [new file with mode: 0644]
newlib/libc/stdlib/gdtoa-hexnan.c [new file with mode: 0644]
newlib/libc/stdlib/gdtoa.h [new file with mode: 0644]
newlib/libc/stdlib/mprec.c
newlib/libc/stdlib/mprec.h
newlib/libc/stdlib/strtod.c