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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2008-11-24 22:08:02

Modified files:
	newlib/libc/stdio: asnprintf.c 

Log message:
	2008-11-24  Craig Howland  <howland@LGSInnovations.com>
	
	* libc/stdlib/wcstoull_r.c:  Add EINVAL return for bad base value,
	include wchar.h for prototype, remove extraneous includes, use
	C99/POSIX ULLONG_MAX (but allow for poor limits.h).
	* libc/stdlib/wcstoull.c:  Fix usage comments (mistakes and to add
	base value check noted above), remove extraneous includes.
	* libc/stdio/asnprintf.c:  Add #include "local.h" to get function
	prototype for _svfprintf_r().
	* libc/stdio/vasnprintf.c:  Ditto.
	* libc/stdio/local.h:  Add function prototype for __submore().
	* libc/include/stdio.h:  Add function prototypes for _fseeko_r and
	_ftello_r.
	* libc/posix/namespace.h:  Commented out define for write to
	eliminate write() prototype being missing for collate.c (which is
	the only file that presently includes namespace.h).
	* libc/include/reent.h:  Added _rename_r.
	* libc/reent/renamer.c:  Corrected function prototypes in synopses.
	* libc/locale/ldpart.c:  Use struct stat64 when calling fstat64.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/asnprintf.c.diff?cvsroot=src&r1=1.3&r2=1.4


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