aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-11-23 22:11:08 +0000
committerdos-reis <gdr@axiomatics.org>2011-11-23 22:11:08 +0000
commit3726db8810fbc954aa8782dd9b4b638f132c0aec (patch)
tree9b4e65d780244f2e755b4ee784da152d88c34efb /src/ChangeLog
parente2f98b591c89e7104af9f757e13edc57afbc7135 (diff)
downloadopen-axiom-3726db8810fbc954aa8782dd9b4b638f132c0aec.tar.gz
* interp/nruncomp.boot (NRTaddDeltaCode): Do not guard the loop by
the values in the first vector in $catvecList. It is pointless.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3aa7556f..b8c0f119 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
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.
+
+2011-11-23 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/functor.boot (SigSlotsMatch): Remove. Adjust caller.
(LookUpSigSlots): Tidy.