projects/bordeaux-threads/bordeaux-threads.git
11 months agoRelease 0.8.2 v0.8.2
Stelian Ionescu [Fri, 1 Jun 2012 19:17:41 +0000] 
Release 0.8.2

13 months agoLispworks: adjustments for 6.1
Kamil Shakirov [Tue, 17 Apr 2012 13:55:19 +0000] 
Lispworks: adjustments for 6.1

13 months agoAllegro: fix call to MAKE-LOCK
Stelian Ionescu [Mon, 26 Mar 2012 18:51:43 +0000] 
Allegro: fix call to MAKE-LOCK

13 months agoAllegro: move thread functions after locking functions
Stelian Ionescu [Mon, 26 Mar 2012 14:36:53 +0000] 
Allegro: move thread functions after locking functions

13 months agoAllegro: capture a thread's return value and return it from JOIN-THREAD
Stelian Ionescu [Sun, 25 Mar 2012 23:20:28 +0000] 
Allegro: capture a thread's return value and return it from JOIN-THREAD

Bug reported by Mizumaru Kiyoshi

18 months agoAdd description keyword to ASDF system
Stelian Ionescu [Wed, 16 Nov 2011 17:24:34 +0000] 
Add description keyword to ASDF system

21 months agoAdd README
Stelian Ionescu [Tue, 2 Aug 2011 22:35:27 +0000] 
Add README

21 months agoVersion 0.8.1 v0.8.1
Stelian Ionescu [Tue, 2 Aug 2011 22:21:48 +0000] 
Version 0.8.1

2 years agoABCL: implement condition variables
Mark Evenson [Thu, 7 Apr 2011 17:06:50 +0000] 
ABCL: implement condition variables

2 years agoABCL: reimplement locks based on java.util.concurrent.locks.ReentrantLock
Mark Evenson [Thu, 7 Apr 2011 17:06:11 +0000] 
ABCL: reimplement locks based on java.util.concurrent.locks.ReentrantLock

2 years agoABCL: import a few symbols from package JAVA
Stelian Ionescu [Wed, 23 Feb 2011 12:29:32 +0000] 
ABCL: import a few symbols from package JAVA

2 years agoCosmetic fix
Stelian Ionescu [Wed, 23 Feb 2011 12:28:41 +0000] 
Cosmetic fix

2 years agoABCL: Fix THREAD-YIELD
Mark Evenson [Sat, 19 Feb 2011 21:56:06 +0000] 
ABCL: Fix THREAD-YIELD

2 years agoABCL: Fix DEFTYPE THREAD
Mark Evenson [Sat, 19 Feb 2011 21:52:40 +0000] 
ABCL: Fix DEFTYPE THREAD

2 years agoReorder #+ clauses that define THREAD-SUPPORT to match DEFSYSTEM
Stelian Ionescu [Fri, 14 Jan 2011 17:11:19 +0000] 
Reorder #+ clauses that define THREAD-SUPPORT to match DEFSYSTEM

2 years agoFix compilation on implementations which don't support threads
Stelian Ionescu [Fri, 14 Jan 2011 17:07:34 +0000] 
Fix compilation on implementations which don't support threads

Thanks to Kilian Sprotte for reporting this.

2 years agoRemove warning about threads not being supported
Stelian Ionescu [Thu, 4 Nov 2010 12:09:49 +0000] 
Remove warning about threads not being supported

2 years agoNew development cycle
Stelian Ionescu [Sat, 2 Oct 2010 13:37:32 +0000] 
New development cycle

2 years agoVersion 0.8.0 v0.8.0
Stelian Ionescu [Sat, 2 Oct 2010 13:33:27 +0000] 
Version 0.8.0

2 years agoAdd support for ECL 10.7.1
Kamil Shakirov [Mon, 23 Aug 2010 22:22:44 +0000] 
Add support for ECL 10.7.1

2 years agoUpdate ABCL implementation
Mahmud Mohamed [Fri, 20 Aug 2010 22:19:11 +0000] 
Update ABCL implementation

2 years agoFix LispWorks6 implementation
Ryan Hope [Wed, 18 Aug 2010 20:03:13 +0000] 
Fix LispWorks6 implementation

2 years agoSwitch test suite to FiveAM
Phil Hargett [Wed, 4 Aug 2010 13:40:38 +0000] 
Switch test suite to FiveAM

