src/newlib ChangeLog libc/stdlib/Makefile.am l ...

jjohnstn@sourceware.org jjohnstn@sourceware.org
Thu Jun 22 17:59:00 GMT 2006


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2006-06-22 17:59:52

Modified files:
	newlib         : ChangeLog 
	newlib/libc/stdlib: Makefile.am Makefile.in mprec.c mprec.h 
	                    strtod.c 
Added files:
	newlib/libc/stdlib: gd_qnan.h gdtoa-gethex.c gdtoa-hexnan.c 
	                    gdtoa.h 

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

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.914&r2=1.915
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/gd_qnan.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/gdtoa-gethex.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/gdtoa-hexnan.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/gdtoa.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/Makefile.am.diff?cvsroot=src&r1=1.22&r2=1.23
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/Makefile.in.diff?cvsroot=src&r1=1.28&r2=1.29
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/mprec.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/mprec.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/strtod.c.diff?cvsroot=src&r1=1.6&r2=1.7



More information about the Newlib-cvs mailing list