summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Greg Pfeil [Sat, 26 Jul 2008 13:49:30 +0000]
Fix broken MAKE-THREAD for CMUCL. (from Hans Huebner)
Greg Pfeil [Sat, 26 Jul 2008 13:43:46 +0000]
incremented version
Greg Pfeil [Sat, 26 Jul 2008 13:40:14 +0000]
Only expand default function/macro when there is no platform-specific implementation. (from Hans Huebner)
Greg Pfeil [Sat, 26 Jul 2008 13:38:40 +0000]
Shadowed WITH-TIMEOUT, now that it's exported by LIFT.
Greg Pfeil [Mon, 2 Jun 2008 02:08:27 +0000]
incremented version
Greg Pfeil [Mon, 2 Jun 2008 00:36:16 +0000]
Renamed THREAD-JOIN to JOIN-THREAD (which is the symbol we were exporting anyway).
Stelian Ionescu [Tue, 8 Apr 2008 00:09:26 +0000]
Specify in index.html that bordeaux-threads more or less works on threadless implementations.
Stelian Ionescu [Fri, 4 Apr 2008 14:04:18 +0000]
Add THREAD-JOIN interface and the implementation for SBCL.
Greg Pfeil [Sun, 16 Dec 2007 22:30:18 +0000]
updated version number
Stelian Ionescu [Thu, 13 Dec 2007 15:48:45 +0000]
Remove INLINE declarations.
Stelian Ionescu [Thu, 13 Dec 2007 15:44:25 +0000]
Export symbol TIMEOUT.
Stelian Ionescu [Thu, 13 Dec 2007 12:18:19 +0000]
Add a forgotten bacquote
Greg Pfeil [Wed, 12 Dec 2007 21:35:21 +0000]
updated version number
Stelian Ionescu [Thu, 13 Dec 2007 01:18:19 +0000]
Add WITH-TIMEOUT: native on SBCL, CMUCL and Allegro, emulated elsewhere.
Stelian Ionescu [Thu, 13 Dec 2007 01:15:42 +0000]
Add THREAD-SUPPORT feature when the host implementation supports threads.
Greg Pfeil [Wed, 12 Dec 2007 21:31:55 +0000]
Finished conversion from methods to functions with defaults (Stelian Ionescu <sionescu@common-lisp.net>)
Greg Pfeil [Wed, 12 Dec 2007 21:30:00 +0000]
Added FIXME for missing functionality in ECL (Stelian Ionescu <sionescu@common-lisp.net>)
Greg Pfeil [Wed, 12 Dec 2007 21:29:02 +0000]
Added threads check for ECL (Stelian Ionescu <sionescu@common-lisp.net>)
Greg Pfeil [Sun, 9 Dec 2007 21:06:18 +0000]
Centralized loading and checking of impl-specific thread libraries (Stelian Ionescu <sionescu@common-lisp.net>)
Greg Pfeil [Sun, 9 Dec 2007 20:48:54 +0000]
Minor formatting change to copyright message (Stelian Ionescu <sionescu@common-lisp.net>)
Greg Pfeil [Mon, 26 Nov 2007 17:24:15 +0000]
updated version
Greg Pfeil [Mon, 26 Nov 2007 17:21:38 +0000]
Changed make-mp-support-error calls to make-threading-support-error
Apparently a bad reversion while resolving some repo conflicts.
Greg Pfeil [Mon, 26 Nov 2007 02:32:59 +0000]
Updated version
Greg Pfeil [Mon, 26 Nov 2007 02:29:21 +0000]
Resolved conflicts.
Greg Pfeil [Mon, 26 Nov 2007 00:30:01 +0000]
Shuffled around definitions to eliminate redefinition warnings.
Greg Pfeil [Mon, 26 Nov 2007 00:24:51 +0000]
Fixed a typo in mcl.lisp
Greg Pfeil [Sun, 21 Oct 2007 19:04:34 +0000]
Improved handling of unthreaded SBCL.
Greg Pfeil [Sun, 21 Oct 2007 14:58:10 +0000]
Added contributor list.
Greg Pfeil [Sun, 21 Oct 2007 14:37:50 +0000]
Fixed CMU implementation, based on patch submitted by Vladimir Sekissov.
Greg Pfeil [Wed, 17 Oct 2007 03:09:06 +0000]
Updated the version number to the _correct_ version.
Greg Pfeil [Wed, 17 Oct 2007 03:08:15 +0000]
updated the version number
Greg Pfeil [Tue, 16 Oct 2007 22:30:56 +0000]
Added documentation to THREAD-ALIVE-P.
Greg Pfeil [Tue, 16 Oct 2007 22:14:35 +0000]
Changed BORDEAUX-MP to BORDEAUX-THREADS in documentation.
Greg Pfeil [Tue, 16 Oct 2007 22:11:35 +0000]
Added THREAD-ALIVE-P
Greg Pfeil [Tue, 16 Oct 2007 02:24:18 +0000]
Corrected name of method from destroy-process to destroy-thread.
Greg Pfeil [Tue, 16 Oct 2007 02:23:38 +0000]
Added location of Armed Bear threading implementation.
Greg Pfeil [Tue, 10 Apr 2007 04:03:07 +0000]
Incremented version for copyright addition.
Greg Pfeil [Tue, 10 Apr 2007 04:01:22 +0000]
Added license file.
Pierre Thierry [Sat, 31 Mar 2007 19:00:36 +0000]
Copyright and license notices
Added a file containing the MIT license and a copyright and license notice in
each source file
Attila Lendvai [Wed, 23 Aug 2006 16:15:24 +0000]
Make it usable on non-threaded lisps like clisp
Exported *supports-threads-p* so that apps can check that variable.
Some other small changes to make it load and 'work' on clisp.
Greg Pfeil [Fri, 16 Jun 2006 01:50:49 +0000]
tested on SBCL-0.9.13 on Linux/x86
Greg Pfeil [Thu, 15 Jun 2006 17:20:13 +0000]
Removed SBCL 0.9.11 row, since it's now old and hasn't been tested anyway.
Greg Pfeil [Thu, 15 Jun 2006 17:13:16 +0000]
Manually tested ABCL, and made some changes to fix it.
* ABCL's version of ASDF doesn't support :serial;
* EXT:MAKE-THREAD-LOCK appears to be a thunk; and
* EXT:THREAD-LOCK doesn't return T on success.
Greg Pfeil [Thu, 15 Jun 2006 07:13:30 +0000]
Tested on Allegro-8.0-Darwin/PPC
Greg Pfeil [Thu, 15 Jun 2006 06:40:16 +0000]
Changed platform support to a matrix and added Allegro-Darwin/x86 info.
Greg Pfeil [Thu, 15 Jun 2006 05:55:46 +0000]
Add negative test case for threadp
Greg Pfeil [Thu, 15 Jun 2006 05:55:12 +0000]
fixed defpackage form, :nickname -> :nicknames
Greg Pfeil [Thu, 8 Jun 2006 07:09:15 +0000]
Improved ArmedBear support.
Greg Pfeil [Thu, 8 Jun 2006 06:07:11 +0000]
Added download information.
Greg Pfeil [Thu, 8 Jun 2006 03:30:35 +0000]
Manually ran tests on ECL darwin/ppc to get results.
Greg Pfeil [Thu, 8 Jun 2006 03:24:34 +0000]
Added a couple more ENSUREs to the tests.
Greg Pfeil [Thu, 8 Jun 2006 03:24:04 +0000]
Fixes for LispWorks. It now passes all tests.
Greg Pfeil [Thu, 8 Jun 2006 02:06:14 +0000]
more detailed test results.
Greg Pfeil [Tue, 6 Jun 2006 16:25:01 +0000]
Added link to docs, and table rows for Darwin/x86 results.
Greg Pfeil [Tue, 6 Jun 2006 02:52:06 +0000]
Initial version of bordeaux-threads.