aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-11-24 00:14:26 +0000
committerdos-reis <gdr@axiomatics.org>2011-11-24 00:14:26 +0000
commit39c21d65868a04d915dc03b283839e221f37d498 (patch)
tree18be8d5a88a3e02dda7acc79a93a6f588871d0fb /src/ChangeLog
parent3726db8810fbc954aa8782dd9b4b638f132c0aec (diff)
downloadopen-axiom-39c21d65868a04d915dc03b283839e221f37d498.tar.gz
* interp/define.boot ($CheckVectorList): Remove.
(compDefineFunctor1): Do not bind it. (reportOnFunctorCompilation): Do not call displayMissingFunctions. (displayMissingFunctions): Remove as useless. * interp/functor.boot (SetFunctionSlots): Do not set slot in the first vector of $catvecList. * interp/nruncomp.boot (buildFunctor): Remove makeCatvecCode, emptyVector, domainShell. Do not call NRTcheckVector. (NRTcheckVector): Remove as useless.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b8c0f119..af9789e4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,17 @@
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.
+ (displayMissingFunctions): Remove as useless.
+ * interp/functor.boot (SetFunctionSlots): Do not set slot in the
+ first vector of $catvecList.
+ * interp/nruncomp.boot (buildFunctor): Remove makeCatvecCode,
+ emptyVector, domainShell. Do not call NRTcheckVector.
+ (NRTcheckVector): Remove as useless.
+
+2011-11-23 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/nruncomp.boot (NRTaddDeltaCode): Do not guard the loop by
the values in the first vector in $catvecList. It is pointless.