From fc5f21dee871bb57e18ecd0818333a11eba76ed9 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 20 Aug 2012 10:46:46 +0000 Subject: * interp/spad.lisp (SPAD): Remove obfuscated binding of OUT-STREAM. * interp/spad-parser.boot (paarseEcho): Use $OutputStream in lieu of OUT-STREAM. * interp/server.boot (serverReadLine): Do not bind IN-STEEAM and *EOF*. Tidy. * interp/lexing.boot (IN-TREAM): Remove definition. (OUT-STREAM): Likewise. * interp/int-top.boot (runspad): Do not bind IN-STREAM and *EOF*. (SpadInterpretStream): Remove $shoeReadLineFunction binding. * interp/debug.lisp: Replace IN-STREAM with $InputStream and OUT-STREAM with $OutputStream. --- src/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 43486cc5..02f1cfb1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2012-08-20 Gabriel Dos Reis + + * interp/spad.lisp (SPAD): Remove obfuscated binding of OUT-STREAM. + * interp/spad-parser.boot (paarseEcho): Use $OutputStream in lieu + of OUT-STREAM. + * interp/server.boot (serverReadLine): Do not bind IN-STEEAM and + *EOF*. Tidy. + * interp/lexing.boot (IN-TREAM): Remove definition. + (OUT-STREAM): Likewise. + * interp/int-top.boot (runspad): Do not bind IN-STREAM and *EOF*. + (SpadInterpretStream): Remove $shoeReadLineFunction binding. + * interp/debug.lisp: Replace IN-STREAM with $InputStream and + OUT-STREAM with $OutputStream. + 2012-08-20 Gabriel Dos Reis * interp/Makefile.in: Simplify. -- cgit v1.2.3