diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-04-23 21:30:04 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-04-23 21:30:04 +0000 |
commit | 27c7566ca4f436cc6184fdaf568dd84ca9c501f1 (patch) | |
tree | 2a2ab8c329d86a34c32863a8083ce4d2d2e5e506 /newlib/ChangeLog | |
parent | c00f9719339d5193c9df2dd384f64374bf3acc03 (diff) | |
download | newlib-27c7566ca4f436cc6184fdaf568dd84ca9c501f1.zip newlib-27c7566ca4f436cc6184fdaf568dd84ca9c501f1.tar.gz newlib-27c7566ca4f436cc6184fdaf568dd84ca9c501f1.tar.bz2 |
2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
* libc/machine/powerpc/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.
This is based on Joern's patch of 04/21 for libc/stdio/vfscanf.c.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 706e60e..06959f6 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,14 @@ 2004-04-23 Jeff Johnston <jjohnstn@redhat.com> + * libc/machine/powerpc/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. + This is based on Joern's patch of 04/21 for libc/stdio/vfscanf.c. + +2004-04-23 Jeff Johnston <jjohnstn@redhat.com> + * libc/include/stdio.h: (_ftell_r, _fseek_r): New prototypes. 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com> |