summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-11-27 08:17:47 +0000
committerJim Meyering <jim@meyering.net>2003-11-27 08:17:47 +0000
commitf548cf59b9b8967b35dae0896d158b80ae87c4df (patch)
treed7d271405c7149ad7211bdc74c711cf20ef0a051 /ChangeLog
parent229022b22096c2e73e596e0cc9d237cfcc73bbd3 (diff)
downloadcoreutils-f548cf59b9b8967b35dae0896d158b80ae87c4df.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 89c3a4f4a..91eb80603 100644
--- 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.