- May 18, 1991
-
-
ram authored
*standard-output* a two-way stream so that reading *standard-input* will force output on standard output.
-
- May 17, 1991
-
-
ram authored
which included commits to RCS files with non-trunk default branches.
-
ram authored
the PMAX seems to pretty much work when it claims to the server that it is big-endian. This is probably because we never use word accessors.
-
ram authored
which included commits to RCS files with non-trunk default branches.
-
ram authored
Wrote CALL-UNIX-SELECT to avoid problems with MACH:UNIX-SELECT returning nil when someone interrupts the system since calls to MACH:UNIX-SELECT occur within a WITHOUT-INTERRUPTS. .../systems-work/clx/dependent.lisp, 18-May-90 14:08:20, Edit by Chiles. X-TYPE-ERROR incorrectly supplies the condition slot :error-string which should be :type-string.
-
wlott authored
-
- May 16, 1991
-
-
ram authored
-
mbb authored
-
ram authored
flames when an argument is assigned (preventing type use of the type assertion.)
-
ram authored
when an argument is assigned.
-
ram authored
value of the new NFP was loaded.
-
ram authored
trashed before we load the new NFP value.
-
ram authored
call OUTPUT-TYPE-OR-LOSE, which uses SUBTYPEP, and guarantees to return one of LIST, STRING, BIT-VECTOR, VECTOR or NIL (the last enabled by an optional.)
-
ram authored
that it is still valid for loading the value of the new NFP.
-
chiles authored
Modified all the condition reporting methods to FRESH-LINE since error messages did not always end up on their own line when using Hemlock commands to drive a slave in the debugger.
-
ram authored
checking is done for hairy keyword args.
-
ram authored
so that we don't blow away type checks.
-
ram authored
-
- May 15, 1991
-
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
.../systems-work/clx/input.lisp, 25-May-90 15:08:42, Edit by Chiles. Modified EVENT-LISTEN according to Chris Lindblad's patch to make it correctly count how many events are pending when called from within an EVENT-CASE branch.
-
ram authored
which included commits to RCS files with non-trunk default branches.
-
wlott authored
right when trying to strip off the fixnum lowtag.
-
- May 14, 1991
-
-
chiles authored
Added "Window Buffer Hook" to set WINDOW-DISPLAY-RECENTERING for windows into typescript buffers.
-
ram authored
correctly. COERCE is still broken.
-
chiles authored
Made the slave switch demon set debug:*help-line-scroll-count* to most-positive-fixnum, so slaves won't manage debugger help scrolling.
-
chiles authored
which included commits to RCS files with non-trunk default branches.
-
- May 11, 1991
-
-
wlott authored
by the time we compile gc.
-
- May 10, 1991
- May 09, 1991
- May 08, 1991
-
-
ram authored
thing, but if the result is just a call to the inverse, then directly call the inverse w/o any let binding. This makes setf inverses usable without the full interpreter.
-
ram authored
with a fixed arg function.
-
ram authored
%DEFINE-SETF-MACRO, which checks for any existing definition as a slot accessor or other setf function. Changed GET-SETF-METHOD to ignore setf macros (always global) when there is a local macro or function. Changed SETF to always call GET-SETF-METHOD, instead of special-casing setf inverses. I was tired to keeping the duplicated code consistent. Generalized the special casing in SETF of APPLY. We now go for the SETF function when called on any symbol in the Lisp package. Now SETF of APPLY will work on all Common Lisp functions, instead of just two.
-