[closure-cvs] CVS closure
dlichteblau
dlichteblau at common-lisp.net
Sun Dec 31 15:42:40 UTC 2006
Update of /project/closure/cvsroot/closure
In directory clnet:/tmp/cvs-serv11810
Modified Files:
INSTALL closure.asd
Log Message:
Use Bordeaux Threads for all threading primitives, so that non-GUI parts of
Closure don't have to depend on CLIM anymore.
- Removed all mp/ functions from glisp.
- Use condition variables instead of process-wait.
--- /project/closure/cvsroot/closure/INSTALL 2006/12/29 22:09:37 1.4
+++ /project/closure/cvsroot/closure/INSTALL 2006/12/31 15:42:40 1.5
@@ -17,10 +17,11 @@
[Debian package gif2png]
- 4. McCLIM, Closure XML, and their dependencies
+ 4. McCLIM, Closure XML, Bordeaux Threads, and their dependencies
[ http://common-lisp.net/project/mcclim/
- http://common-lisp.net/project/cxml/ ]
+ http://common-lisp.net/project/cxml/
+ http://common-lisp.net/project/bordeaux-threads/ ]
Compile closure using ASDF: Register closure.asd in your central
--- /project/closure/cvsroot/closure/closure.asd 2006/12/31 13:11:44 1.11
+++ /project/closure/cvsroot/closure/closure.asd 2006/12/31 15:42:40 1.12
@@ -86,7 +86,8 @@
(asdf:defsystem closure
:depends-on (:clim
:clim-clx
- :glisp)
+ :glisp
+ :bordeaux-threads)
:default-component-class closure-source-file
:components
((:module src
More information about the Closure-cvs
mailing list