* lib/ftoastr.h: Fix typo in comment. Noted by Ben Pfaff in
<http://lists.gnu.org/archive/html/bug-gnulib/2010-12/msg00130.html>.
+2010-12-19 Paul Eggert <eggert@cs.ucla.edu>
+
+ ftoastr: fix comment
+ * lib/ftoastr.h: Fix typo in comment. Noted by Ben Pfaff in
+ <http://lists.gnu.org/archive/html/bug-gnulib/2010-12/msg00130.html>.
+
2010-12-19 Bruno Haible <bruno@clisp.org>
isnan: Ensure it is a macro.
Example:
char buf[DBL_ABUFSIZE_BOUND];
- int r = dtoastr (buf, sizeof buf, "%*.*g", 0, 0.1);
+ int r = dtoastr (buf, sizeof buf, FTOASTR_UPPER_E, 0, 0.1);
In the C locale, this sets R to 3 and stores "0.1" into BUF. */