Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-05-13 23:52:17 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-05-13 23:52:17 +0400
commit024739eb2b2cde8d2e8c6509f90f5dad196dbd16 (patch)
treeee673459d8beb0684e638d1f69c5ae7b61644a1a /newlib/ChangeLog
parentbebd8a6c2efec5ea3d2f63ff541a55e4b2e40d93 (diff)
2002-05-13 Jeff Johnston <jjohnstn@redhat.com>
* libc/machine/powerpc/vfprintf.c(__VFPRINTF_R)[__ALTIVEC__]: Restore the original format specifier when looping for vectors to compensate for any changes made in vector %g format processing. Also add syntax checking for various invalid scenarios involving vector format extensions. * libc/machine/powerpc/vfscanf.c(__VFSCANF_R)[__ALTIVEC__]: Fix return code setting for vector formats. Also treat vector separator mismatch as a match error instead of an input error. Perform some syntax checking for vector formats.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index af1b8d6f7..4243fb767 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,15 @@
+2002-05-13 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/machine/powerpc/vfprintf.c(__VFPRINTF_R)[__ALTIVEC__]: Restore
+ the original format specifier when looping for vectors to compensate
+ for any changes made in vector %g format processing.
+ Also add syntax checking for various invalid scenarios
+ involving vector format extensions.
+ * libc/machine/powerpc/vfscanf.c(__VFSCANF_R)[__ALTIVEC__]: Fix
+ return code setting for vector formats. Also treat vector
+ separator mismatch as a match error instead of an input error.
+ Perform some syntax checking for vector formats.
+
2002-05-10 Mark Bradshaw <bradshaw@staff.crosswalk.com>
* libc/include/string.h (!__STRICT_ANSI__): Add strlcat and strlcpy.