- Jul 17, 1992
-
-
ram authored
Changed gettimeofday and rusage to use this version. Changed timeval slots to be long, not unsigned-long, since they really are, and this simplifies representation problems.
-
ram authored
wait-until-fd-usable into the serve-event block so that it could share timeout hackery. Compiled with efficiency notes & tweaked declarations. Broke serve-event into a couple of functions for readability.
-
ram authored
lisp, and not "lisp".
-
- Jul 15, 1992
-
-
ram authored
Ran spell checker. Fixed various minor formatting problems, especially w.r.t description environments. Updated debugger documentation to describe the prefix-completing command parser (which has been in for quite a while.) Incorporated Paul's suggested improvements in the debugger and aliens chapters. Updated indexing to make much greater use of subindexing.
-
garland authored
forgotten before.
-
garland authored
are available for connecting to other processes.
-
- Jul 14, 1992
-
-
ram authored
-
ram authored
-
ram authored
that is non-locally exited to.
-
wlott authored
Keep a bit more safety and debug-info when #-small.
-
wlott authored
completion of all floating point ops before going on. Also, don't store the floating point value into heap floats inside the pseudo-atomic in case it traps.
-
wlott authored
always requiring labels.
-
wlott authored
called with the segment and posn, not just the posn.
-
- Jul 13, 1992
- Jul 12, 1992
- Jul 11, 1992
- Jul 10, 1992
-
-
ram authored
-
ram authored
-
ram authored
-
ram authored
which control the verbosity of LIST-LOCATIONS. Imroved source file organization. Changed PRINT-FRAME-CALL to print the source if verbosity >= 2 and the source is available. Removed mentions of *current-code-location*, which was only set, never read. Changed source location printing to cache information so that it is much faster when many locations in the same function are printed. The source file is now only printed when the file changes from one printing to the next. The format of LIST-LOCATIONS is now more readable. The number: comes before the form, and consecutive locations with the same souce print as ranges, not as multiple lines. Changes really by hallgren: Added vars/structures/code for breakpoints and steps. Added debugger commands BREAKPOINTS, SBREAKPOINT, RBREAPOINT, LBREAKPOINTS, and STEP. Changed PRINT-FRAME-CALL to print the frame number for use in backtrace. Changed VPRINT and BACKTRACE to call PRINT-FRAME-CALL correctly. Updated the help string for breakpoints and steps.
-
- Jul 09, 1992
- Jul 08, 1992