summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9380e95..ef62f3a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-12-10 Kaz Kylheku <kaz@kylheku.com>
+ * configure: add to config.h the type double_intptr_t, which
+ is twice the size of intptr_t. It may not be available, so
+ there is a HAVE_ macro to detect it.
+
+2011-12-10 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (eval_init): New functions added as intrinsics.
* hash.c (hash_eql, hash_equal): New external functions.