From 27c7566ca4f436cc6184fdaf568dd84ca9c501f1 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 23 Apr 2004 21:30:04 +0000 Subject: 2004-04-23 Jeff Johnston * 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. --- newlib/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'newlib/ChangeLog') 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 + * 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 + * libc/include/stdio.h: (_ftell_r, _fseek_r): New prototypes. 2004-04-23 Artem B. Bityuckiy -- cgit v1.1