aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-06-27 14:09:25 +0000
committerdos-reis <gdr@axiomatics.org>2013-06-27 14:09:25 +0000
commit8c11594887faf3a796729c4185143e1630b69d65 (patch)
treeef755a66d470c85a16d17b64e263e24d0fb212ca /src/ChangeLog
parent7f57a915cee3c91cddd166fe9964655696666c4b (diff)
downloadopen-axiom-8c11594887faf3a796729c4185143e1630b69d65.tar.gz
* interp/lisplib.boot (compDefineLisplib): Close the file
contained generated code before handing over to backend. * interp/c-util.boot (moveLibdirByCopy): The inferred destination directory is not absolute.
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 47561b81..be61bc0d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2013-06-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
+
+ * interp/lisplib.boot (compDefineLisplib): Close the file
+ contained generated code before handing over to backend.
+ * interp/c-util.boot (moveLibdirByCopy): The inferred destination
+ directory is not absolute.
+
2013-06-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
* include/sexpr.H (Lexer): Remove.