diff options
author | dos-reis <gdr@axiomatics.org> | 2009-02-06 17:47:36 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2009-02-06 17:47:36 +0000 |
commit | 1fe2ae3281b2fe98141aa6eab6111f98a8a2f95d (patch) | |
tree | cc3cdd01a5b3357a9c7ecb1c7dedd6f9693286ee /src/ChangeLog | |
parent | bdf97312aa979fa8e5cef024834cbda19d3c7c67 (diff) | |
download | open-axiom-1fe2ae3281b2fe98141aa6eab6111f98a8a2f95d.tar.gz |
2009-02-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
Alfredo Portes <doyenatccny@gmail.com>
Fix AW/236, AW/282
* interp/sys-utility.boot (probeReadableFile): New.
* interp/nlib.lisp (probe-name): Remove.
(make-input-filename): Tidy.
* interp/lisplib.boot (readLib1): Return nil if path inexistent.
(getFileProperty): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7ca972b0..04c810d3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2009-02-06 Gabriel Dos Reis <gdr@cs.tamu.edu> + Alfredo Portes <doyenatccny@gmail.com> + + Fix AW/236, AW/282 + * interp/sys-utility.boot (probeReadableFile): New. + * interp/nlib.lisp (probe-name): Remove. + (make-input-filename): Tidy. + * interp/lisplib.boot (readLib1): Return nil if path inexistent. + (getFileProperty): Likewise. + 2009-02-04 Gabriel Dos Reis <gdr@cs.tamu.edu> * interp/domain.lisp: Remove. |