diff options
author | Gabriel Dos Reis <gdr@axiomatics.org> | 2015-12-26 10:38:16 -0800 |
---|---|---|
committer | Gabriel Dos Reis <gdr@axiomatics.org> | 2015-12-26 10:38:16 -0800 |
commit | 51d3d7ce39721742aaf673b358b24239be328b45 (patch) | |
tree | 4f9da071d529e1344d7cc149d567110c643c6e37 /src/ChangeLog | |
parent | 9f299a0bd99f3146412a482b92aa6902fd32d5cf (diff) | |
download | open-axiom-51d3d7ce39721742aaf673b358b24239be328b45.tar.gz |
Remove dispatchFunction.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 9 |
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'. |