summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-07-28 06:59:27 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-07-28 06:59:27 +0000
commit02b3090917ed6c91b8c6931a5988b4540c4d3cd8 (patch)
tree829106f63828b084e1978b4b98e41140ea256e8c
parent713c2a319ad7f8fc97935d93d3d9965c0df9a69b (diff)
downloadcoreutils-02b3090917ed6c91b8c6931a5988b4540c4d3cd8.tar.xz
In src/printf.c, declare strtoimax and strtoumax if not already declared.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cfc227ff..ed459604d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-07-27 Paul Eggert <eggert@cs.ucla.edu>
+ * src/printf.c (strtiomax, strtoumax): Declare if not already
+ declared: this fixes a portability bug with Solaris 8 + GCC.
+ (STRTOX): Parenthesize use of macro arg as expression.
+ (vstrtoimax, vstrtoumax, vstrtold): Remove now-unnecessary
+ parentheses.
+ * configure.ac: Check for declaration of strtoumax, for
+ src/printf.c.
+
* src/Makefile.am (cp_LDADD, ginstall_LDADD, mv_LDADD,
pathchk_LDADD, rm_LDADD, test_LDADD): New vars, for eaccess.