- Dec 10, 1992
-
-
ram authored
-
- Dec 08, 1992
- Dec 06, 1992
-
-
wlott authored
added a T branch that prints "Unknown Function" so we get some output when we stumble across unknown functions.
-
- Dec 05, 1992
-
-
wlott authored
-
- Nov 30, 1992
-
-
phg authored
-
- Nov 11, 1992
- Nov 06, 1992
-
-
wlott authored
LOGICAL-BLOCK so that ~^ acts like PPRINT-EXIT-IF-LIST-EXHAUSTED instead of blowing out to some containing directive. Changed all use references to FORMAT to be CL:FORMAT so that we can shadow FORMAT::FORMAT and redefined it without trashing the system format.
-
wlott authored
doesn't flame out.
-
- Nov 04, 1992
- Oct 26, 1992
-
-
wlott authored
:TEST types that it doesn't understand. Entries in EXT:*HASH-TABLE-TESTS* should be lists of the three values: the name, the test function, and the hash function. The test function takes two objects and returns true iff they are the same. The hash function takes one object and returns two values: the (positive fixnum) hash value and true if the hashing depends on pointer values and will have to be redone if the object moves.
-
- Oct 09, 1992
- Oct 08, 1992
- Sep 25, 1992
-
-
ram authored
to expand into smaller (and constant-size ) code.
-
- Sep 19, 1992
-
-
ram authored
-
- Sep 09, 1992
-
-
ram authored
computing the new value for the timeout microseconds and it is negative.
-
- Sep 08, 1992
-
-
wlott authored
-
- Sep 07, 1992
- Sep 05, 1992
-
-
wlott authored
source.
-
- Sep 04, 1992
- Sep 03, 1992
-
-
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 01, 1992
-
-
ram authored
there is no result form. Also, just read the var in the spurious let, instead of using IGNORABLE, since the var might be special.
-
- Aug 19, 1992
-
-
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).
-
- Aug 14, 1992
-
-
ram authored
although the optimizer does eventually get the right code, it has to work awful hard.
-
- 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.
-
- Aug 06, 1992
-
-
ram authored
ENVIRONMENT-INIT so that we don't keep around the old values.
-
- Aug 05, 1992
-
-
ram authored
number-consing and generic arithmetic. Also, rearranged the computation so that the time is correctly computed for up to 457 days, instead of only 71 minutes.
-