diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-10-04 17:51:50 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-10-04 17:51:50 +0000 |
commit | 3ea9de7644c3110f6f8394501cd26a38852c95e9 (patch) | |
tree | 727eabbfae37c3aa5325e6e81136653f1037acfd /newlib/ChangeLog | |
parent | 298cac75d584b02beb1313b0f60f72a54064b6e5 (diff) | |
download | cygnal-3ea9de7644c3110f6f8394501cd26a38852c95e9.tar.gz cygnal-3ea9de7644c3110f6f8394501cd26a38852c95e9.tar.bz2 cygnal-3ea9de7644c3110f6f8394501cd26a38852c95e9.zip |
2004-10-04 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdio/vfscanf.c (__svfscanf_r): For int conversions,
count skipped zero characters as part of the nread count for %n.
* libc/machine/powerpc/vfscanf.c: Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index b4de087e8..aedd565c8 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +2004-10-04 Jeff Johnston <jjohnstn@redhat.com> + + * libc/stdio/vfscanf.c (__svfscanf_r): For int conversions, + count skipped zero characters as part of the nread count for %n. + * libc/machine/powerpc/vfscanf.c: Ditto. + 2004-09-24 Jeff Johnston <jjohnstn@redhat.com> * libc/stdio/local.h: Include <stdlib.h>. |