- Jun 12, 1991
-
-
chiles authored
Fixed bug in truncation code. We needed to make sure the number buffer for the x argument was one greater than the y buffer. Once we fixed this, due to a better understanding of Knuth, we were able to significantly clean up SHIFT-BIGNUM-TRUNCATE-BUFFERS and BIGNUM-TRUNCATE.
-
- Jun 10, 1991
-
-
chiles authored
Moved EXT:GET-STREAM-COMMAND into this file, so kernel cores could enter the debugger.
-
chiles authored
We fixed a bug in BIGNUM-TRUNCATE-GUESS. Bill had originally written the code to ignore the high digit of three in some calculation, but as it turns out, you really do need to look at that digit in some comparison.
-
- Jun 06, 1991
-
-
ram authored
-
- Jun 05, 1991
- May 29, 1991
-
-
chiles authored
Implemented the EDIT-SOURCE debugger command which gathers source information and gives it to the editor by calling ED::EDIT-SOURCE-LOCATION.
-
- May 28, 1991
- May 27, 1991
-
-
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 24, 1991
- May 23, 1991
- May 22, 1991
-
-
ram authored
handlers list. This prevents recursive entry into reading off of a display when BUFFER-INPUT-WAIT-DEFAULT calls WAIT-UNTIL-FD-USABLE.
-
ram authored
-
ram authored
so that we don't get segment violations on unknown hosts.
-
ram authored
consing and generic arithmetic. Ripped out the vestigial sigmask hackery in serve-event.
-
- May 21, 1991
- May 18, 1991
- May 16, 1991
-
-
ram authored
call OUTPUT-TYPE-OR-LOSE, which uses SUBTYPEP, and guarantees to return one of LIST, STRING, BIT-VECTOR, VECTOR or NIL (the last enabled by an optional.)
-
chiles authored
Modified all the condition reporting methods to FRESH-LINE since error messages did not always end up on their own line when using Hemlock commands to drive a slave in the debugger.
-
- May 15, 1991
- May 14, 1991
-
-
ram authored
correctly. COERCE is still broken.
-
- May 09, 1991
-
-
chiles authored
Fixed an error in the report for for unhandled-conditions. It was recursively trying to print the condition.
-