diff options
author | dos-reis <gdr@axiomatics.org> | 2012-05-08 01:58:29 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-05-08 01:58:29 +0000 |
commit | aaf651bcb0b8b0cef21cc4e5cceb1be231d5a2b7 (patch) | |
tree | edbc65c4ad8d8feea69958ea14b5b260407376eb /src/ChangeLog | |
parent | d521a65ba712bf80f5bb6677e04d6a5ab36a42a6 (diff) | |
download | open-axiom-aaf651bcb0b8b0cef21cc4e5cceb1be231d5a2b7.tar.gz |
* interp/spad.lisp (INIT-BOOT/SPAD-READER): Don't set FILE-CLOSED.
(SPAD): Tidy.
* interp/spad-parser.boot (parseSpadFile): Do not test for *EOF*
or FILE-CLOSED.
* interp/preparse.lisp (INITIALIZED-PREPARSE): Use readLine.
(preparseReadLine1): Likewise.
* interp/parsing.lisp (FILE-CLOSED): Remove.
(GET-A-LINE): Likewise.
(CURRENT-FRAGMENT): Likewise.
(INPUT-CLEAR): Likewise.
(READ-A-LINE): Likewise.
(IOSTREAMS-CLEAR): Don't set FILE-CLOSED.
(IOCLEAR): Don't call INPUT-CLEAR.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ba620358..9124b020 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,21 @@ 2012-05-07 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/spad.lisp (INIT-BOOT/SPAD-READER): Don't set FILE-CLOSED. + (SPAD): Tidy. + * interp/spad-parser.boot (parseSpadFile): Do not test for *EOF* + or FILE-CLOSED. + * interp/preparse.lisp (INITIALIZED-PREPARSE): Use readLine. + (preparseReadLine1): Likewise. + * interp/parsing.lisp (FILE-CLOSED): Remove. + (GET-A-LINE): Likewise. + (CURRENT-FRAGMENT): Likewise. + (INPUT-CLEAR): Likewise. + (READ-A-LINE): Likewise. + (IOSTREAMS-CLEAR): Don't set FILE-CLOSED. + (IOCLEAR): Don't call INPUT-CLEAR. + +2012-05-07 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/vmlisp.lisp (ioTerminal?): Rename form IS-CONSOLE. * interp/bootlex.lisp: Adjust. * interp/diagnostics.boot: Likewise. |