summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-04-20 05:58:35 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-04-20 05:58:35 +0300
commit780c96b8a827fd1780e611cd41d59d80033eff46 (patch)
tree191e174567c4f5e692c06550a068f4fcd3be4819 /ChangeLog
parent67f4d070335e12622af1363b71c68489c64f5bc7 (diff)
downloadgawk-780c96b8a827fd1780e611cd41d59d80033eff46.tar.gz
Fix 64-bit compilation without MPFR.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77db900f..39df2d48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2017-04-20 Arnold D. Robbins <arnold@skeeve.com>
+
+ * configure.ac: Make letter case usage in the various
+ AC_ARG_ENABLE messages consistent with the rest of configure
+ output.
+ (--disable-mpfr): Add this option to make it easier
+ to check compiles without MPFR. Motivated by:
+ * awk.h (NODE): Rearrange the layout of the 'val' subportion
+ of the union to fix alignment problems when compiling without
+ MPFR. The problem only happened on 64-bit compiles, not
+ 32-bit compiles.
+
2017-04-16 Arnold D. Robbins <arnold@skeeve.com>
* builtin.c (do_intdiv): Use DEREF on the arguments.