- Aug 30, 1991
- Aug 23, 1991
-
-
ram authored
when it isn't.
-
- Aug 22, 1991
- Aug 21, 1991
-
-
ram authored
that interpreting references to constants in the compiler environment works better.
-
- Aug 13, 1991
-
-
ram authored
-
- Aug 12, 1991
-
-
chiles authored
-
- Aug 07, 1991
-
-
chiles authored
Modified DESCRIBE-FUNCTION-COMPILED and DESCRIBE-SYMBOL to print function and macro doc strings before arg and result info.
-
- Jul 30, 1991
-
-
wlott authored
-
- Jul 26, 1991
-
-
chiles authored
Lots of changes to the time parsing and printing extensions including bug fixes.
-
- Jul 25, 1991
- Jul 22, 1991
-
-
ram authored
-
- Jul 18, 1991
-
-
ram authored
incorrect and questionably optimal optimization of printing package qualifiers.
-
- Jul 14, 1991
-
-
wlott authored
T to keep the reader from barfing on stuff that will no longer read (e.g. #.foo in the wrong package, etc.).
-
- Jul 11, 1991
- Jul 08, 1991
- Jun 17, 1991
- 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