This is the mail archive of the newlib-cvs@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src/newlib ChangeLog libc/stdlib/ldtoa.c libc/ ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sources.redhat.com	2000-12-13 16:25:06

Modified files:
	newlib         : ChangeLog 
	newlib/libc/stdlib: ldtoa.c 
	newlib/libc/stdio: vfieeefp.h vfprintf.c 

Log message:
	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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.97&r2=1.98
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/ldtoa.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/vfieeefp.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/vfprintf.c.diff?cvsroot=src&r1=1.7&r2=1.8


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]