- Nov 07, 1991
-
-
wlott authored
translation.
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
file in...] If we delete the buffer don't try to re-visit the file, 'cause it will be gone.
-
wlott authored
not the working copy should be kept is now a hemlock variable so it can be set on a per-buffer basis (probably in a read-file hook).
-
wlott authored
rcsupdate does the job much better. Added noise to check in and check out to possibly use definition translation stuff on the file so that you don't have to duplicate the entire source tree in your work area.
-
wlott authored
first. This way, you don't have to have 400 different translations for ever conceivable source path.
-
wlott authored
before proclaim.
-
ram authored
-
chiles authored
Fixed %SET-FDEFINITION to work in the kernel core startup before executing DEFVARs for *encapsulation-info* and *setf-fdefinition-hook*.
-
ram authored
-
wlott authored
fault mechanism so we have to explicitly test the GC trigger.
-
wlott authored
instead of catching the page fault. So instead of having a lot of code to handle the page fault, we have a lot of code to handle a conditional trap.
-
- Nov 06, 1991
- Nov 05, 1991
-
-
ram authored
-
ram authored
transforms (reducing code bloat.) Removed some commented-out stuff.
-
ram authored
-
ram authored
transforms.
-
ram authored
compiled small.
-
ram authored
-
ram authored
-
ram authored
-
ram authored
funcallable-instance-header-type.)
-
ram authored
-
ram authored
-
ram authored
new information.
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
less than 3.
-
- Nov 04, 1991
-
-
ram authored
-
- Nov 03, 1991
-
-
chiles authored
Changed name of DI:DO-BLOCKS to DI:DO-DEBUG-FUNCTION-BLOCKS. Fixed package system, so "DI" no longer needs to USE-PACKAGE various big packages that export lots of stuff unused by "DI". Someone screwed this up before, so now it is as it was before. Fixed stack parsing to correct handle bogus-lra's from :function-end breakpoints. Wrote DI:FUNCTION-END-COOKIE-VALID-P which takes a frame and a function-end-cookie. It returns whether the cookie is still valid. A cookie becomes invalid when the frame that established the cookie has exited. Sometimes cookie holders are unaware of cookie invalidation because their :function-end breakpoint hooks didn't run due to THROW'ing. This takes a frame as an efficiency hack since the user probably has a frame object in hand when using this routine, and it saves repeated parsing of the stack and consing when asking whether a series of cookies is valid. Wrote DEBUG-FUNCTION-START-LOCATION which takes a debug-function, and it returns a code-location before the body of a function and after all the arguments are in place. If this cannot determine that location due to a lack of debug information, it returns nil.
-
chiles authored
Added CLEAR-TRACE-BREAKPOINT-RECORD to ext:*setf-fdefinition-hook*. Fixed package system, so the old TRACE and new one didn't conflict with variable names. Added debug:*trace-frame* to support users who want to enter expressions for evaluation in the frame. This is described in the TRACE doc string. Fixed TRACE interface to support any function name, not just symbols. Underlying support allowed this, but TRACE complained when it inspected its arguments. Added full support for documented interface of TRACE since before it only allowed users to see arguments and output without conditionalization, printing, etc.
-