- Dec 11, 1992
-
-
wlott authored
-
- Dec 10, 1992
-
-
ram authored
these read-only slots. Added open-stream-p and interactive-stream-p.
-
- Nov 29, 1991
-
-
wlott authored
~(...~) variants. See the doc string for details.
-
- Jun 10, 1991
-
-
chiles authored
Moved EXT:GET-STREAM-COMMAND into this file, so kernel cores could enter the debugger.
-
- Apr 23, 1991
-
-
ram authored
safe code.
-
- Feb 14, 1991
-
-
ram authored
.../systems-work/code/stream.lisp, 27-May-90 14:11:17, Edit by Chiles and Wlott. Changed the semantics of the :listen misc method for streams. It now distinguishes between eof and no obvious input for other reasons. This was necessary to correctly implement READ-CHAR-NO-HANG. LISTEN no tests the result of calling the :listen misc method for being explicitly t. When it is :eof or nil, LISTEN should return nil. READ-CHAR-NO-HANG no calls the :listen misc method directly instead of calling LISTEN. When the method returns t or :eof, it calls READ-CHAR to appropriately deal with returning the character or screaming because of eof. Modified the :listen misc method for concatenated streams. It failed to step to the next stream when the current one hit eof. Modified the :listen misc method for string-input stream. They never return nil since they either have more characters, or they are at :eof. .../code/stream.lisp, 26-Apr-90 18:46:58, Edit by Wlott. Make two-way streams force-output on the output side before passing any input requests on to the input side. .../systems-work/code/stream.lisp, 22-Mar-90 22:20:05, Edit by Chiles. Made the string-input-stream structure definition no longer specify :constructor nil in addition to defining one with a name.
-
- Feb 08, 1991
-
-
ram authored
-
- Jan 13, 1991
-
-
wlott authored
-
- Jan 12, 1991
-
-
ram authored
-
- Oct 17, 1990
-
-
ram authored
SIMPLE-STRING when they aren't.
-
- Oct 11, 1990
-
-
ram authored
-
- Aug 24, 1990
-
-
wlott authored
-
- May 30, 1990
-
-
cvs2git authored
-
- May 14, 1990
-
-
ram authored
-
- Mar 05, 1990
-
-
cvs2git authored
-
- Feb 22, 1990
-
-
ram authored
Fixed bug in read-n-bytes: buffer was used where in-buffer should have been. .../systems-work/code/stream.lisp, 23-Oct-89 16:45:49, Edit by Chiles. Picked up Chris's fix to make CLEAR-INPUT always return nil. /usr1/lisp/ncode/stream.lisp, 25-Aug-89 11:46:56, Edit by Chiles. Added FILE-POSITION methods for string streams.
-
- Feb 06, 1990
-
-
ram authored
-