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/stdio/floatio.h libc ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sources.redhat.com	2000-12-06 15:50:11

Modified files:
	newlib         : ChangeLog 
	newlib/libc/stdio: floatio.h vfieeefp.h vfprintf.c vfscanf.c 
	newlib/libc/stdlib: Makefile.am Makefile.in 
Added files:
	newlib/libc/stdlib: ldtoa.c 

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

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.88&r2=1.89
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/floatio.h.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/vfieeefp.h.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/vfprintf.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/vfscanf.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/ldtoa.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/Makefile.am.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/Makefile.in.diff?cvsroot=src&r1=1.1.1.1&r2=1.2


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