- Jun 05, 1991
-
-
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
- May 27, 1991
-
-
ram authored
-
chiles authored
which included commits to RCS files with non-trunk default branches.
-
chiles authored
Added back interface EXT:MAKE-STREAM-COMMAND. This needs to be exported for TS-STREAM-ACCEPT-INPUT in the "ED" package.
-
chiles authored
-
chiles authored
Modified REDISPLAY-LOOP and users to check new WINDOW-DISPLAY-RECENTERING slot.
-
chiles authored
Removed EXT::MAKE-STREAM-COMMAND from export list.
-
chiles authored
which included commits to RCS files with non-trunk default branches.
-
chiles authored
Added the following interface to the "EXTENSIONS" package: GET-STREAM-COMMAND STREAM-COMMAND STREAM-COMMAND-P STREAM-COMMAND-NAME STREAM-COMMAND-ARGS MAKE-STREAM-COMMAND
-
chiles authored
which included commits to RCS files with non-trunk default branches.
-
chiles authored
Made DEBUG-COMMAND-P find commands with an ambiguous initial substring, matching exact matches regardless of ambiguity. Renamed debugger commands to longer, more meaningful names and defined shorter aliases for silly traditional names that aren't ambiguous initial substrings; for example, "pp" for "verbose print". I used the new internal interface DEF-DEBUG-COMMAND-ALIAS to do this. Fixed a bug in the "SOURCE" and "VSOURCE" commands. Previously, they only worked for compilation units that included only one file.
-
- May 26, 1991
- May 25, 1991
-
-
ram authored
-
- May 24, 1991