src/newlib ChangeLog libc/stdio/vfprintf.c lib ...
ericb@sourceware.org
ericb@sourceware.org
Thu May 24 04:25:00 GMT 2007
CVSROOT: /cvs/src
Module name: src
Changes by: ericb@sourceware.org 2007-05-24 04:25:18
Modified files:
newlib : ChangeLog
newlib/libc/stdio: vfprintf.c vfscanf.c
Log message:
* libc/stdio/vfprintf.c (_VFPRINTF_R): Don't truncate %p when
sizeof(void*) is 8 but sizeof(long) is 4.
* libc/stdio/vfscanf.c (__SVFSCANF_R): Likewise. Fix %i scanning
of "-0x". Support "-nan" and "inf" for %e. Audit usage of ungetc
to fix reentrancy and bug on encoding error in multibyte locales.
Always return EOF on read error.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1036&r2=1.1037
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/vfprintf.c.diff?cvsroot=src&r1=1.61&r2=1.62
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/vfscanf.c.diff?cvsroot=src&r1=1.37&r2=1.38
More information about the Newlib-cvs
mailing list