aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-31 09:08:44 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-31 09:08:44 +0000
commit76862a96d4ba24beffa94cfbfbb1c2c8dbd1dd26 (patch)
tree4e200ace4c0bffe0e95e118acbd2bbdab71bd5f6 /src/ChangeLog
parentb1fb4cb58a886484e213bd1235f6de75713950c9 (diff)
downloadopen-axiom-76862a96d4ba24beffa94cfbfbb1c2c8dbd1dd26.tar.gz
* interp/g-opt.boot ($VMsideEffectFreeOperators): Include new
builtin functions %strlt, %streq, %strcopy, and %strconc. * interp/g-util.boot: Expand them. * algebra/string.spad.pamphlet (String): Remove uses of Lisp-level functions CHAR, EQUAL, CHAR=, ans SXHASH.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fccf085c..188cc62e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
+2010-12-31 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/g-opt.boot ($VMsideEffectFreeOperators): Include new
+ builtin functions %strlt, %streq, %strcopy, and %strconc.
+ * interp/g-util.boot: Expand them.
+ * algebra/string.spad.pamphlet (String): Remove uses of
+ Lisp-level functions CHAR, EQUAL, CHAR=, ans SXHASH.
+
2010-12-30 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/vmlisp.lisp (QSTRING): Remove.