summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6c065dd..c206ba7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2012-09-17 Kaz Kylheku <kaz@kylheku.com>
+ * arith.c (comp_trunc, logcomp): logcomp renamed to lognot,
+ consistent with Common Lisp.
+
+ * eval.c (eval_init): logcomp to lognot.
+
+ * lib.h (logcomp): Declaration updated.
+
+2012-09-17 Kaz Kylheku <kaz@kylheku.com>
+
* arith.c (highest_significant_bit): New static function.
(comp_clamp): Bugfix: avoid shifting left into sign bit. Function
renamed to comp_trunc.