OSDN Git Service

2000-12-06 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Wed, 6 Dec 2000 23:50:10 +0000 (23:50 +0000)
committerjjohnstn <jjohnstn>
Wed, 6 Dec 2000 23:50:10 +0000 (23:50 +0000)
commit1bc77ff1658b2fd6e6ca526eb64da192049868d9
tree0d13bb22612f0ffdebb123cae5ce04bc338e6cb6
parentb974dcfa9669b22e8c4562bf14a630104eb1b506
2000-12-06  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/stdlib/Makefile.am: Added ldtoa.c to list of sources.
        * libc/stdlib/Makefile.in: Regenerated.
        * libc/stdio/floatio.h: Added suitable MAXEXP for long double.
        * libc/stdio/vfieeefp.h: Added long double bit structures.
        * libc/stdio/vfprintf.c[WANT_IO_LONG_DBL]: Added long double support.
        [WANT_IO_LONG_DBL](isinfl, isnanl): New static long double routines.
        (exponent): Changed expbuf to reasonable maximum instead of MAXEXP.
        * libc/stdio/vfscanf.c[WANT_IO_LONG_DBL]: Added long double support.
        * libc/stdlib/ldtoa.c: New file containing _ldtoa_r and
        _strtold routines used for conversions between character
        and long double.
newlib/ChangeLog
newlib/libc/stdio/floatio.h
newlib/libc/stdio/vfieeefp.h
newlib/libc/stdio/vfprintf.c
newlib/libc/stdio/vfscanf.c
newlib/libc/stdlib/Makefile.am
newlib/libc/stdlib/Makefile.in
newlib/libc/stdlib/ldtoa.c [new file with mode: 0644]