diff options
author | dos-reis <gdr@axiomatics.org> | 2011-05-03 20:17:43 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-05-03 20:17:43 +0000 |
commit | 7c728cac1d19bad7ed597c881fa6c1c0588e0e2c (patch) | |
tree | cfb8a8b4a50e5b647e2ff8cb7d6218ca9e53a598 /src/ChangeLog | |
parent | 9396ac962517465319521fb9affdd456791826d5 (diff) | |
download | open-axiom-7c728cac1d19bad7ed597c881fa6c1c0588e0e2c.tar.gz |
* boot/initial-env.lisp (shoeOpenInputFile): Remove. Adjust
callers to use inputTextFile with try/finally.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index aef60ace..fd253106 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-05-03 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * boot/initial-env.lisp (shoeOpenInputFile): Remove. Adjust + callers to use inputTextFile with try/finally. + 2011-05-02 Gabriel Dos Reis <gdr@cs.tamu.edu> * boot/ast.boot (idList?, charList?, stringLits?): New. |