summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-01 00:11:23 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-01 00:11:23 +0000
commit69f1a97138d154be7c3f4e8ed4687793530bc625 (patch)
treea6f553309b12cc960bab62991d73deb3a409d644 /m4
parent248c092226c26ef4605d83fba5d202420b9bc8d0 (diff)
downloadcoreutils-69f1a97138d154be7c3f4e8ed4687793530bc625.tar.xz
seq defaults to a minimal fixed point format that does not lose
information if seq's operands are all fixed point decimal numbers. You no longer need the `-f%.f' in `seq -f%.f 1048575 1024 1050623', for example, since the default format now has the same effect. seq now lets you use %a, %A, %E, %F, and %G formats. seq now uses long double internally rather than double.
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index fc4f88c22..ac126488f 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,13 @@
+2006-06-30 Paul Eggert <eggert@cs.ucla.edu>
+
+ * c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
+ Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
+ want to require the building of c-strtod.o.
+ * lib-check.m4 (cu_LIB_CHECK): Remuve SEQ_LIBM, since seq no longer
+ needs -lm directly.
+ * prereq.m4 (gl_PREREQ): Require gl_C_STRTOD and gl_XSTRTOLD.
+ * xstrtod.m4 (gl_XSTRTOLD): New macro.
+
2006-06-29 Derek R. Price <derek@ximbiot.com>
* strftime.m4: Don't call AC_FUNC_STRFTIME.