| 2013-03-16 |
Stelian Ionescu | Oops, forgot the lambda master |
commit | commitdiff | tree |
| 2013-03-16 |
Stelian Ionescu | Lispworks: use PROCESS-PRIVATE-PROPERTY instead of... |
commit | commitdiff | tree |
| 2013-03-16 |
Stelian Ionescu | Lispworks: return thread return values from JOIN-THREAD |
commit | commitdiff | tree |
| 2013-03-16 |
Stelian Ionescu | CMUCL: return thread return values from JOIN-THREAD |
commit | commitdiff | tree |
| 2013-03-16 |
Stelian Ionescu | Style fix |
commit | commitdiff | tree |
| 2013-03-15 |
Stelian Ionescu | Add a few more tests |
commit | commitdiff | tree |
| 2013-03-13 |
Stelian Ionescu | Add explanation |
commit | commitdiff | tree |
| 2013-03-13 |
Stelian Ionescu | Fix another closure bug |
commit | commitdiff | tree |
| 2013-03-13 |
Stelian Ionescu | Fix test SHOULD-HAVE-THREAD-INTERACTION |
commit | commitdiff | tree |
| 2013-03-12 |
Stelian Ionescu | SBCL: use GRAB-MUTEX instead of GET-MUTEX on newer... |
commit | commitdiff | tree |
| 2013-03-12 |
Stelian Ionescu | Style fix |
commit | commitdiff | tree |
| 2013-02-01 |
Stas Boukarev | .asd: Remove (in-package :cl-user), it's not needed. |
commit | commitdiff | tree |
| 2013-02-01 |
Stas Boukarev | defdfun, defdmacro: Fix reloading. |
commit | commitdiff | tree |
| 2012-08-11 |
Stelian Ionescu | Revert "Move calls to REQUIRE into the DEFSYSTEM" |
commit | commitdiff | tree |
| 2012-08-05 |
Stelian Ionescu | Fix modelines |
commit | commitdiff | tree |
| 2012-08-05 |
Stelian Ionescu | Qualify DEFPACKAGE |
commit | commitdiff | tree |
| 2012-08-05 |
Stelian Ionescu | Move calls to REQUIRE into the DEFSYSTEM |
commit | commitdiff | tree |
| 2012-08-05 |
Jean-Claude... | Add support for ManKai CommonLisp |
commit | commitdiff | tree |
| 2012-07-29 |
James M. Lawrence | Allegro: use built-in condition variables |
commit | commitdiff | tree |
| 2012-07-29 |
James M. Lawrence | Clozure: fix condition-wait |
commit | commitdiff | tree |
| 2012-06-15 |
Martin Simmons | Lispworks: fix THREADP |
commit | commitdiff | tree |
| 2012-06-01 |
Stelian Ionescu | New development cycle |
commit | commitdiff | tree |
| 2012-06-01 |
Stelian Ionescu | Release 0.8.2 v0.8.2 |
commit | commitdiff | tree |
| 2012-04-17 |
Kamil Shakirov | Lispworks: adjustments for 6.1 |
commit | commitdiff | tree |
| 2012-03-26 |
Stelian Ionescu | Allegro: fix call to MAKE-LOCK |
commit | commitdiff | tree |
| 2012-03-26 |
Stelian Ionescu | Allegro: move thread functions after locking functions |
commit | commitdiff | tree |
| 2012-03-25 |
Stelian Ionescu | Allegro: capture a thread's return value and return... |
commit | commitdiff | tree |
| 2011-11-16 |
Stelian Ionescu | Add description keyword to ASDF system |
commit | commitdiff | tree |
| 2011-08-02 |
Stelian Ionescu | Add README |
commit | commitdiff | tree |
| 2011-08-02 |
Stelian Ionescu | Version 0.8.1 v0.8.1 |
commit | commitdiff | tree |
| 2011-04-07 |
Mark Evenson | ABCL: implement condition variables |
commit | commitdiff | tree |
| 2011-04-07 |
Mark Evenson | ABCL: reimplement locks based on java.util.concurrent... |
commit | commitdiff | tree |
| 2011-02-23 |
Stelian Ionescu | ABCL: import a few symbols from package JAVA |
commit | commitdiff | tree |
| 2011-02-23 |
Stelian Ionescu | Cosmetic fix |
commit | commitdiff | tree |
| 2011-02-19 |
Mark Evenson | ABCL: Fix THREAD-YIELD |
commit | commitdiff | tree |
| 2011-02-19 |
Mark Evenson | ABCL: Fix DEFTYPE THREAD |
commit | commitdiff | tree |
| 2011-01-14 |
Stelian Ionescu | Reorder #+ clauses that define THREAD-SUPPORT to match... |
commit | commitdiff | tree |
| 2011-01-14 |
Stelian Ionescu | Fix compilation on implementations which don't support... |
commit | commitdiff | tree |
| 2010-11-04 |
Stelian Ionescu | Remove warning about threads not being supported |
commit | commitdiff | tree |
| 2010-10-02 |
Stelian Ionescu | New development cycle |
commit | commitdiff | tree |
| 2010-10-02 |
Stelian Ionescu | Version 0.8.0 v0.8.0 |
commit | commitdiff | tree |
| 2010-08-23 |
Kamil Shakirov | Add support for ECL 10.7.1 |
commit | commitdiff | tree |
| 2010-08-20 |
Mahmud Mohamed | Update ABCL implementation |
commit | commitdiff | tree |
| 2010-08-18 |
Ryan Hope | Fix LispWorks6 implementation |
commit | commitdiff | tree |
| 2010-08-04 |
Phil Hargett | Switch test suite to FiveAM |
commit | commitdiff | tree |
| 2010-05-30 |
Stelian Ionescu | Update ABCL implementation to 0.20.0 |
commit | commitdiff | tree |
| 2010-02-15 |
Stelian Ionescu | Remove :joinable-p from %MAKE-THREAD on Clisp, upstream... |
commit | commitdiff | tree |
| 2010-02-15 |
Stelian Ionescu | Fix MAKE-THREAD on Clisp. |
commit | commitdiff | tree |
| 2010-02-15 |
Stelian Ionescu | Style fix. |
commit | commitdiff | tree |
| 2010-02-15 |
Stelian Ionescu | Fix docstring of MAKE-THREAD. |
commit | commitdiff | tree |
| 2010-02-15 |
Stelian Ionescu | Remove own implementation of JOIN-THREAD for Clisp... |
commit | commitdiff | tree |
| 2010-02-14 |
James Anderson | Add DYNAMIC-EXTENT declarations to INTERRUPT-THREAD... |
commit | commitdiff | tree |
| 2010-02-14 |
James Anderson | Fix DEFTYPE THREAD for MCL. |
commit | commitdiff | tree |
| 2010-02-14 |
James Anderson | Implement ACQUIRE-LOCK and RELEASE-LOCK for MCL. |
commit | commitdiff | tree |
| 2010-02-06 |
Stelian Ionescu | Add external function START-MULTIPROCESSING. |
commit | commitdiff | tree |
| 2010-02-06 |
Stelian Ionescu | Don't call MP:INITIALIZE-MULTIPROCESSING at load-time... |
commit | commitdiff | tree |
| 2010-02-06 |
Matt Lamari | Add recursive locks for Lispworks. |
commit | commitdiff | tree |
| 2010-02-05 |
Stelian Ionescu | Style fix. |
commit | commitdiff | tree |
| 2010-01-20 |
Matt Lamari | Add native implementation of condition variables for... |
commit | commitdiff | tree |
| 2010-01-20 |
Stelian Ionescu | Add condition variable wrappers for Lispworks 6. |
commit | commitdiff | tree |
| 2010-01-20 |
Chun Tian ... | Fixes for MCL. |
commit | commitdiff | tree |
| 2010-01-20 |
Stelian Ionescu | Fix .asd file: compile default-implementation.lisp... |
commit | commitdiff | tree |
| 2010-01-20 |
Stelian Ionescu | INTERRUPT-THREAD now takes &REST args to be passed... |
commit | commitdiff | tree |
| 2010-01-20 |
Stelian Ionescu | Add type THREAD. |
commit | commitdiff | tree |
| 2010-01-13 |
Tobias C Rittweiler | Minor cleaning of .asd files. |
commit | commitdiff | tree |
| 2009-12-25 |
Stelian Ionescu | Make version.lisp-expr reflect the release of 0.7.0 |
commit | commitdiff | tree |
| 2009-12-25 |
Stelian Ionescu | Version 0.7.0 Version_0_7_0 |
commit | commitdiff | tree |
| 2009-12-25 |
Stelian Ionescu | Fix test DEFAULT-SPECIAL-BINDINGS. |
commit | commitdiff | tree |
| 2009-12-24 |
Stelian Ionescu | Untabify bordeaux-threads-test.lisp |
commit | commitdiff | tree |
| 2009-12-24 |
Stelian Ionescu | Don't define condition TIMEOUT on SBCL. |
commit | commitdiff | tree |
| 2009-12-24 |
Stelian Ionescu | Add pkgdcl.lisp to bordeaux-threads.asd |
commit | commitdiff | tree |
| 2009-12-24 |
Stelian Ionescu | Move version from .asd files to version.lisp-expr |
commit | commitdiff | tree |
| 2009-12-24 |
Stelian Ionescu | Move package definition into pkgdcl.lisp |
commit | commitdiff | tree |
| 2009-12-24 |
Stelian Ionescu | Cleanup: rename implementatio-dependent files. |
commit | commitdiff | tree |
| 2009-12-24 |
Stelian Ionescu | Fix default WITH-TIMEOUT. |
commit | commitdiff | tree |
| 2009-12-24 |
Stelian Ionescu | Put list of contributors into a separate files, clean... |
commit | commitdiff | tree |
| 2009-12-24 |
Stelian Ionescu | Better WITH-TIMEOUT, add dependency on Alexandria. |
commit | commitdiff | tree |
| 2009-11-11 |
Stelian Ionescu | Update my email address. |
commit | commitdiff | tree |
| 2009-10-10 |
Stelian Ionescu | Split system BORDEAUX-THREADS-TEST into its own .asd |
commit | commitdiff | tree |
| 2009-09-22 |
Stelian Ionescu | Don't DEFINE-CONDITION TIMEOUT on SBCL. |
commit | commitdiff | tree |
| 2009-09-21 |
Stelian Ionescu | Implement MAKE-RECURSIVE-LOCK on Allegro. |
commit | commitdiff | tree |
| 2009-09-21 |
Stelian Ionescu | Define WITH-LOCK-HELD without EVAL-WHEN(on Lispworks). |
commit | commitdiff | tree |
| 2009-09-21 |
Attila Lendvai | Add keyarg NAME to MAKE-CONDITION-VARIABLE. |
commit | commitdiff | tree |
| 2009-09-21 |
Stelian Ionescu | Import SB-EXT:TIMEOUT on SBCL. |
commit | commitdiff | tree |
| 2009-08-10 |
Stelian Ionescu | Cosmetic changes. |
commit | commitdiff | tree |
| 2009-08-10 |
Vladimir Tzankov | Update Clisp implementation, implement DESTROY-THREAD... |
commit | commitdiff | tree |
| 2009-07-12 |
Stelian Ionescu | Fixes for Clisp HEAD. |
commit | commitdiff | tree |
| 2009-05-02 |
Stelian Ionescu | Implement JOIN-THREAD on Allegro, CMUCL, Lispworks... |
commit | commitdiff | tree |
| 2009-05-02 |
Stelian Ionescu | Fix typo. |
commit | commitdiff | tree |
| 2009-04-20 |
Stelian Ionescu | Add join-thread for CCL. |
commit | commitdiff | tree |
| 2009-04-11 |
Stelian Ionescu | Don't interfere with the host's initial bindings (repor... |
commit | commitdiff | tree |
| 2009-04-05 |
Stephen Compall | Fix usage of ccl:process-run-function on ClozureCL. |
commit | commitdiff | tree |
| 2009-04-04 |
Stelian Ionescu | Fix DEFVAR of *default-special-bindings*. |
commit | commitdiff | tree |
| 2009-03-30 |
Stelian Ionescu | *default-special-bindings* now defaults to NIL, move... |
commit | commitdiff | tree |
| 2009-03-30 |
Stelian Ionescu | Use forms(and EVAL) instead of funtions to yield values... |
commit | commitdiff | tree |
| 2009-03-21 |
Stelian Ionescu | Clean bordeaux-threads.asd up. |
commit | commitdiff | tree |
| 2009-03-14 |
Gustavo | Fix use of REMOVE-DUPLICATES in BINDING-DEFAULT-SPECIALS. |
commit | commitdiff | tree |
| 2009-01-27 |
Stelian Ionescu | Add Clisp support. |
commit | commitdiff | tree |
| 2009-01-27 |
Stelian Ionescu | Remove nickname THREADS because it's used by Clisp. |
commit | commitdiff | tree |
| 2009-01-27 |
Stelian Ionescu | Fix JOIN-THREAD. |
commit | commitdiff | tree |
| next |