projects/bordeaux-threads/bordeaux-threads.git
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.

5 years agoupdated version number
Greg Pfeil [Sun, 16 Dec 2007 22:30:18 +0000] 
updated version number

5 years agoRemove INLINE declarations. version-0_4 version-0_4_0
Stelian Ionescu [Thu, 13 Dec 2007 15:48:45 +0000] 
Remove INLINE declarations.

5 years agoExport symbol TIMEOUT.
Stelian Ionescu [Thu, 13 Dec 2007 15:44:25 +0000] 
Export symbol TIMEOUT.

5 years agoAdd a forgotten bacquote
Stelian Ionescu [Thu, 13 Dec 2007 12:18:19 +0000] 
Add a forgotten bacquote

5 years agoupdated version number
Greg Pfeil [Wed, 12 Dec 2007 21:35:21 +0000] 
updated version number

5 years agoAdd WITH-TIMEOUT: native on SBCL, CMUCL and Allegro, emulated elsewhere.
Stelian Ionescu [Thu, 13 Dec 2007 01:18:19 +0000] 
Add WITH-TIMEOUT: native on SBCL, CMUCL and Allegro, emulated elsewhere.

5 years agoAdd THREAD-SUPPORT feature when the host implementation supports threads.
Stelian Ionescu [Thu, 13 Dec 2007 01:15:42 +0000] 
Add THREAD-SUPPORT feature when the host implementation supports threads.

5 years agoFinished conversion from methods to functions with defaults (Stelian Ionescu <sionesc... version-0_3 version-0_3_0
Greg Pfeil [Wed, 12 Dec 2007 21:31:55 +0000] 
Finished conversion from methods to functions with defaults (Stelian Ionescu <sionescu@common-lisp.net>)

5 years agoAdded FIXME for missing functionality in ECL (Stelian Ionescu <sionescu@common-lisp...
Greg Pfeil [Wed, 12 Dec 2007 21:30:00 +0000] 
Added FIXME for missing functionality in ECL (Stelian Ionescu <sionescu@common-lisp.net>)

5 years agoAdded threads check for 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>)

5 years agoCentralized loading and checking of impl-specific thread libraries (Stelian Ionescu...
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>)

5 years agoMinor formatting change to copyright message (Stelian Ionescu <sionescu@common-lisp...
Greg Pfeil [Sun, 9 Dec 2007 20:48:54 +0000] 
Minor formatting change to copyright message (Stelian Ionescu <sionescu@common-lisp.net>)

5 years agoupdated version version-0_2_2
Greg Pfeil [Mon, 26 Nov 2007 17:24:15 +0000] 
updated version

5 years agoChanged make-mp-support-error calls to make-threading-support-error
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.

5 years agoUpdated version version-0_2_1
Greg Pfeil [Mon, 26 Nov 2007 02:32:59 +0000] 
Updated version

5 years agoResolved conflicts.
Greg Pfeil [Mon, 26 Nov 2007 02:29:21 +0000] 
Resolved conflicts.

5 years agoShuffled around definitions to eliminate redefinition warnings.
Greg Pfeil [Mon, 26 Nov 2007 00:30:01 +0000] 
Shuffled around definitions to eliminate redefinition warnings.

5 years agoFixed a typo in mcl.lisp
Greg Pfeil [Mon, 26 Nov 2007 00:24:51 +0000] 
Fixed a typo in mcl.lisp