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:
authorEric Blake <eblake@redhat.com>2007-05-24 08:25:18 +0400
committerEric Blake <eblake@redhat.com>2007-05-24 08:25:18 +0400
commitaa5341f9aca1ad753bd47dffc9a53fc4bfe96f95 (patch)
tree46cf9fb862fd5a053f16e5ab734c89eb78b0da54 /newlib/ChangeLog
parent443f9c5532fe6566dc8583b66cbcb40a8fc7846a (diff)
* libc/stdio/vfprintf.c (_VFPRINTF_R): Don't truncate %p when
sizeof(void*) is 8 but sizeof(long) is 4. * libc/stdio/vfscanf.c (__SVFSCANF_R): Likewise. Fix %i scanning of "-0x". Support "-nan" and "inf" for %e. Audit usage of ungetc to fix reentrancy and bug on encoding error in multibyte locales. Always return EOF on read error.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 6fdba52bb..fd93428f2 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,12 @@
+2007-05-23 Eric Blake <ebb9@byu.net>
+
+ * libc/stdio/vfprintf.c (_VFPRINTF_R): Don't truncate %p when
+ sizeof(void*) is 8 but sizeof(long) is 4.
+ * libc/stdio/vfscanf.c (__SVFSCANF_R): Likewise. Fix %i scanning
+ of "-0x". Support "-nan" and "inf" for %e. Audit usage of ungetc
+ to fix reentrancy and bug on encoding error in multibyte locales.
+ Always return EOF on read error.
+
2007-05-23 Patrick Mansfield <patmans@us.ibm.com>
* libc/machine/spu/sys/syscall.h: Update the __send_to_ppe