- Oct 16, 2000
-
-
dtc authored
-
- Aug 25, 2000
-
-
pw authored
-
- Aug 24, 2000
-
-
pw authored
than using *terminal-io*. This lets debugger work even if someone binds *terminal-io* to an output only stream and then enters the debugger.
-
- Jun 19, 2000
-
-
dtc authored
fixnum which was only around 500Meg, as noted by Martin Cracauer.
-
- Dec 04, 1999
-
-
dtc authored
-
- Sep 04, 1999
-
-
dtc authored
-
- Jan 22, 1999
-
-
pw authored
where the user buffer was bigger than the stream buffer and the eof-error-p argument was NIL.
-
- Jan 15, 1999
-
-
dtc authored
which is handled by the type checking and was being flushed anyway.
-
- Dec 19, 1998
-
-
dtc authored
Based on patches from Peter Van Eynde.
-
- Jul 16, 1998
-
-
pw authored
in calls to error. From Douglas.
-
- Jul 14, 1998
-
-
pw authored
in various calls to ERROR. Those easily handled by using new condition types simple-file-error and simple-program-error are included. The only functional change here is that the function CHARACTER no longer accepts an integer argument so as to be ANSI compliant. This may break some code.
-
- May 04, 1998
-
-
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.
-
- Jan 04, 1998
-
-
dtc authored
stream input blocking when there are other runnable processes.
-
- Dec 27, 1997
-
-
dtc authored
descriptor to an (unsigned-byte 32) and thus limited this code to file descriptors less than 32, this was probably done to limit consing. Replace these with unix-fast-select, allowing the use of file descriptors upto fd-setsize (doesn't cons). Tested with over 128 FDs running CL-HTTP on FreeBSD.
-
- Mar 25, 1997
-
-
dtc authored
-
- Feb 25, 1997
-
-
dtc authored
-
- Jan 18, 1997
-
-
ram authored
-
- May 07, 1996
-
-
ram authored
type correct for signed operands, thus didn't consistently work.
-
- Oct 31, 1994
-
-
ram authored
-
- Oct 02, 1994
-
-
ram authored
-
- Aug 23, 1994
-
-
ram authored
-
- Feb 11, 1994
-
-
cvs2git authored
-
- Jan 08, 1994
-
-
ram authored
than the requested number of bytes when eof-error-p is NIL and that is what unix-read read.
-
- Jan 06, 1994
-
-
ram authored
returns less than we wanted. Also, fix the case of small reads with an empty buffer not to leave garbled buffer pointers if we have to do more than one read.
-
- Aug 30, 1993
-
-
ram authored
-
- Aug 04, 1993
- Jun 24, 1993
- Jun 08, 1993
-
-
wlott authored
-
- Feb 26, 1993
-
-
ram authored
-
- Feb 17, 1993
-
-
ram authored
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Dec 10, 1992
-
-
ram authored
misc method.
-
- Mar 09, 1992
-
-
wlott authored
-
- Feb 21, 1992
-
-
wlott authored
-
- Feb 14, 1992
-
-
wlott authored
-
- Dec 16, 1991
-
-
wlott authored
-
- Dec 07, 1991
-
-
wlott authored
-