aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-11-24 05:57:15 +0000
committerdos-reis <gdr@axiomatics.org>2011-11-24 05:57:15 +0000
commit09eb84d27b5f7e381a887ea1a8eb3000a93a6017 (patch)
treec57bf244a014ee73584e7ff01c1a7cd796c4d971 /src/ChangeLog
parent39c21d65868a04d915dc03b283839e221f37d498 (diff)
downloadopen-axiom-09eb84d27b5f7e381a887ea1a8eb3000a93a6017.tar.gz
* interp/functor.boot (findOperatorImplementations): Rename from
LookUpSigSlots. Tidy. Adjust caller. (makeMissingFunctionEntry): Remove as unused.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index af9789e4..9b0cc8cc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
2011-11-23 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/functor.boot (findOperatorImplementations): Rename from
+ LookUpSigSlots. Tidy. Adjust caller.
+ (makeMissingFunctionEntry): Remove as unused.
+
+2011-11-23 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/define.boot ($CheckVectorList): Remove.
(compDefineFunctor1): Do not bind it.
(reportOnFunctorCompilation): Do not call displayMissingFunctions.