| 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 |
| 2009-01-11 |
Stelian Ionescu | Use "Anonymous" as default thread name. |
commit | commitdiff | tree |
| 2009-01-10 |
Stelian Ionescu | Fix docstring setting in DEFDFUN and DEFDMACRO. |
commit | commitdiff | tree |
| 2009-01-10 |
Stelian Ionescu | Style fix in SIGNAL-ERROR-IF-CURRENT-THREAD. |
commit | commitdiff | tree |
| 2009-01-10 |
Stelian Ionescu | Use DEFDMACRO to define default WITH-TIMEOUT. |
commit | commitdiff | tree |
| 2009-01-10 |
Stelian Ionescu | Add INITIAL-BINDINGS keyword argument to MAKE-THREAD. |
commit | commitdiff | tree |
| 2009-01-10 |
Stelian Ionescu | Remove *break-on-signals* and *random-state* from threa... |
commit | commitdiff | tree |
| 2008-12-28 |
Stelian Ionescu | Move definition of BINDING-DEFAULT-SPECIALS after that... |
commit | commitdiff | tree |
| 2008-12-28 |
Stelian Ionescu | Add an IGNORABLE declaration in WITH-TIMEOUT. |
commit | commitdiff | tree |
| 2008-12-28 |
Stelian Ionescu | Whitespace changes and add modeline that inhibits inden... |
commit | commitdiff | tree |
| 2008-12-28 |
Stelian Ionescu | Change *default-special-bindings* to adhere to the... |
commit | commitdiff | tree |
| 2008-12-28 |
Stelian Ionescu | Add default initialization forms for *default-special... |
commit | commitdiff | tree |
| 2008-12-28 |
Stephen Compall | Change *default-special-bindings* semantics and impleme... |
commit | commitdiff | tree |
| 2008-12-28 |
Stephen Compall | Update use of DEFTESTSUITE to latest LIFT. |
commit | commitdiff | tree |
| 2008-10-26 |
Douglas Crosher | Add Scieneer Common Lisp support. |
commit | commitdiff | tree |
| 2008-07-26 |
Greg Pfeil | Fix broken MAKE-THREAD for CMUCL. (from Hans Huebner) version-0_5_1 |
commit | commitdiff | tree |
| 2008-07-26 |
Greg Pfeil | incremented version |
commit | commitdiff | tree |
| 2008-07-26 |
Greg Pfeil | Only expand default function/macro when there is no... |
commit | commitdiff | tree |
| 2008-07-26 |
Greg Pfeil | Shadowed WITH-TIMEOUT, now that it's exported by LIFT. |
commit | commitdiff | tree |
| 2008-06-02 |
Greg Pfeil | incremented version version-0_5 version-0_5_0 |
commit | commitdiff | tree |
| 2008-06-02 |
Greg Pfeil | Renamed THREAD-JOIN to JOIN-THREAD (which is the symbol... |
commit | commitdiff | tree |
| 2008-04-08 |
Stelian Ionescu | Specify in index.html that bordeaux-threads more or... |
commit | commitdiff | tree |
| 2008-04-04 |
Stelian Ionescu | Add THREAD-JOIN interface and the implementation for... |
commit | commitdiff | tree |
| 2007-12-16 |
Greg Pfeil | updated version number |
commit | commitdiff | tree |
| 2007-12-13 |
Stelian Ionescu | Remove INLINE declarations. version-0_4 version-0_4_0 |
commit | commitdiff | tree |
| 2007-12-13 |
Stelian Ionescu | Export symbol TIMEOUT. |
commit | commitdiff | tree |
| 2007-12-13 |
Stelian Ionescu | Add a forgotten bacquote |
commit | commitdiff | tree |
| 2007-12-12 |
Greg Pfeil | updated version number |
commit | commitdiff | tree |
| 2007-12-13 |
Stelian Ionescu | Add WITH-TIMEOUT: native on SBCL, CMUCL and Allegro... |
commit | commitdiff | tree |
| 2007-12-13 |
Stelian Ionescu | Add THREAD-SUPPORT feature when the host implementation... |
commit | commitdiff | tree |
| 2007-12-12 |
Greg Pfeil | Finished conversion from methods to functions with... version-0_3 version-0_3_0 |
commit | commitdiff | tree |
| 2007-12-12 |
Greg Pfeil | Added FIXME for missing functionality in ECL (Stelian... |
commit | commitdiff | tree |
| 2007-12-12 |
Greg Pfeil | Added threads check for ECL (Stelian Ionescu <sionescu... |
commit | commitdiff | tree |
| 2007-12-09 |
Greg Pfeil | Centralized loading and checking of impl-specific threa... |
commit | commitdiff | tree |
| 2007-12-09 |
Greg Pfeil | Minor formatting change to copyright message (Stelian... |
commit | commitdiff | tree |
| 2007-11-26 |
Greg Pfeil | updated version version-0_2_2 |
commit | commitdiff | tree |
| 2007-11-26 |
Greg Pfeil | Changed make-mp-support-error calls to make-threading... |
commit | commitdiff | tree |
| 2007-11-26 |
Greg Pfeil | Updated version version-0_2_1 |
commit | commitdiff | tree |
| 2007-11-26 |
Greg Pfeil | Resolved conflicts. |
commit | commitdiff | tree |
| 2007-11-26 |
Greg Pfeil | Shuffled around definitions to eliminate redefinition... |
commit | commitdiff | tree |
| 2007-11-26 |
Greg Pfeil | Fixed a typo in mcl.lisp |
commit | commitdiff | tree |
| 2007-10-21 |
Greg Pfeil | Improved handling of unthreaded SBCL. version-0_2 version-0_2_0 |
commit | commitdiff | tree |
| 2007-10-21 |
Greg Pfeil | Added contributor list. version-0_1_4 |
commit | commitdiff | tree |
| 2007-10-21 |
Greg Pfeil | Fixed CMU implementation, based on patch submitted... version-0_1_3 |
commit | commitdiff | tree |
| 2007-10-17 |
Greg Pfeil | Updated the version number to the _correct_ version. |
commit | commitdiff | tree |
| 2007-10-17 |
Greg Pfeil | updated the version number |
commit | commitdiff | tree |
| 2007-10-16 |
Greg Pfeil | Added documentation to THREAD-ALIVE-P. version-0 version-0_1 version-0_1_2 |
commit | commitdiff | tree |
| 2007-10-16 |
Greg Pfeil | Changed BORDEAUX-MP to BORDEAUX-THREADS in documentation. version-0_1_1 |
commit | commitdiff | tree |
| 2007-10-16 |
Greg Pfeil | Added THREAD-ALIVE-P version-0_1_0 |
commit | commitdiff | tree |
| 2007-10-16 |
Greg Pfeil | Corrected name of method from destroy-process to destro... version-0_0_2 |
commit | commitdiff | tree |
| 2007-10-16 |
Greg Pfeil | Added location of Armed Bear threading implementation. |
commit | commitdiff | tree |
| 2007-04-10 |
Greg Pfeil | Incremented version for copyright addition. 0_0_2 |
commit | commitdiff | tree |
| 2007-04-10 |
Greg Pfeil | Added license file. |
commit | commitdiff | tree |
| 2007-03-31 |
Pierre Thierry | Copyright and license notices |
commit | commitdiff | tree |
| 2006-08-23 |
Attila Lendvai | Make it usable on non-threaded lisps like clisp |
commit | commitdiff | tree |
| 2006-06-16 |
Greg Pfeil | tested on SBCL-0.9.13 on Linux/x86 |
commit | commitdiff | tree |
| 2006-06-15 |
Greg Pfeil | Removed SBCL 0.9.11 row, since it's now old and hasn... |
commit | commitdiff | tree |
| 2006-06-15 |
Greg Pfeil | Manually tested ABCL, and made some changes to fix it. |
commit | commitdiff | tree |
| 2006-06-15 |
Greg Pfeil | Tested on Allegro-8.0-Darwin/PPC |
commit | commitdiff | tree |
| 2006-06-15 |
Greg Pfeil | Changed platform support to a matrix and added Allegro... |
commit | commitdiff | tree |
| 2006-06-15 |
Greg Pfeil | Add negative test case for threadp |
commit | commitdiff | tree |
| 2006-06-15 |
Greg Pfeil | fixed defpackage form, :nickname -> :nicknames |
commit | commitdiff | tree |
| 2006-06-08 |
Greg Pfeil | Improved ArmedBear support. |
commit | commitdiff | tree |
| 2006-06-08 |
Greg Pfeil | Added download information. |
commit | commitdiff | tree |
| 2006-06-08 |
Greg Pfeil | Manually ran tests on ECL darwin/ppc to get results. |
commit | commitdiff | tree |
| 2006-06-08 |
Greg Pfeil | Added a couple more ENSUREs to the tests. |
commit | commitdiff | tree |
| 2006-06-08 |
Greg Pfeil | Fixes for LispWorks. It now passes all tests. |
commit | commitdiff | tree |
| next |