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/stdio/vfprintf.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	ericb@sourceware.org	2007-05-14 19:42:47

Modified files:
	newlib         : ChangeLog 
	newlib/libc/stdio: vfprintf.c 

Log message:
	Reduce stack size of *printf.
	* libc/stdio/vfprintf.c (_VFPRINTF_R): Fix use of decimal point
	in %f.  Avoid malloc when possible for %S.
	(BUF): Improve stack locality by using smaller size.
	(MAXEXPLEN, _PRINTF_FLOAT_TYPE): Define.
	(exponent): Use smaller stack size.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1025&r2=1.1026
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/vfprintf.c.diff?cvsroot=src&r1=1.58&r2=1.59


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