- Nov 07, 1990
- Nov 06, 1990
- Nov 05, 1990
- Nov 03, 1990
- Oct 27, 1990
-
-
wlott authored
-
- Oct 25, 1990
- Oct 24, 1990
- Oct 23, 1990
-
-
wlott authored
-
wlott authored
to keep fixup-code-object happy.
-
wlott authored
Moved fixup-code-object to the machine specific file.
-
wlott authored
defparameter %fasl-code-format, 'cause it's no longer needed. (The loader used vm:target-fasl-file-implementation and -version directly now.)
-
wlott authored
-
- Oct 22, 1990
-
-
wlott authored
out the debugging print stuff from reinit.
-
- Oct 18, 1990
-
-
ram authored
functions under (space 0) so that the stubs will be inline expanded. Changed some uses of INTEGER-DECODE-FLOAT to FLOAT-SIGN, since only the sign was being used. Note that EXPT is broken, since (expt -2.0 0.5) should be a complex, not 0.
-
- Oct 17, 1990
-
-
ram authored
about required keyword argument defaults.
-
ram authored
DD when the redefinition is not incompatible. This precents recompiling and loading of DEFSTRUCT STREAM from blowing the system out of the water, etc.
-
ram authored
SIMPLE-STRING when they aren't.
-
ram authored
Changed nsubstitute-if to declare the :END arg as fixnum after defaulting. Somehow managed to stop myself from rewriting the entire file.
-
ram authored
illegal value NIL.
-
ram authored
since that's what the slot is declared to be. Also, check for variable size element type before creating the field-info, since the field-info-size must be an integer.
-
- Oct 16, 1990
-
-
wlott authored
the core, but not in the compiler.
-
- Oct 15, 1990
-
-
wlott authored
-
ram authored
incompatibly redefined, signalling a correctable error. If proceeded, we FMAKUNBOUND the old accessors. Also, %DEFSTRUCT is now responsible for updating the INCLUDED-BY slot for the DEFINED-STRUCTURE-INFO, since the compiler's STRUCTURE-INFO may not be EQ. I also moved %DEFSTRUCT to be beginning of the DEFMACRO expansion. It was previously at the end, which caused %%COMPILER-DEFSTRUCT to create FUNCTION KIND and WHERE-FROM entries for the slot accessors. If they are defined as functions in the global environment, then it just lets the default expression for these info types realize that they are functions. With any luck, this won't cause any horrible bootstrapping problems.
-
- Oct 14, 1990
- Oct 13, 1990