This is the mail archive of the newlib-cvs@sourceware.org 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]
Other format: [Raw text]

src/newlib ChangeLog libc/stdlib/mprec.h libc/ ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2006-07-05 16:18:30

Modified files:
	newlib         : ChangeLog 
	newlib/libc/stdlib: mprec.h strtod.c 

Log message:
	2006-07-05  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/stdlib/mprec.h [_DOUBLE_IS_32BITS]: Turn off C99 hex
	floating-point format support.  Also redefine
	dword0 and dword1 macros.
	* libc/stdlib/strtod.c: Add checks for _DOUBLE_IS_32BITS
	to prevent setting dword1 which is an rvalue only.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.915&r2=1.916
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/mprec.h.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/strtod.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]