- Jun 10, 1991
-
-
chiles authored
which included commits to RCS files with non-trunk default branches.
-
chiles authored
Removed the EXT:GET-STREAM-COMMAND stuff to put it in code:stream.lisp.
-
chiles authored
Moved EXT:GET-STREAM-COMMAND into this file, so kernel cores could enter the debugger.
-
chiles authored
-
chiles authored
Added debug.lisp.
-
chiles authored
Added debug.lisp
-
chiles authored
Added debug.lisp.
-
chiles authored
Loaded hemload from tools: instead of hem:.
-
chiles authored
Changed "load-hem" to "hemload".
-
chiles authored
-
chiles authored
-
chiles authored
We fixed a bug in BIGNUM-TRUNCATE-GUESS. Bill had originally written the code to ignore the high digit of three in some calculation, but as it turns out, you really do need to look at that digit in some comparison.
-
- Jun 07, 1991
- Jun 06, 1991
- Jun 05, 1991
-
-
wlott authored
-
wlott authored
-
wlott authored
-
ram authored
-
chiles authored
Added a doc string to EXT:SAVE-ALL-BUFFERS.
-
ram authored
lisp-implementation-version, and then tack that onto the end of the compiler and hemlock versions.
-
ram authored
shove down the version once, since that is what worldload now expects.
-
ram authored
cmucl-bugs.
-
wlott authored
if the created array is known to be simple. Otherwise, someone might adjust it, which would cause the type to be wrong.
-
wlott authored
of sequence, not just lists. Fixed vector-push and vector-push-extend to return the original fill pointer, not the new fill pointer. Fixed vector-pop to return the value indexed by the new fill pointer, not the original fill pointer.
-
- Jun 04, 1991
- May 31, 1991
-
-
ram authored
-
ram authored
delayed. This is somewhat questionable, but is probably OK. The real problem is that (funcall #'foo ...something that fsets foo..) doesn't do the right thing. The reason for this change is that it produces much better code for notinline references (in particular, those resulting from calls the DEFSTRUCT predicate functions inside of the structure-typep transform.)
-
ram authored
-
- May 29, 1991
-
-
wlott authored
sunos seperation.
-
wlott authored
-
chiles authored
Implemented the EDIT-SOURCE debugger command which gathers source information and gives it to the editor by calling ED::EDIT-SOURCE-LOCATION.
-
chiles authored
Implemented "Debug Edit Source" and EDIT-SOURCE-LOCATION, which the slave calls remotely in the editor. This is a first cut at this stuff for experience purposes.
-
- May 28, 1991