aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-07-10 03:04:49 +0000
committerdos-reis <gdr@axiomatics.org>2010-07-10 03:04:49 +0000
commit4be0127f28037c3d281eb6a9ea2627a01b78b256 (patch)
tree963d0d92d456ef0a4b92fcc295364c2f7c8b62a1 /src/ChangeLog
parent89a2d8163cb83cfcfe8cfb64bddb2addbf1840be (diff)
downloadopen-axiom-4be0127f28037c3d281eb6a9ea2627a01b78b256.tar.gz
* interp/functor.boot (SetFunctionSlots): Simplify. The outer
loop was executed only once.
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 9fc67991..32150509 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-09 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/functor.boot (SetFunctionSlots): Simplify. The outer
+ loop was executed only once.
+
2010-07-05 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/compiler.boot (compTopLevel): Bind $whereDecls.