summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2007-04-24 20:09:50 +0000
committerEric Blake <eblake@redhat.com>2007-04-24 20:09:50 +0000
commit5866c02352c6af65c871a59fee1ccca3c8bebb7b (patch)
tree4c7fde48afbec940610939e156191d74415dbc4c /newlib/ChangeLog
parent27e5e9ab052d525303f491b39d08eb1be060caae (diff)
downloadcygnal-5866c02352c6af65c871a59fee1ccca3c8bebb7b.tar.gz
cygnal-5866c02352c6af65c871a59fee1ccca3c8bebb7b.tar.bz2
cygnal-5866c02352c6af65c871a59fee1ccca3c8bebb7b.zip
* libc/stdio/vfprintf.c (_VFPRINTF_R): Don't zero pad on infinity
or NaN with %05f.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index f569f8841..70db12e18 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,8 @@
2007-04-24 Eric Blake <ebb9@byu.net>
+ * libc/stdio/vfprintf.c (_VFPRINTF_R): Don't zero pad on infinity
+ or NaN with %05f.
+
* libc/stdio/vfprintf.c (_VFPRINTF_R): Avoid multibyte when not
_MB_CAPABLE.