- Sep 04, 1992
-
-
wlott authored
-
- Sep 03, 1992
-
-
wlott authored
the value to write instead of the other way around.
-
phg authored
-
phg authored
The search mechanism for loading pathname translations uses the CMUCL extension of search-lists. The user can add to the library: search-list using setf. The file for translations should have the name defined by the hostname (a string) and with type component "translations".
-
- Sep 02, 1992
-
-
hallgren authored
-
- Sep 01, 1992
- Aug 31, 1992
-
-
hallgren authored
in a format statement.
-
- Aug 25, 1992
-
-
wlott authored
-
wlott authored
stuff as we compile them.
-
wlott authored
-
wlott authored
Combined the emit and target functions into a single generic function that figures out what to do by examining the vop-info structure.
-
wlott authored
can be used for all vops. It just figures out what to do by looking at these additional slots.
-
wlott authored
compile time.
-
- Aug 24, 1992
-
-
wlott authored
for mappings, use ssets and simple-vectors. In define-instruction, have one piece of code that computes both the read and write dependencies at once instead of having two difference pieces of code that build lists of each.
-
- Aug 21, 1992
-
-
wlott authored
only when necessary.
-
- Aug 20, 1992
-
-
wlott authored
clx-library.
-
wlott authored
PCL.
-
wlott authored
either a variable number or > 6 arguments and the caller was large enough that the compute-lra-from-code couldn't be done in one instruction.
-
wlott authored
pointer to it will never change, but the closure function can do anything it wants to it.
-
- Aug 19, 1992
-
-
wlott authored
an instruction.
-
phg authored
support for wildcards and wildcard-inferiors. split-at-slashes given an optional argument to permit parsing of directories based on the ";" in logical-pathnames.
-
phg authored
standard.
-
wlott authored
breakpoint_do_displaced_inst to do all that noise. That way the C code can do different things on different machines (like use single stepping if available).
-
wlott authored
-
wlott authored
-
wlott authored
-
- Aug 18, 1992
- Aug 16, 1992
- Aug 15, 1992
-
-
wlott authored
sltu to compare the number with zero, when it should be using slt. So it never though anything was less then zero.
-
- Aug 14, 1992
- Aug 13, 1992
- Aug 12, 1992
-
-
wlott authored
if it is a SYMBOL, because we want NIL to act like the empty list, and not an attempt to bind NIL.
-