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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sources.redhat.com	2001-01-23 11:49:10

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

Log message:
	2001-01-23  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/stdio/vfprintf.c (_VFPRINTF_R): Modification to fix
	that suppressed . for %.0f, 0.1.  Check now looks if there
	are padding zeroes (expt) in addition to any digits (ndig) to
	print.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.109&r2=1.110
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/vfprintf.c.diff?cvsroot=src&r1=1.8&r2=1.9


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