0.8.1.26:
authorAlexey Dejneka <adejneka@comail.ru>
Mon, 7 Jul 2003 13:26:49 +0000 (13:26 +0000)
committerAlexey Dejneka <adejneka@comail.ru>
Mon, 7 Jul 2003 13:26:49 +0000 (13:26 +0000)
        * tests of sb-bsd-sockets: SOCKET-ERROR is not exported.

contrib/sb-bsd-sockets/tests.lisp
version.lisp-expr

index f96e82a..eea023a 100644 (file)
@@ -140,7 +140,7 @@ Tests are in the file <tt>tests.lisp</tt> and also make good examples.
       (finish-output)
       (handler-case
           (socket-connect s "/dev/log")
-        (socket-error ()
+        (sb-bsd-sockets::socket-error ()
           (setq s (make-instance 'local-socket :type :stream))
           (format t "failed~%Retrying with ~A... " s)
           (finish-output)
index b6d16fa..695a9d7 100644 (file)
@@ -17,4 +17,4 @@
 ;;; 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".)
-"0.8.1.25"
+"0.8.1.26"