aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-10-16 04:06:43 +0000
committerdos-reis <gdr@axiomatics.org>2008-10-16 04:06:43 +0000
commit50eb3f193c9430ce498b89680442a703544f75f9 (patch)
tree1278adf08afe35d2a79ff21215371169a5f4286c /src/ChangeLog
parenta865b3c1924286ed6308753b31b4eddaf0794687 (diff)
downloadopen-axiom-50eb3f193c9430ce498b89680442a703544f75f9.tar.gz
* interp/compiler.boot (backendCompile1): Move to c-util.boot.
(COMP): Likewise. Rename to backendCompile. (compileFileQuietly): Move to c-util.boot. (compAndDefine): Likewise. (compQuietly): Likewise. (compileQuitely): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8ffebce6..e3cbf6c4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
2008-10-15 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/compiler.boot (backendCompile1): Move to c-util.boot.
+ (COMP): Likewise. Rename to backendCompile.
+ (compileFileQuietly): Move to c-util.boot.
+ (compAndDefine): Likewise.
+ (compQuietly): Likewise.
+ (compileQuitely): Likewise.
+
+2008-10-15 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* algebra/mkfunc.spad.pamphlet (unparse$InputForm): Use
inputForm2String$Lisp.