aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-10-29 15:56:34 +0000
committerAndreas Jaeger <aj@suse.de>2001-10-29 15:56:34 +0000
commitd075e3efa910f05047f4c0f7c12e3f46273f82c7 (patch)
tree2f0133f4e91942d415e737510f80e9d7c4bc7f69
parent776e8492c97c89888484cc1287f7fc7e3217b5ad (diff)
downloadglibc-d075e3efa910f05047f4c0f7c12e3f46273f82c7.tar
glibc-d075e3efa910f05047f4c0f7c12e3f46273f82c7.tar.gz
glibc-d075e3efa910f05047f4c0f7c12e3f46273f82c7.tar.bz2
glibc-d075e3efa910f05047f4c0f7c12e3f46273f82c7.zip
Update.
2001-10-29 Kevin Ryde <user42@zip.com.au> * stdio.texi (Integer Conversions): Corrections to sample printf output, clarify `#' behaviour on 0. (Floating-Point Conversions): Clarify that %g only uses %e when the exponent would be greater than 1.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cbabb96e86..5374a81dd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-10-29 Kevin Ryde <user42@zip.com.au>
+
+ * stdio.texi (Integer Conversions): Corrections to sample printf
+ output, clarify `#' behaviour on 0.
+ (Floating-Point Conversions): Clarify that %g only uses %e when
+ the exponent would be greater than 1.
+
2001-10-28 Roland McGrath <roland@frob.com>
Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.