summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-23 18:36:25 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-23 18:36:25 -0800
commitbfb9e798d4721a3620b6bcb7f6dc2869d9798f2f (patch)
tree01301c447b798d987bee46590403d15ce8cac496 /ChangeLog
parent63fbaaa539d3120392509d7796649571c1417889 (diff)
downloadtxr-bfb9e798d4721a3620b6bcb7f6dc2869d9798f2f.tar.gz
txr-bfb9e798d4721a3620b6bcb7f6dc2869d9798f2f.tar.bz2
txr-bfb9e798d4721a3620b6bcb7f6dc2869d9798f2f.zip
* configure: Don't rely on higher precision arithmetic from the build
machine's shell. POSIX requires shell arithmetic to be only signed long. We can't compute the INT_PTR_MAX constant in the shell, but rather generate a constant C expression to compute it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 304fd961..e5b3e28d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2009-11-23 Kaz Kylheku <kkylheku@gmail.com>
+ * configure: Don't rely on higher precision arithmetic from the build
+ machine's shell. POSIX requires shell arithmetic to be only signed
+ long. We can't compute the INT_PTR_MAX constant in the shell, but
+ rather generate a constant C expression to compute it.
+
+2009-11-23 Kaz Kylheku <kkylheku@gmail.com>
+
Reporting of compile errors during configuration for easier
configure debugging.