* "a socket" instead of "a constant string". It might be worth while
to actually make this based on the socket-name and -peername,
though.
;;;; -*- coding: utf-8; -*-
+changes in sbcl-1.0.7 relative to sbcl-1.0.6:
+ * enhancement: name of a socket-stream is now "a socket" instead of
+ "a constant string".
+
changes in sbcl-1.0.6 relative to sbcl-1.0.5:
* new contrib: sb-cover, an experimental code coverage tool, is included
as a contrib module.
(unless stream
(setf stream (apply #'sb-sys:make-fd-stream
(socket-file-descriptor socket)
- :name "a constant string"
+ :name "a socket"
:dual-channel-p t
args))
(setf (slot-value socket 'stream) stream)
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.6"
+"1.0.6.1"