]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 27 Nov 2003 08:17:47 +0000 (08:17 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 27 Nov 2003 08:17:47 +0000 (08:17 +0000)
ChangeLog

index 89c3a4f4a3792b11e895bd349d8dcfa500eac385..91eb8060313f2e16afaf89b12823d217cc5dd102 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,21 @@
+2003-11-24  Paul Eggert  <eggert@twinsun.com>
+
+       Parse floating-point operands and options in the C locale.
+       POSIX requires this for printf, and we might as well be
+       consistent elsewhere (tail, sleep, seq).
+
+       * src/printf.c: Remove decls of strtod, strtol, strtoul; no longer
+       needed now that we assume C89.  Include "c-strtod.h".
+       (xstrtod): Call c_strtod, not strtod.
+       * src/sleep.c: Include "c-strtod.h".
+       (main): Update xstrtod call to include new argument, c_strtod.
+       * src/seq.c (scan_double_arg): Likewise.
+       * src/tail.c (parse_options): Likewise.
+
 2003-11-24  Jim Meyering  <jim@meyering.net>
 
        * Version 5.1.0.
 
-       FIXME: update coreutils.texi:
-       chmod's new options: --preserve-root and --no-preserve-root.
-
        * tests/rm/fail-2eperm: Handle another errno variant (HPUX, EPERM).
        Reported by Mark Conty.