aboutsummaryrefslogtreecommitdiff
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-04-22 21:58:15 +0000
committerJeff Johnston <jjohnstn@redhat.com>2004-04-22 21:58:15 +0000
commit04e8fca1535cebbf0cbc270a637a3d70b792b745 (patch)
treee1788ab4f9e6314d3e641606db4512d5b2215d28 /newlib/ChangeLog
parentb05d102cc166d411bbdfcd75d512949a40d3caff (diff)
downloadnewlib-04e8fca1535cebbf0cbc270a637a3d70b792b745.zip
newlib-04e8fca1535cebbf0cbc270a637a3d70b792b745.tar.gz
newlib-04e8fca1535cebbf0cbc270a637a3d70b792b745.tar.bz2
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.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index fa6bffb..295d013 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
2004-04-20 Corinna Vinschen <corinna@vinschen.de>
* libc/include/sys/unistd.h (ttyname_r): Add missing comma.