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:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 2158397c8..28244340c 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -28,8 +28,15 @@
2002-05-06 Jeff Johnston <jjohnstn@redhat.com>
- * libc/include/stdlib.h (a64l, l64a, _l64a_r): Added prototypes.
-
+ * libc/machine/powerpc/vfprintf.c[__ALTIVEC__]: Add vector
+ support for 'p' format. Fix code to print bytes for vector
+ integer formats that do not specify 'h' or 'l'.
+ * libc/machine/powerpc/vfscanf.c[__ALTIVEC__]: Add vector support
+ for 'p' specifier. Fix code to scan 16 bytes for vector integer
+ formats that do not specify 'h' or 'l'.
+
+ * libc/include/stdlib.h (a64l, l64a, _l64a_r): Added prototypes.
+
2002-05-06 Nick Clifton <nickc@cambridge.redhat.com>
* libc/sys/arm/syscalls.c (_rename): Add parameter names.