- Feb 20, 1991
- Feb 19, 1991
-
-
ch authored
-
- Feb 18, 1991
- Feb 16, 1991
- Feb 14, 1991
-
-
ram authored
.../systems-work/code/char.lisp, 20-Jun-90 14:25:00, Edit by Chiles. I changed STANDARD-CHAR-P to no longer return t for #\return.
-
ram authored
I fixed READ-QUOTE to call READ with t for eof-errorp which it previously failed to do. I fixed READ-PRESERVING-WHITESPACE to no longer screw with eof-errorp based on recursivep; this was a blatant bug probably from some misinterpretation of the manual years ago. I also cleaned up the code.
-
ram authored
-
ram authored
forcibly passed a T TN.
-
ram authored
-
ram authored
and to convert the call immediately and check if it wins.
-
ram authored
-
ram authored
-
ram authored
which included commits to RCS files with non-trunk default branches.
-
ram authored
that it is a function, not a symbol.
-
ram authored
Fixed a bug in Y-OR-N-P. It was calling WHITESPACEP on a symbol. .../systems-work/code/query.lisp, 03-May-90 14:49:56, Edit by Chiles. Fixed doc-string on Y-OR-N-P.
-
ram authored
.../systems-work/code/eval.lisp, 09-Aug-90 15:23:35, Edit by Chiles, Rob, Wlott. Fixed INTERACTIVE-EVAL to frob +, ++, +++ correctly.
-
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.
-
ram authored
was fixing #S to know about the new DD-CONSTRUCTORS slot.
-
ram authored
-
ram authored
which included commits to RCS files with non-trunk default branches.
-
ram authored
-
ram authored
-
- Feb 13, 1991
-
-
ram authored
-
- Feb 11, 1991
-
-
ram authored
load eval) so that code that uses them doesn't flame out at meta-compile time.
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
is bound. Changed various people to call it so that we don't get spurious undefined function warnings.
-
ram authored
we really need them to bootstrap, even under the new compiler.
-
ram authored
-
ram authored
so that we can rename the compiler package. Changed FTYPE declaration processing not to do NOTE-NAME-DEFINED, since this is now done by %PROCLAIM.
-