diff options
author | Jim Meyering <jim@meyering.net> | 2003-11-27 08:17:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-11-27 08:17:47 +0000 |
commit | f548cf59b9b8967b35dae0896d158b80ae87c4df (patch) | |
tree | d7d271405c7149ad7211bdc74c711cf20ef0a051 | |
parent | 229022b22096c2e73e596e0cc9d237cfcc73bbd3 (diff) | |
download | coreutils-f548cf59b9b8967b35dae0896d158b80ae87c4df.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -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. |