aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4a0368a8..b7c1c482 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
+2015-12-26 Gabriel Dos Reis <gdr@axiomatics.org>
+
+ * interp/vmlisp.lisp (dispatchFunction): Remove. Adjust users.
+ * interp/c-util.boot (lookupDefiningFunction): Use opcode
+ '%function' in lieu of 'dispatchFunction'.
+ * interp/define.boot (doIt): Likewise.
+ * interp/nruncomp.boot (descendCodeTran): Likewise.
+ * interp/showimp.boot (dcOpPrint): Likewise.
+
2015-12-25 Gabriel Dos Reis <gdr@axiomatics.org>
* boot/tokens.boot: Do not rename 'apply'.