aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-11-16 03:39:25 +0000
committerdos-reis <gdr@axiomatics.org>2011-11-16 03:39:25 +0000
commit1c92a8f36879b5a91b7be0f324a05b6507e0e45e (patch)
treea343bf53de65e0aec2e8c7f54bf8c3b928532c3c /src/ChangeLog
parenta256754dde74572366b86cbc2d258f2e66a8e0a5 (diff)
downloadopen-axiom-1c92a8f36879b5a91b7be0f324a05b6507e0e45e.tar.gz
* interp/category.boot (JoinInner): Remove effective dead code
controlled by originalvector which has non-changing value false.
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 1e8a3f59..af2408aa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
2011-11-15 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/category.boot (JoinInner): Remove effective dead code
+ controlled by originalvector which has non-changing value false.
+
+2011-11-15 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/category.boot (JoinInner): Use idiomatic Boot for loops.
2011-11-14 Gabriel Dos Reis <gdr@cs.tamu.edu>