This is the mail archive of the
newlib-cvs@sources.redhat.com
mailing list for the newlib project.
src/newlib ChangeLog libc/stdio/vfscanf.c
- From: jjohnstn at sources dot redhat dot com
- To: newlib-cvs at sources dot redhat dot com
- Date: 22 Apr 2004 21:58:15 -0000
- Subject: src/newlib ChangeLog libc/stdio/vfscanf.c
CVSROOT: /cvs/src
Module name: src
Changes by: jjohnstn@sourceware.org 2004-04-22 21:58:15
Modified files:
newlib : ChangeLog
newlib/libc/stdio: vfscanf.c
Log message:
2004-04-21 J"orn Rennecke <joern.rennecke@superh.com>
* libc/stdio/vfscanf.c (NNZDIGITS): New define.
(__svfscanf_r): In integer conversions, leave out leading zeroes
which are not part of a base prefix.
Keep track of width truncation to fit into buf, not counting left-out
zeroes against width till the truncation has been compensated for.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.655&r2=1.656
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/vfscanf.c.diff?cvsroot=src&r1=1.18&r2=1.19