- Feb 21, 1992
- Feb 20, 1992
- Feb 19, 1992
-
-
wlott authored
inline.
-
wlott authored
-
ram authored
benefit of GET-BYTES-CONSED.
-
ram authored
:load-if-source-newer :compile case, the pathname is the source file.
-
wlott authored
-
wlott authored
for things we need to take the address of. Otherwise, just pass in the argument.
-
wlott authored
them with ``default:''.
-
- Feb 18, 1992
-
-
ram authored
declaration at the head of the body doesn't do it.
-
wlott authored
list in lookup-host-entry, so it wasn't working.
-
ram authored
-
wlott authored
pointer before calling UNIX-READ, because UNIX-READ no longer does it for us. Also, wrap it with a WITHOUT-GCING so that the garbage collector doesn't get confused.
-
wlott authored
-
wlott authored
-
wlott authored
INTERFACE-COOKIE* start up with known values instead of whatever the last cold loaded file left them as.
-
- Feb 17, 1992
-
-
wlott authored
string, but instead stage through the a stack alien. This way, we can handle GCing if the read is interrupted.
-
- Feb 16, 1992
- Feb 15, 1992
- Feb 14, 1992
- Feb 13, 1992
-
-
wlott authored
-
ram authored
support for wild pathnames in load. Improved handling of nonexistent files, in particular, don't always assume that missing files are source files. Added condition restarts for missing files. Improved formatting of error and warning messages. When *LOAD-VERBOSE* print just the file name if we can get it, instead of always printing the stream.
-
wlott authored
-
ram authored
*LOAD-PATHNAME* and *LOAD-PRINT*. As per ANSI, bind *READTABLE* to itself to make assignments file-local. Added new variables EXT:*SOURCE-FILE-TYPES* and EXT:*OBJECT-FILE-TYPES*. When no file type is specified, LOAD tries the types in these lists to locate the source and object files. LOAD now recognizes source types "l", "cl" and "lsp" in addition to "lisp". We now bind *LOAD-PRINT*, *LOAD-VERBOSE* and EXT:*LOAD-IF-SOURCE-NEWER* conditionally depending (via PROGV) on whether they corresponding argument is actually specified. This allows these variables to be altered by load (such as of an init file.) The compiler OPTIMIZE policy is now bound during load, so proclamations in a file don't leave the global policy clobbered when the load is finished. Changed the :IF-SOURCE-NEWER option to signal an error and use restarts, rather than PROMPT-FOR-Y-OR-N. Fixed the load source case to actually load the source, rather than loading the object as a source file...
-
ram authored
-