- Feb 16, 1992
- Feb 15, 1992
-
-
wlott authored
-
wlott authored
-
wlott authored
Only compile inspect if we have CLX, Hemlock, and PCL.
-
wlott authored
-
wlott authored
-
wlott authored
the routines exported by os.c instead of MACH specific vm_allocate.
-
wlott authored
-
wlott authored
-
wlott authored
instead of building our own table of error messages.
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
are no more alien operators.
-
wlott authored
-
wlott authored
which included commits to RCS files with non-trunk default branches.
-
wlott authored
-
wlott authored
which included commits to RCS files with non-trunk default branches.
-
wlott authored
-
wlott authored
-
wlott authored
-
- Feb 14, 1992
- Feb 13, 1992
-
-
wlott authored
-
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
-
ram authored
-
ram authored
Data sets are represented as hash-tables. File I/O of data sets supported. Cost compensation automatically derived from the template cost of assembly routines. VOP names represented as strings so that we can read data sets on machines with a different VM package name. Support for comparing two data sets.
-
ram authored
-
ram authored
other setf inverses that have silly names.
-
ram authored
-
ram authored
-