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.
This commit is contained in:
Andreas Jaeger 2001-10-29 15:56:34 +00:00
parent 776e8492c9
commit d075e3efa9
1 changed files with 7 additions and 0 deletions

View File

@ -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>.