- May 01, 1998
- Apr 27, 1998
-
-
pw authored
Fix for read-stream; can only use read-n-bytes to read into simple-strings on fd-streams. Noted by Paul Dietz. Fix from Douglas.
-
- Apr 24, 1998
-
-
pw authored
-
- Apr 20, 1998
-
-
pw authored
with the ANSI spec. A default report method is attached to the serious-condition class and many of the uses of (error "string" arg..) in filesys.lisp and package.lisp were changed to use, for example, (error 'file-error :format-control "string" :format-arguments (list stuff)) The end result is no obvious change to what the user sees, and enables one to establish a handler to catch the particular error type as mentioned in the "Exceptional Situations:" section of the CLHS write-ups. There probably are still some places where the error types need to be fixed. Also, a bug in with-package-iterator which caused failure with a null package-use-list was fixed, and some file functions (like truename and probe-file) now disallow a wild pathname.
-
- Apr 17, 1998
-
-
dtc authored
before calling force-cache-flushes as this in turn calls update-lisp-class-layout which need the cpl to correctly setup the layout inherits.
-
dtc authored
which is a little better than Nil which is a subtype of everything.
-
dtc authored
however #: no long produces an error and now yields #:||.
-
- Apr 15, 1998
-
-
dtc authored
-
- Apr 14, 1998
-
-
pw authored
rename-package, find-all-symbols, apropos and apropos-list. This needed for ANSI compliance.
-
- Apr 10, 1998
- Apr 09, 1998
-
-
dtc authored
Enhancements including a CLX menu, rewrite of the greynetic demo, and other fixes by Fred Gilham.
-
- Apr 08, 1998
-
-
pw authored
-
- Apr 07, 1998
- Apr 06, 1998
- Apr 03, 1998
- Mar 31, 1998
-
-
pw authored
conditionalized by #-long-float resulting in compilation failing due to undefined storage class. This changes the constraint to double-reg.
-
- Mar 30, 1998
- Mar 28, 1998
-
-
pw authored
error processing (should have noticed earlier, dang!). This change puts back the missing parts.
-
- Mar 27, 1998
- Mar 26, 1998
-
-
pw authored
-
pw authored
copy-symbol with non-nil optional arg now copies function and value slots along with a copy of property list. gensym now uses current value of *gensym-counter* by default. *gensym-counter* is only incremented if its value is used for the new symbol name.
-
pw authored
with alien package. Will need a re-think.
-
pw authored
as required by ANSI spec.
-
pw authored
Also export BOOLEAN from :common-lisp as required by ANSI spec.
-
pw authored
now signals that condition as required by ANSI spec.
-
pw authored
-
pw authored
-
- Mar 21, 1998
-
-
dtc authored
-