2 years agoUpdate ABCL implementation to 0.20.0
Stelian Ionescu [Sun, 30 May 2010 10:25:54 +0000] 
Update ABCL implementation to 0.20.0

3 years agoRemove :joinable-p from %MAKE-THREAD on Clisp, upstream made all threads joinable.
Stelian Ionescu [Mon, 15 Feb 2010 22:22:00 +0000] 
Remove :joinable-p from %MAKE-THREAD on Clisp, upstream made all threads joinable.

3 years agoFix MAKE-THREAD on Clisp.
Stelian Ionescu [Mon, 15 Feb 2010 14:45:55 +0000] 
Fix MAKE-THREAD on Clisp.

3 years agoStyle fix.
Stelian Ionescu [Mon, 15 Feb 2010 13:53:09 +0000] 
Style fix.

3 years agoFix docstring of MAKE-THREAD.
Stelian Ionescu [Mon, 15 Feb 2010 13:51:15 +0000] 
Fix docstring of MAKE-THREAD.

3 years agoRemove own implementation of JOIN-THREAD for Clisp following latest HEAD.
Stelian Ionescu [Mon, 15 Feb 2010 13:50:49 +0000] 
Remove own implementation of JOIN-THREAD for Clisp following latest HEAD.

3 years agoAdd DYNAMIC-EXTENT declarations to INTERRUPT-THREAD args for ClozureCL and MCL.
James Anderson [Sun, 14 Feb 2010 20:32:07 +0000] 
Add DYNAMIC-EXTENT declarations to INTERRUPT-THREAD args for ClozureCL and MCL.

3 years agoFix DEFTYPE THREAD for MCL.
James Anderson [Sun, 14 Feb 2010 20:30:37 +0000] 
Fix DEFTYPE THREAD for MCL.

3 years agoImplement ACQUIRE-LOCK and RELEASE-LOCK for MCL.
James Anderson [Sun, 14 Feb 2010 20:30:09 +0000] 
Implement ACQUIRE-LOCK and RELEASE-LOCK for MCL.

3 years agoAdd external function START-MULTIPROCESSING.
Stelian Ionescu [Sat, 6 Feb 2010 01:16:07 +0000] 
Add external function START-MULTIPROCESSING.

3 years agoDon't call MP:INITIALIZE-MULTIPROCESSING at load-time on Lispworks.
Stelian Ionescu [Sat, 6 Feb 2010 00:57:38 +0000] 
Don't call MP:INITIALIZE-MULTIPROCESSING at load-time on Lispworks.

3 years agoAdd recursive locks for Lispworks.
Matt Lamari [Sat, 6 Feb 2010 00:02:42 +0000] 
Add recursive locks for Lispworks.

3 years agoStyle fix.
Stelian Ionescu [Fri, 5 Feb 2010 23:42:14 +0000] 
Style fix.

3 years agoAdd native implementation of condition variables for Lispworks 5.
Matt Lamari [Wed, 20 Jan 2010 22:34:36 +0000] 
Add native implementation of condition variables for Lispworks 5.

3 years agoAdd condition variable wrappers for Lispworks 6.
Stelian Ionescu [Wed, 20 Jan 2010 22:32:55 +0000] 
Add condition variable wrappers for Lispworks 6.

3 years agoFixes for MCL.
Chun Tian (binghe) [Wed, 20 Jan 2010 21:53:23 +0000] 
Fixes for MCL.

3 years agoFix .asd file: compile default-implementation.lisp after condition-variables.lisp
Stelian Ionescu [Wed, 20 Jan 2010 21:40:22 +0000] 
Fix .asd file: compile default-implementation.lisp after condition-variables.lisp

3 years agoINTERRUPT-THREAD now takes &REST args to be passed to the interrupt function.
Stelian Ionescu [Wed, 20 Jan 2010 20:39:00 +0000] 
INTERRUPT-THREAD now takes &REST args to be passed to the interrupt function.

Where the native functions does not take &REST args, a dynamic-extent
closure is consed.

3 years agoAdd type THREAD.
Stelian Ionescu [Wed, 20 Jan 2010 19:51:20 +0000] 
Add type THREAD.

