diff options
author | Jim Meyering <jim@meyering.net> | 2003-11-27 08:00:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-11-27 08:00:12 +0000 |
commit | 2a2f3217c6807c264fa2954e2577cf5d4f17ab01 (patch) | |
tree | 55eba8c11094bbf814aaa32449d0e9159202be46 | |
parent | fea15ed7518f9cc7a307694cdeeab1d9efffc3ac (diff) | |
download | coreutils-2a2f3217c6807c264fa2954e2577cf5d4f17ab01.tar.xz |
.
-rw-r--r-- | lib/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 33c698db5..0432d238f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,19 @@ +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). + + * Makefile.am (libfetish_a_SOURCES): Add c-strtod.c, c-strtod.h. + * c-strtod.c, c-strtod.h: New files. + * xstrtod.h (xstrtod): Accept an extra arg, specifying the + conversion function. + * xstrtod.c (xstrtod): Likewise. All callers changed to + include c-strtod.h and use c_strtod. Don't include stdlib.h; no + longer needed. + + * xnanosleep.c: Don't include xstrtod.h; it's not needed. + 2003-11-22 Jim Meyering <jim@meyering.net> * xmalloc.c (x2nrealloc_inline): Fix typos in comments: s/size/size_t/. |