- Nov 27, 1991
- Nov 26, 1991
-
-
wlott authored
and mips/insts so they are consistent with the other systems.
-
wlott authored
mips/macros.lisp and mips/insts.lisp so that they are consistent with the other systems.
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
symbolic links from the build area to the source area. Get additional features from .../$subdir/FEATURES instead of assuming :small. If the environment variable $LISP is set, use it instead of lisp when compiling. Also compile PCL.
-
chiles authored
Modified HANDLE-BREAKPOINT-AUX to test whether any user hook deactivated any breakpoints at the current code location. When there are no longer any breakpoints at this location, it foregoes setting an after breakpoint to re-establish the break instruction at this code location. There is no reason to plan to re-establish the break instruction since there are no longer any active breakpoints at the location. Modified SUB-DEACTIVATE-BREAKPOINT to only remove the break instruction from the code when there are no longer any active breakpoints at the code location.
-
chiles authored
Made TRACE and UNTRACE handle function objects as well as function names. Made calling UNTRACE while with a BREAK from TRACE'ing work fine. No output occurs at the end of the call even though there was TRACE output at the beginning of the call before going into the BREAK loop.
-
ram authored
-
- Nov 25, 1991
-
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
anything for in-core constants and to arrange for make-load-form to be called when necessary when producing a fasl-file.
-
ram authored
then convert it as SYMBOL-FUNCTION.
-
wlott authored
-
wlott authored
#+new-compiler conditionals.
-
wlott authored
-
- Nov 24, 1991
-
-
wlott authored
-
wlott authored
MAKE-LOAD-TIME-VALUE-TN that allocates a slot in the constant pool with a marker that tells the dumper to use the supplied handle instead of trying to dump a constant value. Other than that, the resultant TN looks just like a constant tn.
-
wlott authored
array dumping stuff to make it conform to X3J13. Specifically, complex vectors are converted to the corresponding simple-array first, and we now directly support single-float and double-float vectors (instead of converting them to simple-vectors like we were doing).
-
wlott authored
-
wlott authored
documentation kind.
-
- Nov 23, 1991
-
-
chiles authored
Added wm-hints for pop-up display windows. This will be necessary to receive input in OpenLook windowing systems, but we also thought this might be be MWM bug that prevents pop-up windows from receiving input. It was unlikely this was the problem since other Hemlock windows could receive input without the new wm-hint we set to get input in OpenLook windowing systems. Delete SET-WINDOW-ROOT-Y since it is no longer used since we installed window groups.
-
- Nov 22, 1991
-
-
chiles authored
Updated with Mike's last round of changes.
-
- Nov 20, 1991
-
-
wlott authored
continuation-asserted-type to *wild-type* so that the compiler doesn't decide that there is a type error.
-
- Nov 19, 1991
- Nov 18, 1991
- Nov 17, 1991