3 years agoMinor cleaning of .asd files.
Tobias C Rittweiler [Wed, 13 Jan 2010 21:36:50 +0000] 
Minor cleaning of .asd files.

  * Remove BT-SYSTEM package while preserving LOADability
    of .asd files.

  * Move test suite related bits from BT's TEST-OP to new
    BT-TEST's TEST-OP.

  * Make BT's TEST-OP simply invoke BT-TEST's TEST-OP.

3 years agoMake version.lisp-expr reflect the release of 0.7.0
Stelian Ionescu [Fri, 25 Dec 2009 01:30:30 +0000] 
Make version.lisp-expr reflect the release of 0.7.0

3 years agoVersion 0.7.0 Version_0_7_0
Stelian Ionescu [Fri, 25 Dec 2009 01:24:00 +0000] 
Version 0.7.0

3 years agoFix test DEFAULT-SPECIAL-BINDINGS.
Stelian Ionescu [Fri, 25 Dec 2009 00:30:29 +0000] 
Fix test DEFAULT-SPECIAL-BINDINGS.

3 years agoUntabify bordeaux-threads-test.lisp
Stelian Ionescu [Thu, 24 Dec 2009 23:55:44 +0000] 
Untabify bordeaux-threads-test.lisp

3 years agoDon't define condition TIMEOUT on SBCL.
Stelian Ionescu [Thu, 24 Dec 2009 23:51:17 +0000] 
Don't define condition TIMEOUT on SBCL.

3 years agoAdd pkgdcl.lisp to bordeaux-threads.asd
Stelian Ionescu [Thu, 24 Dec 2009 23:48:39 +0000] 
Add pkgdcl.lisp to bordeaux-threads.asd

3 years agoMove version from .asd files to version.lisp-expr
Stelian Ionescu [Thu, 24 Dec 2009 23:39:55 +0000] 
Move version from .asd files to version.lisp-expr

3 years agoMove package definition into pkgdcl.lisp
Stelian Ionescu [Thu, 24 Dec 2009 23:36:21 +0000] 
Move package definition into pkgdcl.lisp

3 years agoCleanup: rename implementatio-dependent files.
Stelian Ionescu [Thu, 24 Dec 2009 23:31:12 +0000] 
Cleanup: rename implementatio-dependent files.

3 years agoFix default WITH-TIMEOUT.
Stelian Ionescu [Thu, 24 Dec 2009 23:30:35 +0000] 
Fix default WITH-TIMEOUT.

3 years agoPut list of contributors into a separate files, clean .asd files.
Stelian Ionescu [Thu, 24 Dec 2009 23:17:38 +0000] 
Put list of contributors into a separate files, clean .asd files.

3 years agoBetter WITH-TIMEOUT, add dependency on Alexandria.
Stelian Ionescu [Thu, 24 Dec 2009 23:13:33 +0000] 
Better WITH-TIMEOUT, add dependency on Alexandria.

3 years agoUpdate my email address.
Stelian Ionescu [Wed, 11 Nov 2009 14:00:20 +0000] 
Update my email address.

3 years agoSplit system BORDEAUX-THREADS-TEST into its own .asd
Stelian Ionescu [Sat, 10 Oct 2009 21:39:12 +0000] 
Split system BORDEAUX-THREADS-TEST into its own .asd

3 years agoDon't DEFINE-CONDITION TIMEOUT on SBCL.
Stelian Ionescu [Tue, 22 Sep 2009 23:22:09 +0000] 
Don't DEFINE-CONDITION TIMEOUT on SBCL.

3 years agoImplement MAKE-RECURSIVE-LOCK on Allegro.
Stelian Ionescu [Mon, 21 Sep 2009 22:48:31 +0000] 
Implement MAKE-RECURSIVE-LOCK on Allegro.

3 years agoDefine WITH-LOCK-HELD without EVAL-WHEN(on Lispworks).
Stelian Ionescu [Mon, 21 Sep 2009 22:14:33 +0000] 
Define WITH-LOCK-HELD without EVAL-WHEN(on Lispworks).

3 years agoAdd keyarg NAME to MAKE-CONDITION-VARIABLE.
Attila Lendvai [Mon, 21 Sep 2009 22:01:35 +0000] 
Add keyarg NAME to MAKE-CONDITION-VARIABLE.

3 years agoImport SB-EXT:TIMEOUT on SBCL.
Stelian Ionescu [Mon, 21 Sep 2009 21:30:08 +0000] 
Import SB-EXT:TIMEOUT on SBCL.

