diff options
| author | dos-reis <gdr@axiomatics.org> | 2010-05-07 19:41:44 +0000 |
|---|---|---|
| committer | dos-reis <gdr@axiomatics.org> | 2010-05-07 19:41:44 +0000 |
| commit | 75e606946370e97837e697e5f5070ddff4627952 (patch) | |
| tree | 6a51f09fc2c32104ddb7eb328cc2270045f0b5bc /src/ChangeLog | |
| parent | c9c4d89aa7cc261a19ac29c7d74a43f1369f1773 (diff) | |
| download | open-axiom-75e606946370e97837e697e5f5070ddff4627952.tar.gz | |
* configure.ac.pamphlet: Add new option: --enable-int-file-retention.
src/
* 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/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ba5b34b1..f1db0f63 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2010-05-07 Gabriel Dos Reis <gdr@cse.tamu.edu> + * lisp/core.lisp.in ($FilesToRetain): New. Export. + * lisp/Makefile.in: Tidy. + * boot/translator.boot (retainFile?): New. + (compileBootHandler): Use it. + +2010-05-07 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/as.boot: Miscellaneous cleanup. * interp/ax.boot: Likewise. * interp/br-con.boot: Likewise. |
