- Apr 22, 1991
- Apr 21, 1991
-
-
ram authored
trigger page protections whenever it changes the lisp *GC-TRIGGER*. This should prevent problems with GC never happening when the reclaim goal is increased. Also, merged Bill's fix from the old system whereby we only frob *GC-INHIBIT* related to the inhibit hook when the hook returns T. And I changed the default before&after hooks to not beep unless *GC-VERBOSE* is :BEEP, which is *not* the default.
-
- Apr 20, 1991
-
-
ram authored
Also, added :OPTIMIZE and :OPTIMIZE-INTERFACE for changing the "global" compilation policy within the dynamic extent. Added :CONTEXT-DECLARATIONS, which provides a way to insert declarations conditional on pattern mathcing of the context in which the definition appears. So you can compiler all external functions safe, or whatever.
-
- Apr 19, 1991
-
-
ram authored
its name to CODE-BREAKDOWN. Added a bunch of functions for finding the indegree and outdegree of nodes in the call graph (i.e. how many times functions are called, and how many calls functions make.) Also added some stuff that uses Scott's histogram package (in the library) this is #+NIL so that it will compile without. See MEMORY-HISTOGRAM which can print various histograms of object statistics.
-
- Apr 16, 1991
- Apr 14, 1991
- Apr 13, 1991
-
-
wlott authored
-
- Apr 09, 1991
- Apr 06, 1991
-
-
wlott authored
assuming that everyone is going to use the same pathname type that we use. Also, when the given filename doesn't exist and doesn't have a type, try ``fasl'' in addition to the machine specific fasl file type. Also added a *load-depth* special that load maintains as the number of times load recurses. The various people who print semicolons at the beginning of the line now print this many semicolons instead of always printing one.
-
- Mar 25, 1991
-
-
chiles authored
screen specified by the user before returning the display.
-
- Mar 23, 1991
-
-
wlott authored
-
- Mar 20, 1991
- Mar 19, 1991
- Mar 17, 1991
-
-
wlott authored
Added ``DESCRIPTOR-VS-NON-DESCRIPTOR-STORAGE'' that determines how much memory is used for descriptor and non-descriptor storage so that you can tell what the impact of different sized pointers would be.
-
wlott authored
notify messages and state updates don't get seperated from the actual gc.
-
- Mar 14, 1991
-
-
ram authored
-
- Mar 13, 1991
-
-
wlott authored
have been removed. Otherwise, if you rename a package to be one of it's nicknames, then the entry for that package will be lost when the nickname entry is removed.
-
- Mar 12, 1991
- Mar 08, 1991
-
-
ram authored
-
- Mar 07, 1991
-
-
wlott authored
can return to the debugger after read-errors.
-
- Mar 04, 1991
- Feb 28, 1991
- Feb 25, 1991
- Feb 24, 1991
-
-
ram authored
-
- Feb 14, 1991
-
-
ram authored
.../systems-work/code/char.lisp, 20-Jun-90 14:25:00, Edit by Chiles. I changed STANDARD-CHAR-P to no longer return t for #\return.
-
ram authored
I fixed READ-QUOTE to call READ with t for eof-errorp which it previously failed to do. I fixed READ-PRESERVING-WHITESPACE to no longer screw with eof-errorp based on recursivep; this was a blatant bug probably from some misinterpretation of the manual years ago. I also cleaned up the code.
-
ram authored
Fixed a bug in Y-OR-N-P. It was calling WHITESPACEP on a symbol. .../systems-work/code/query.lisp, 03-May-90 14:49:56, Edit by Chiles. Fixed doc-string on Y-OR-N-P.
-