- Jan 30, 1991
-
-
ram authored
Changed PACKAGE-NAME, and other exported package slots to be %'ed, with an interface stub that accepts package names as well as packages. All uses internal to this file are the %mumbles. This also has the effect of making these accessors externally read-only. Changed SHADOW to accept strings as well as symbols. I believe these changes fix the last X3J13 package cleanups we didn't comply with.
-
ram authored
float traps enabled in saved cores.
-
- Jan 25, 1991
-
-
wlott authored
has it's hack so we don't have to recompile everything.
-
- Jan 22, 1991
-
-
ram authored
-
- Jan 14, 1991
-
-
wlott authored
-
- Jan 13, 1991
-
-
ram authored
simple-bit-vector arguments.
-
wlott authored
-
wlott authored
-
wlott authored
only test required destructured args, and tested them to be conses. Also, use the supplied error-fun to single violations of this, not error. And wrap (the list ...) around the args to calls to length to keep Scott happy.
-
- Jan 12, 1991
- Jan 11, 1991
-
-
wlott authored
-
- Jan 08, 1991
-
-
wlott authored
package.
-
- Jan 05, 1991
-
-
wlott authored
pmax, 'cause it doesn't exist.
-
- Jan 03, 1991
- Dec 19, 1990
- Dec 18, 1990
- Dec 17, 1990
- Dec 15, 1990
-
-
wlott authored
to read.
-
- Dec 14, 1990
-
-
ram authored
timezone arg, thus resulting in some undesirable type inferences.
-
- Dec 12, 1990
-
-
wlott authored
supplies a type of *.
-
wlott authored
-
ram authored
default, the power-of-2 transforms will get a chance to run.
-
wlott authored
-
ram authored
commented them out, cause I decided to do this by frobbing the rounding modes. They might be useful someday. Added %UNARY-ROUND to handle the 1-arg case of round, making it use the new round primitive in the fixnum result case. Fixed %UNARY-TRUNCATE to use open bounds when deciding whether the result is a fixnum, and also to only return one value in the ratio case.
-
- Dec 11, 1990
-
-
ram authored
-
wlott authored
list instead of the first key several times.
-
wlott authored
implemented. Fixed keyword-supplied-p to return T when the keyword is supplied irrespective of what the corresponding value is.
-
ram authored
float exception trapping.
-
wlott authored
instead of repetativly over the first element.
-
wlott authored
unbound-variable and undefined-function.
-
wlott authored
signal conditions, so we can fill in the function name.
-
wlott authored
actually appear in the defmacro expansion instead of it being passed as a closure to helping functions. Also, we don't worry about trying to ever signal continuable errors, 'cause both the interpreter and the compiler are going to pick off all errors with a handler-bind. Errors are signaled as conditions so that we can have wizzy messages and still keep the amount of code in the expansion limited.
-
wlott authored
there is no name.
-
- Dec 07, 1990