From f548cf59b9b8967b35dae0896d158b80ae87c4df Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 27 Nov 2003 08:17:47 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 89c3a4f4a3..91eb806031 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,21 @@ +2003-11-24 Paul Eggert + + 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 * 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. -- 2.47.2