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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2004-05-07 21:00:41

Modified files:
	newlib/libc/include: stdio.h 
	newlib/libc/stdio: iprintf.c siprintf.c vfprintf.c 

Log message:
	2004-05-07  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
	
	* libc/stdio/iprintf.c (_iprintf_r): Fix old-style argument
	list for reentrant pointer.  Call _vfiprintf_r.
	* libc/stdio/siprintf.c (_siprintf_r): New function.
	* libc/stdio/vfprintf.c (__sbprintf): Add reetrant struct
	pointer argument.  Change all callers.  Call _VFPRINTF_R.
	* libc/include/stdio.h (_siprintf_r, _vfiprintf_r): New
	prototypes.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/stdio.h.diff?cvsroot=src&r1=1.28&r2=1.29
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/iprintf.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/siprintf.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/vfprintf.c.diff?cvsroot=src&r1=1.32&r2=1.33


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