- Oct 13, 1991
- Oct 12, 1991
-
-
chiles authored
which included commits to RCS files with non-trunk default branches.
-
chiles authored
Added a form to SERVER-DIED to clean up breakpoint-infos for that server.
-
chiles authored
Documented some code someone added that was confusing. Added an optional argument to PRINT-FRAME-CALL-1, an internal function, to control whether it precedes its output with a newline.
-
chiles authored
The "Debug Breakpoint" and "Debug Delete Breakpoints" commands are ready for alpha testing, which they need a lot. Some other bugs have been fixed too, but those were long enough ago, I don't remember them.
-
chiles authored
The latest alpha test breakpoint interface is available as described in the Debugging Tools Programmer's Interface. Also, support for setting breakpoints from the editor has been changed to use the "WIRE" package directly. There is a new interface for deleting breakpoints set by the editor. This is all alpha test code.
-
- Oct 08, 1991
-
-
wlott authored
-
chiles authored
Modified TTY-DELETE-WINDOW to be consistent with TTY-MAKE-WINDOW's creation policy; that is, if the latter makes window by putting the new one after some hunk it shrunk to make room, then the former should prefer to grow the previous hunk, not the next. This was the intended behavior.
-
- Oct 05, 1991
- Oct 04, 1991
-
-
chiles authored
-
chiles authored
Adjusted length of the :hemlock-banner modeline-field to prevent the *truncated-field-character* from appearing after the date.
-
ram authored
wasn't computed (possible source of GC lossage.)
-
chiles authored
symbol or function since the purpose is to FUNCALL the thing. Since the new system is up to spec on the disjointedness of functions, this needed to be fixed for usefulness.
-
- Oct 03, 1991
-
-
ram authored
-
ram authored
the transform was trying to do.
-
ram authored
that we can keep track of the transform note.
-
ram authored
alist.
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
which included commits to RCS files with non-trunk default branches.
-
ram authored
confusing the lifetime checker.
-
ram authored
-
ram authored
-
ram authored
-
- Oct 02, 1991
-
-
ram authored
and confuses the lifetime checker.
-
ram authored
cause GC lossage, and confuses the assembly lifetime checker.
-
ram authored
from the inherited operand of the same name. This eliminates the need for the inheriting VOP to respecify values that are really internal to the inherited VOP.
-
chiles authored
Fixed lossage concerning the following compiler output: Definition has N args, but the previous definition had M. This used to be a note, but it should be a warning. If it is a warning that users change the definitions of structures, then it should be a warning when users change the definitions of functions. In both cases, code might be lying around assuming an incorrect interface. I think this is equally dangerous. Also, changing the redefinition of arg counts to a warning makes it more compatible with the warning that someone supposedly called a routine with the wrong number of args.
-
- Oct 01, 1991