3 years agoCosmetic changes.
Stelian Ionescu [Mon, 10 Aug 2009 22:13:45 +0000] 
Cosmetic changes.

3 years agoUpdate Clisp implementation, implement DESTROY-THREAD and THREAD-JOIN.
Vladimir Tzankov [Mon, 10 Aug 2009 21:25:05 +0000] 
Update Clisp implementation, implement DESTROY-THREAD and THREAD-JOIN.

3 years agoFixes for Clisp HEAD.
Stelian Ionescu [Sun, 12 Jul 2009 23:04:02 +0000] 
Fixes for Clisp HEAD.

Remove DISTROY-THREAD, since Clisp no longer has MT:THREAD-KILL.

4 years agoImplement JOIN-THREAD on Allegro, CMUCL, Lispworks and SCL.
Stelian Ionescu [Sat, 2 May 2009 16:35:11 +0000] 
Implement JOIN-THREAD on Allegro, CMUCL, Lispworks and SCL.

4 years agoFix typo.
Stelian Ionescu [Sat, 2 May 2009 16:34:54 +0000] 
Fix typo.

4 years agoAdd join-thread for CCL.
Stelian Ionescu [Mon, 20 Apr 2009 15:02:04 +0000] 
Add join-thread for CCL.

4 years agoDon't interfere with the host's initial bindings (reported by Andreas Fuchs).
Stelian Ionescu [Sat, 11 Apr 2009 12:36:21 +0000] 
Don't interfere with the host's initial bindings (reported by Andreas Fuchs).

4 years agoFix usage of ccl:process-run-function on ClozureCL.
Stephen Compall [Sun, 5 Apr 2009 07:17:12 +0000] 
Fix usage of ccl:process-run-function on ClozureCL.

4 years agoFix DEFVAR of *default-special-bindings*.
Stelian Ionescu [Sat, 4 Apr 2009 17:06:20 +0000] 
Fix DEFVAR of *default-special-bindings*.

4 years ago*default-special-bindings* now defaults to NIL, move I/O bindings to *standard-io...
Stelian Ionescu [Mon, 30 Mar 2009 13:47:23 +0000] 
*default-special-bindings* now defaults to NIL, move I/O bindings to *standard-io-bindings*.

4 years agoUse forms(and EVAL) instead of funtions to yield values for thread-local bindings.
Stelian Ionescu [Mon, 30 Mar 2009 13:25:06 +0000] 
Use forms(and EVAL) instead of funtions to yield values for thread-local bindings.

4 years agoClean bordeaux-threads.asd up.
Stelian Ionescu [Sat, 21 Mar 2009 23:29:26 +0000] 
Clean bordeaux-threads.asd up.

4 years agoFix use of REMOVE-DUPLICATES in BINDING-DEFAULT-SPECIALS.
Gustavo [Sat, 14 Mar 2009 15:31:08 +0000] 
Fix use of REMOVE-DUPLICATES in BINDING-DEFAULT-SPECIALS.

4 years agoAdd Clisp support.
Stelian Ionescu [Tue, 27 Jan 2009 02:33:33 +0000] 
Add Clisp support.

4 years agoRemove nickname THREADS because it's used by Clisp.
Stelian Ionescu [Tue, 27 Jan 2009 02:32:33 +0000] 
Remove nickname THREADS because it's used by Clisp.

4 years agoFix JOIN-THREAD.
Stelian Ionescu [Tue, 27 Jan 2009 02:23:11 +0000] 
Fix JOIN-THREAD.

4 years agoUse "Anonymous" as default thread name.
Stelian Ionescu [Sun, 11 Jan 2009 02:04:10 +0000] 
Use "Anonymous" as default thread name.

4 years agoFix docstring setting in DEFDFUN and DEFDMACRO.
Stelian Ionescu [Sat, 10 Jan 2009 22:22:47 +0000] 
Fix docstring setting in DEFDFUN and DEFDMACRO.

4 years agoStyle fix in SIGNAL-ERROR-IF-CURRENT-THREAD.
Stelian Ionescu [Sat, 10 Jan 2009 22:08:46 +0000] 
Style fix in SIGNAL-ERROR-IF-CURRENT-THREAD.

No need to use MAKE-CONDITION with ERROR.

