summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-11-27 08:00:12 +0000
committerJim Meyering <jim@meyering.net>2003-11-27 08:00:12 +0000
commit2a2f3217c6807c264fa2954e2577cf5d4f17ab01 (patch)
tree55eba8c11094bbf814aaa32449d0e9159202be46 /lib
parentfea15ed7518f9cc7a307694cdeeab1d9efffc3ac (diff)
downloadcoreutils-2a2f3217c6807c264fa2954e2577cf5d4f17ab01.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog16
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/.