aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 43486cc5..02f1cfb1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,19 @@
2012-08-20 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * 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 <gdr@cs.tamu.edu>
+
* interp/Makefile.in: Simplify.
2012-08-20 Gabriel Dos Reis <gdr@cs.tamu.edu>