4 years agoUse DEFDMACRO to define default WITH-TIMEOUT.
Stelian Ionescu [Sat, 10 Jan 2009 22:06:32 +0000] 
Use DEFDMACRO to define default WITH-TIMEOUT.

4 years agoAdd INITIAL-BINDINGS keyword argument to MAKE-THREAD.
Stelian Ionescu [Sat, 10 Jan 2009 22:04:30 +0000] 
Add INITIAL-BINDINGS keyword argument to MAKE-THREAD.

4 years agoRemove *break-on-signals* and *random-state* from thread default initial bindings.
Stelian Ionescu [Sat, 10 Jan 2009 20:45:18 +0000] 
Remove *break-on-signals* and *random-state* from thread default initial bindings.

4 years agoMove definition of BINDING-DEFAULT-SPECIALS after that of *DEFAULT-SPECIAL-BINDINGS*.
Stelian Ionescu [Sun, 28 Dec 2008 21:21:36 +0000] 
Move definition of BINDING-DEFAULT-SPECIALS after that of *DEFAULT-SPECIAL-BINDINGS*.

4 years agoAdd an IGNORABLE declaration in WITH-TIMEOUT.
Stelian Ionescu [Sun, 28 Dec 2008 21:15:08 +0000] 
Add an IGNORABLE declaration in WITH-TIMEOUT.

4 years agoWhitespace changes and add modeline that inhibits indentation with tabs.
Stelian Ionescu [Sun, 28 Dec 2008 20:32:09 +0000] 
Whitespace changes and add modeline that inhibits indentation with tabs.

4 years agoChange *default-special-bindings* to adhere to the behaviour of with-standard-io...
Stelian Ionescu [Sun, 28 Dec 2008 17:06:25 +0000] 
Change *default-special-bindings* to adhere to the behaviour of with-standard-io-syntax.

4 years agoAdd default initialization forms for *default-special-bindings*.
Stelian Ionescu [Sun, 28 Dec 2008 16:47:57 +0000] 
Add default initialization forms for *default-special-bindings*.

4 years agoChange *default-special-bindings* semantics and implement for all Lisps.
Stephen Compall [Sun, 28 Dec 2008 16:45:03 +0000] 
Change *default-special-bindings* semantics and implement for all Lisps.

4 years agoUpdate use of DEFTESTSUITE to latest LIFT.
Stephen Compall [Sun, 28 Dec 2008 15:40:10 +0000] 
Update use of DEFTESTSUITE to latest LIFT.

4 years agoAdd Scieneer Common Lisp support.
Douglas Crosher [Sun, 26 Oct 2008 12:37:25 +0000] 
Add Scieneer Common Lisp support.

4 years agoFix broken MAKE-THREAD for CMUCL. (from Hans Huebner) version-0_5_1
Greg Pfeil [Sat, 26 Jul 2008 13:49:30 +0000] 
Fix broken MAKE-THREAD for CMUCL. (from Hans Huebner)

4 years agoincremented version
Greg Pfeil [Sat, 26 Jul 2008 13:43:46 +0000] 
incremented version

4 years agoOnly expand default function/macro when there is no platform-specific implementation...
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)

4 years agoShadowed WITH-TIMEOUT, now that it's exported by LIFT.
Greg Pfeil [Sat, 26 Jul 2008 13:38:40 +0000] 
Shadowed WITH-TIMEOUT, now that it's exported by LIFT.

4 years agoincremented version version-0_5 version-0_5_0
Greg Pfeil [Mon, 2 Jun 2008 02:08:27 +0000] 
incremented version

4 years agoRenamed THREAD-JOIN to JOIN-THREAD (which is the symbol we were exporting anyway).
Greg Pfeil [Mon, 2 Jun 2008 00:36:16 +0000] 
Renamed THREAD-JOIN to JOIN-THREAD (which is the symbol we were exporting anyway).

5 years agoSpecify in index.html that bordeaux-threads more or less works on threadless implemen...
Stelian Ionescu [Tue, 8 Apr 2008 00:09:26 +0000] 
Specify in index.html that bordeaux-threads more or less works on threadless implementations.

5 years agoAdd THREAD-JOIN interface and the implementation for SBCL.
Stelian Ionescu [Fri, 4 Apr 2008 14:04:18 +0000] 
Add THREAD-JOIN interface and the implementation for SBCL.