- May 15, 1998
-
-
dtc authored
-
- May 13, 1998
- May 11, 1998
- May 09, 1998
- May 08, 1998
- May 07, 1998
-
-
pw authored
of a signal (SIGCHLD) occurring while waiting on select in which case it used the untouched descriptor mask bits as if they were valid. This caused the server to hang after two applications were run. Seems to be only a problem on BSD as the Solaris version did not exhibit this.
-
- May 06, 1998
-
-
pw authored
-
- May 05, 1998
-
-
pw authored
testing it. This extra work now adds the missing close paren so the thing actually compiles without error.
-
pw authored
argument in a place where boolean was declared. Bug noticed and suggested fix by Fred Gilham.
-
dtc authored
-
dtc authored
with-out-stream macros incorrectly replaced in the recent Gray stream changes.
-
dtc authored
is greater than those available, copy all those available and return the number copied; it had been simply returning Nil or generating an end-of-file error without coping any bytes. This enables read-sequence to once again use the n-bin method on string streams; remove the hack restriction. Also fix an error in the returned element index for the case in which the start index is not zero.
-
- May 04, 1998
-
-
pw authored
from defpackage. Hopefully I got it right this time.
-
dtc authored
* Rename the 'stream structure class to sys:lisp-stream. * Add a new none hierarchical 'stream built-in class which inherits from: instance, t. * Hack in the new stream class as a mixin for the structure base lisp-stream class which now inherits from: stream, structure-object, instance, t. * Add a new 'fundamental-stream standard-class which includes 'stream as a mixin, and add PCL hacks to allow this to be redefined after PCL is loaded to be (defclass fundamental-stream (standard-object stream) ...). * Add appropriate support to the base stream functions to dispatch to the Gray stream functions for the handling of fundamental-streams. Some of the lisp-streams encapsulating CLOS streams still need a little work.
-
dtc authored
if there is any associated with its respective PCL class.
-
dtc authored
reports be sent to cmucl-imp@cons.org.
-
dtc authored
do-all-symbols macros within a tagbody; problem noted by Paul Dietz.
-
- May 01, 1998
-
-
pw authored
-
pw authored
Some bitrot in previous error checking logic removed. DO-SYMBOLS fixed so that external symbols interned from other packages are operated on (needed STRING= :test in MEMBER).
-
dtc authored
support for glibc2.
-
dtc authored
Add the 'string type declaration to the PCL *variable-declarations-without-argument*.
-
dtc authored
-
dtc authored
-
- 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.
-