diff options
author | Gabriel Dos Reis <gdr@axiomatics.org> | 2015-12-23 22:38:12 -0800 |
---|---|---|
committer | Gabriel Dos Reis <gdr@axiomatics.org> | 2015-12-23 22:38:12 -0800 |
commit | db9c4c7cd0c08a8b35a7d56d0279139021d8b945 (patch) | |
tree | aebda0694fe0b90435b686da85021c19c7eb8262 /src/ChangeLog | |
parent | 72bbd833136a8a36eab1597c2f32f0890caeade8 (diff) | |
download | open-axiom-db9c4c7cd0c08a8b35a7d56d0279139021d8b945.tar.gz |
Retain Lisp code generated from algebra if asked.
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 447fde62..645484fa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2015-12-23 Gabriel Dos Reis <gdr@axiomatics.org> + + * interp/lisplib.boot (lisplibDoRename): Retain generated Lisp + file if asked. + * lisp/core.lisp.in ($LispFileType): Export. + * boot/translator.boot (retainFile?): Likewise. + 2014-11-20 Gabriel Dos Reis <gdr@integrable-solutions.net> * interp/lisplib.boot (lisplibDoRename): Fix thinko. |