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]
Other format: [Raw text]

src/newlib ChangeLog libc/stdio/asprintf.c lib ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2003-02-05 16:52:34

Modified files:
	newlib         : ChangeLog 
	newlib/libc/stdio: asprintf.c sprintf.c vasprintf.c vsprintf.c 

Log message:
	2003-02-05  Jonathan Larmour  <jifl@eCosCentric.com>
	
	* libc/stdio/vsprintf.c (vsprintf, _vsprintf_r): Set _file fd to
	-1 to be sure it cannot later match a valid file fd causing
	isatty() to return 1.
	* libc/stdio/asprintf.c (asprintf, _asprintf_r): Ditto.
	* libc/stdio/sprintf.c (sprintf, _sprintf_r): Ditto.
	* libc/stdio/vasprintf.c (vasprintf, _vasprintf_r): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.501&r2=1.502
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/asprintf.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/sprintf.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/vasprintf.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/vsprintf.c.diff?cvsroot=src&r1=1.2&r2=1.3


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