0.9.11.41:
authorAlexey Dejneka <adejneka@comail.ru>
Thu, 20 Apr 2006 07:53:22 +0000 (07:53 +0000)
committerAlexey Dejneka <adejneka@comail.ru>
Thu, 20 Apr 2006 07:53:22 +0000 (07:53 +0000)
        * Repair RUN-PROGRAM on Linux.

src/code/run-program.lisp
version.lisp-expr

index 5b6c87c..e4eb5ae 100644 (file)
   `(without-interrupts
     (sb-thread:with-mutex (*active-processes-lock*)
       ,@body))
+  #+win32
   `(progn ,@body))
 
 (defstruct (process (:copier nil))
index 5732388..1f7dc93 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.9.11.40"
+"0.9.11.41"