diff options
author | dos-reis <gdr@axiomatics.org> | 2012-06-03 18:25:55 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-06-03 18:25:55 +0000 |
commit | 3e1313d951e807417a344c5fda677b98dcb462c8 (patch) | |
tree | 1502cb035b5238858cebba0628553d64388e9abd /src/ChangeLog | |
parent | 3e906e4a73ec71b8d48f00104c38cb8778b9e176 (diff) | |
download | open-axiom-3e1313d951e807417a344c5fda677b98dcb462c8.tar.gz |
* 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.
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. |