]> sourceware.org Git - newlib-cygwin.git/commit
2000-12-13 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Thu, 14 Dec 2000 00:25:06 +0000 (00:25 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Thu, 14 Dec 2000 00:25:06 +0000 (00:25 +0000)
commitb6182a09dd286f592f2968c324cb2ce36f5b9082
treed5fe53f33018bfa8b1194c5165e815aea1cee9ae
parentadbbb0348ccebe74a0dbb93307a6d3f96b757fc0
2000-12-13  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/stdlib/ldtoa.c (_ldcheck): New routine
        that categorizes a long double as NaN, Infinity, or other.
        * libc/stdio/vfprintf.c [WANT_IO_LONG_DBL](_VFPRINTF_R): Removed
        isinfl and isnanl static routines which were i386-specific.  Changed
        calls to the two removed routines to a single _ldcheck call.
        * libc/stdio/vfieeefp.h (ldieee): Fixed missing semi-colons.
newlib/ChangeLog
newlib/libc/stdio/vfieeefp.h
newlib/libc/stdio/vfprintf.c
newlib/libc/stdlib/ldtoa.c
This page took 0.028049 seconds and 5 git commands to generate.