aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@axiomatics.org>2015-12-26 10:38:16 -0800
committerGabriel Dos Reis <gdr@axiomatics.org>2015-12-26 10:38:16 -0800
commit51d3d7ce39721742aaf673b358b24239be328b45 (patch)
tree4f9da071d529e1344d7cc149d567110c643c6e37 /src/ChangeLog
parent9f299a0bd99f3146412a482b92aa6902fd32d5cf (diff)
downloadopen-axiom-51d3d7ce39721742aaf673b358b24239be328b45.tar.gz
Remove dispatchFunction.
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'.