Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv27505
Modified Files:
Tag: lutex-branch
version.lisp-expr
Log Message:
0.9.12.26.lutex-branch.36
* Added a mutex lock for i386_set_ldt calls. Seems to fix kernel
panics on Darwin. timer.impure.lisp now passes, but we still fail
with some sort of memory corruption in threads.impure.lisp.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2745.2.37
retrieving revision 1.2745.2.38
diff -u -d -r1.2745.2.37 -r1.2745.2.38
--- version.lisp-expr 16 May 2006 16:33:15 -0000 1.2745.2.37
+++ version.lisp-expr 16 May 2006 20:44:12 -0000 1.2745.2.38
@@ -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.35"
+"0.9.12.26.lutex-branch.36"
|