aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-07 22:55:43 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-07 22:55:43 +0000
commit9ede6cd0b5be47c119455a8df1bc41cb56e2f5ff (patch)
tree3eb1f0f07959cb47103b524c71f6e541a0642a21 /src/ChangeLog
parent75e606946370e97837e697e5f5070ddff4627952 (diff)
downloadopen-axiom-9ede6cd0b5be47c119455a8df1bc41cb56e2f5ff.tar.gz
* interp/c-util.boot: Replace uses of rplac with explicit assignments.
* interp/compiler.boot: Likewise. * interp/define.boot: Likewise. * interp/g-opt.boot: Likewise. * interp/nrunfast.boot: Likewise. * lisp/core.lisp.in ($FilesToRetain): New. Export. * lisp/Makefile.in: Tidy. * boot/translator.boot (retainFile?): New. (compileBootHandler): Use it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f1db0f63..0bb8ffc1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
-2010-05-07 Gabriel Dos Reis <gdr@cse.tamu.edu>
+2010-05-07 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/c-util.boot: Replace uses of rplac with explicit assignments.
+ * interp/compiler.boot: Likewise.
+ * interp/define.boot: Likewise.
+ * interp/g-opt.boot: Likewise.
+ * interp/nrunfast.boot: Likewise.
* lisp/core.lisp.in ($FilesToRetain): New. Export.
* lisp/Makefile.in: Tidy.
* boot/translator.boot (retainFile?): New.