diff options
author | dos-reis <gdr@axiomatics.org> | 2011-05-29 00:58:58 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-05-29 00:58:58 +0000 |
commit | 05f1dbf1e8564c316a4e0ed7146b4991162f8875 (patch) | |
tree | c909542d73594a47898ed440a7e4f13c256d3f07 /src/ChangeLog | |
parent | f274326c2d4e1912fd99105ce72298684f5ee0ab (diff) | |
download | open-axiom-05f1dbf1e8564c316a4e0ed7146b4991162f8875.tar.gz |
* lisp/core.lisp.in (readExpr): New.
* interp/as.boot: Replace READLINE with readLine.
* interp/br-data.boot: Likewise.
* interp/br-saturn.boot: Likewise.
* interp/br-search.boot: Likewise.
* interp/c-doc.boot: Likewise.
* interp/cstream.boot: Likewise.
* interp/g-error.boot: Likewise.
* interp/ht-root.boot: Likewise.
* interp/htcheck.boot: Likewise.
* interp/i-syscmd.boot: Likewise.
* interp/msgdb.boot: Likewise.
* interp/server.boot: Likewise.
* interp/topics.boot: Likewise.
* interp/compat.boot (READLINE): Remove.
* interp/sys-macros.lisp (shoeConsole): Remove.
(shoeInputFile): Likewise.
(shoeread-line): Likewise.
* boot/ast.boot (bfQ): %nothing only needs EQ.
* algebra/files.spad.pamphlet (File) [read!, readIfCan!]: Use
readExpr instead of VMREAD. Avoid PLACEP
(TextFile) [readLine!, readLineIfCan!]: Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 54b8231d..769aaf65 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,34 @@ 2011-05-28 Gabriel Dos Reis <gdr@cs.tamu.edu> + * lisp/core.lisp.in (readExpr): New. + * interp/as.boot: Replace READLINE with readLine. + * interp/br-data.boot: Likewise. + * interp/br-saturn.boot: Likewise. + * interp/br-search.boot: Likewise. + * interp/c-doc.boot: Likewise. + * interp/cstream.boot: Likewise. + * interp/g-error.boot: Likewise. + * interp/ht-root.boot: Likewise. + * interp/htcheck.boot: Likewise. + * interp/i-syscmd.boot: Likewise. + * interp/msgdb.boot: Likewise. + * interp/server.boot: Likewise. + * interp/topics.boot: Likewise. + * interp/compat.boot (READLINE): Remove. + * interp/sys-macros.lisp (shoeConsole): Remove. + (shoeInputFile): Likewise. + (shoeread-line): Likewise. + * boot/ast.boot (bfQ): %nothing only needs EQ. + * algebra/files.spad.pamphlet (File) [read!, readIfCan!]: Use + readExpr instead of VMREAD. Avoid PLACEP + (TextFile) [readLine!, readLineIfCan!]: Likewise. + +2011-05-28 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * interp/intfile.boot: Remove. + +2011-05-28 Gabriel Dos Reis <gdr@cs.tamu.edu> + * lisp/core.lisp.in: Define and export readLine and readbyte. * interp/sys-utility.boot (readByteFromFile): Remove. * boot/tokens.boot: Don't rename readLine and readByte. |