aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-05-01 19:33:36 +0000
committerdos-reis <gdr@axiomatics.org>2012-05-01 19:33:36 +0000
commit712a3ca8b06f843b15df22a4b42f677685b3b9d9 (patch)
tree8df59d636935c14becdfeb6fc058118143930793 /src/ChangeLog
parenta532d9e78207b92f9f89b1ec45de318780895492 (diff)
downloadopen-axiom-712a3ca8b06f843b15df22a4b42f677685b3b9d9.tar.gz
* interp/vmlisp.lisp (REMOVE-FLUIDS): Move to lisp-backend.boot.
Rename to removeFluids. (SIMPLE-ARGLIST): Move to lisp-backend.boot. Rename to simpleParameterList?.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 68bae94d..dcdab929 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
2012-05-01 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/vmlisp.lisp (REMOVE-FLUIDS): Move to lisp-backend.boot.
+ Rename to removeFluids.
+ (SIMPLE-ARGLIST): Move to lisp-backend.boot. Rename to
+ simpleParameterList?.
+
+2012-05-01 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/vmlisp.lisp (COMP370): Move to c-util.boot
(compileLispDefinition): Move to lisp-backend.boot.