Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv16366
Modified Files:
Tag: lutex-branch
version.lisp-expr
Log Message:
0.9.12.26.lutex-branch.39:
Quit pretending that lutexes are futexes, and implement the
Lisp-side waitqueues and mutexes as thinner wrappers around the
pthread equivalents.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2745.2.40
retrieving revision 1.2745.2.41
diff -u -d -r1.2745.2.40 -r1.2745.2.41
--- version.lisp-expr 18 May 2006 22:35:00 -0000 1.2745.2.40
+++ version.lisp-expr 18 May 2006 22:39:58 -0000 1.2745.2.41
@@ -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.12.26.lutex-branch.38"
+"0.9.12.26.lutex-branch.39"
|