diff options
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 bf2d7984..2b0225f3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,15 @@ 2012-06-03 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/preparse.lisp ($LineList): Remove. + (INITIALIZE-PREPARSE): Do not set it. + (preparse1): Do not reference it. Do not test for ioTerminal? and + the input is always a disk file. + * interp/spad-parser.boot (findCommentBlock): Do not reference + $EchoLineStack. + (preparseReadLine1): Do not reference $LineList. + +2012-06-03 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/io.boot (%Reader): New data structure. * interp/preparse.lisp (INITIALIZE-PREPARSE): Parameter is now a reader. |