Tue Nov 18 20:36:34 CET 2008  attila.lendvai@gmail.com
  * fix sbcl timeout condition: export the sb-ext:timeout symbol from the bordeaux-threads package

New patches:

[fix sbcl timeout condition: export the sb-ext:timeout symbol from the bordeaux-threads package
attila.lendvai@gmail.com**20081118193634
 Ignore-this: e2de67e4bd1134e834193a1ad9d181fa
] hunk ./src/sbcl.lisp 72
   `(sb-ext:with-timeout ,timeout
      ,@body))
 
+(shadowing-import '(sb-ext:timeout) :bordeaux-threads)
+(export '(sb-ext:timeout) :bordeaux-threads)
+
 ;;; Introspection/debugging
 
 (defun all-threads ()

Context:

[Add Scieneer Common Lisp support.
Douglas Crosher <dtc@scieneer.com>**20081026123725] 
[TAG version-0
Greg Pfeil <greg@technomadic.org>**20080726135227] 
[TAG version-0.5
Greg Pfeil <greg@technomadic.org>**20080726135224] 
[TAG version-0.5.1
Greg Pfeil <greg@technomadic.org>**20080726135220] 
[Fix broken MAKE-THREAD for CMUCL. (from Hans Huebner)
Greg Pfeil <greg@technomadic.org>**20080726134930] 
[incremented version
Greg Pfeil <greg@technomadic.org>**20080726134346] 
[Only expand default function/macro when there is no platform-specific implementation. (from Hans Huebner)
Greg Pfeil <greg@technomadic.org>**20080726134014] 
[Shadowed WITH-TIMEOUT, now that it's exported by LIFT.
Greg Pfeil <greg@technomadic.org>**20080726133840] 
[TAG version-0
Greg Pfeil <greg@technomadic.org>**20080602020846] 
[TAG version-0.5
Greg Pfeil <greg@technomadic.org>**20080602020843] 
[TAG version-0.5.0
Greg Pfeil <greg@technomadic.org>**20080602020840] 
[TAG version-0
Greg Pfeil <greg@technomadic.org>**20080602020605] 
[TAG version-0.5
Greg Pfeil <greg@technomadic.org>**20080602020604] 
[TAG version-0.5.0
Greg Pfeil <greg@technomadic.org>**20080602020600] 
[incremented version
Greg Pfeil <greg@technomadic.org>**20080602020827] 
[Renamed THREAD-JOIN to JOIN-THREAD (which is the symbol we were exporting anyway).
Greg Pfeil <greg@technomadic.org>**20080602003616] 
[Specify in index.html that bordeaux-threads more or less works on threadless implementations.
Stelian Ionescu <sionescu@common-lisp.net>**20080408000926] 
[Add THREAD-JOIN interface and the implementation for SBCL.
Stelian Ionescu <sionescu@common-lisp.net>**20080404140418] 
[TAG version-0
Greg Pfeil <greg@technomadic.org>**20071216223036] 
[TAG version-0.4
Greg Pfeil <greg@technomadic.org>**20071216223032] 
[TAG version-0.4.0
Greg Pfeil <greg@technomadic.org>**20071216223029] 
[updated version number
Greg Pfeil <greg@technomadic.org>**20071216223018] 
[TAG version-0
Greg Pfeil <greg@technomadic.org>**20071216222756] 
[TAG version-0.4
Greg Pfeil <greg@technomadic.org>**20071216222753] 
[TAG version-0.4.0
Greg Pfeil <greg@technomadic.org>**20071216222749] 
[Remove INLINE declarations.
Stelian Ionescu <sionescu@common-lisp.net>**20071213154845] 
[Export symbol TIMEOUT.
Stelian Ionescu <sionescu@common-lisp.net>**20071213154425] 
[Add a forgotten bacquote
Stelian Ionescu <sionescu@common-lisp.net>**20071213121819] 
[Add WITH-TIMEOUT: native on SBCL, CMUCL and Allegro, emulated elsewhere.
Stelian Ionescu <sionescu@common-lisp.net>**20071213011819] 
[Add THREAD-SUPPORT feature when the host implementation supports threads.
Stelian Ionescu <sionescu@common-lisp.net>**20071213011542] 
[TAG version-0
Greg Pfeil <greg@technomadic.org>**20071212213534] 
[TAG version-0.3
Greg Pfeil <greg@technomadic.org>**20071212213532] 
[TAG version-0.3.0
Greg Pfeil <greg@technomadic.org>**20071212213530] 
[updated version number
Greg Pfeil <greg@technomadic.org>**20071212213521] 
[TAG version-0
Greg Pfeil <greg@technomadic.org>**20071212213324] 
[TAG version-0.3
Greg Pfeil <greg@technomadic.org>**20071212213322] 
[TAG version-0.3.0
Greg Pfeil <greg@technomadic.org>**20071212213320] 
[Finished conversion from methods to functions with defaults (Stelian Ionescu <sionescu@common-lisp.net>)
Greg Pfeil <greg@technomadic.org>**20071212213155] 
[Added FIXME for missing functionality in ECL (Stelian Ionescu <sionescu@common-lisp.net>)
Greg Pfeil <greg@technomadic.org>**20071212213000] 
[Added threads check for ECL (Stelian Ionescu <sionescu@common-lisp.net>)
Greg Pfeil <greg@technomadic.org>**20071212212902] 
[Centralized loading and checking of impl-specific thread libraries (Stelian Ionescu <sionescu@common-lisp.net>)
Greg Pfeil <greg@technomadic.org>**20071209210618] 
[Minor formatting change to copyright message (Stelian Ionescu <sionescu@common-lisp.net>)
Greg Pfeil <greg@technomadic.org>**20071209204854] 
[TAG version-0
Greg Pfeil <greg@technomadic.org>**20071126172431] 
[TAG version-0.2
Greg Pfeil <greg@technomadic.org>**20071126172429] 
[TAG version-0.2.2
Greg Pfeil <greg@technomadic.org>**20071126172427] 
[updated version
Greg Pfeil <greg@technomadic.org>**20071126172415] 
[Changed make-mp-support-error calls to make-threading-support-error
Greg Pfeil <greg@technomadic.org>**20071126172138
 
 Apparently a bad reversion while resolving some repo conflicts.
] 
[TAG version-0
Greg Pfeil <greg@technomadic.org>**20071126023345] 
[TAG version-0.2
Greg Pfeil <greg@technomadic.org>**20071126023343] 
[TAG version-0.2.1
Greg Pfeil <greg@technomadic.org>**20071126023340] 
[Updated version
Greg Pfeil <greg@technomadic.org>**20071126023259] 
[Resolved conflicts.
Greg Pfeil <greg@technomadic.org>**20071126022921] 
[Shuffled around definitions to eliminate redefinition warnings.
Greg Pfeil <greg@technomadic.org>**20071126003001] 
[Fixed a typo in mcl.lisp
Greg Pfeil <greg@technomadic.org>**20071126002451] 
[TAG version-0
Greg Pfeil <greg@technomadic.org>**20071021190539] 
[TAG version-0.2
Greg Pfeil <greg@technomadic.org>**20071021190537] 
[TAG version-0.2.0
Greg Pfeil <greg@technomadic.org>**20071021190533] 
[Improved handling of unthreaded SBCL.
Greg Pfeil <greg@technomadic.org>**20071021190434] 
[TAG version-0
Greg Pfeil <greg@technomadic.org>**20071021145841] 
[TAG version-0.1
Greg Pfeil <greg@technomadic.org>**20071021145839] 
[TAG version-0.1.4
Greg Pfeil <greg@technomadic.org>**20071021145837] 
[Added contributor list.
Greg Pfeil <greg@technomadic.org>**20071021145810] 
[TAG version-0
Greg Pfeil <greg@technomadic.org>**20071021144233] 
[TAG version-0.1
Greg Pfeil <greg@technomadic.org>**20071021144231] 
[TAG version-0.1.3
Greg Pfeil <greg@technomadic.org>**20071021144228] 
[Fixed CMU implementation, based on patch submitted by Vladimir Sekissov.
Greg Pfeil <greg@technomadic.org>**20071021143750] 
[TAG version-0
Greg Pfeil <greg@technomadic.org>**20071017030940] 
[TAG version-0.1
Greg Pfeil <greg@technomadic.org>**20071017030937] 
[TAG version-0.1.2
Greg Pfeil <greg@technomadic.org>**20071017030930] 
[Updated the version number to the _correct_ version.
Greg Pfeil <greg@technomadic.org>**20071017030906] 
[updated the version number
Greg Pfeil <greg@technomadic.org>**20071017030815] 
[TAG version-0
Greg Pfeil <greg@technomadic.org>**20071016223257] 
[TAG version-0.1
Greg Pfeil <greg@technomadic.org>**20071016223254] 
[TAG version-0.1.2
Greg Pfeil <greg@technomadic.org>**20071016223148] 
[Added documentation to THREAD-ALIVE-P.
Greg Pfeil <greg@technomadic.org>**20071016223056] 
[TAG version-0.1.1
Greg Pfeil <greg@technomadic.org>**20071016221525] 
[Changed BORDEAUX-MP to BORDEAUX-THREADS in documentation.
Greg Pfeil <greg@technomadic.org>**20071016221435] 
[TAG version-0.1.0
Greg Pfeil <greg@technomadic.org>**20071016221252] 
[Added THREAD-ALIVE-P
Greg Pfeil <greg@technomadic.org>**20071016221135] 
[TAG version-0.0.2
Greg Pfeil <greg@technomadic.org>**20071016220944] 
[Corrected name of method from destroy-process to destroy-thread.
Greg Pfeil <greg@technomadic.org>**20071016022418] 
[Added location of Armed Bear threading implementation.
Greg Pfeil <greg@technomadic.org>**20071016022338] 
[TAG 0.0.2
Greg Pfeil <greg@technomadic.org>**20070410040340] 
[Incremented version for copyright addition.
Greg Pfeil <greg@technomadic.org>**20070410040307] 
[Added license file.
Greg Pfeil <greg@technomadic.org>**20070410040122] 
[Copyright and license notices
Pierre Thierry <nowhere.man@levallois.eu.org>**20070331190036
 Added a file containing the MIT license and a copyright and license notice in
 each source file
] 
[Make it usable on non-threaded lisps like clisp
attila.lendvai@gmail.com**20060823161524
 
 Exported *supports-threads-p* so that apps can check that variable.
 Some other small changes to make it load and 'work' on clisp.
] 
[tested on SBCL-0.9.13 on Linux/x86
Greg Pfeil <greg@technomadic.org>**20060616015049] 
[Removed SBCL 0.9.11 row, since it's now old and hasn't been tested anyway.
Greg Pfeil <greg@technomadic.org>**20060615172013] 
[Manually tested ABCL, and made some changes to fix it.
Greg Pfeil <greg@technomadic.org>**20060615171316
 * 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.
] 
[Tested on Allegro-8.0-Darwin/PPC
Greg Pfeil <greg@technomadic.org>**20060615071330] 
[Changed platform support to a matrix and added Allegro-Darwin/x86 info.
Greg Pfeil <greg@technomadic.org>**20060615064016] 
[Add negative test case for threadp
Greg Pfeil <greg@technomadic.org>**20060615055546] 
[fixed defpackage form, :nickname -> :nicknames
Greg Pfeil <greg@technomadic.org>**20060615055512] 
[Improved ArmedBear support.
Greg Pfeil <greg@technomadic.org>**20060608070915] 
[Added download information.
Greg Pfeil <greg@technomadic.org>**20060608060711] 
[Manually ran tests on ECL darwin/ppc to get results.
Greg Pfeil <greg@technomadic.org>**20060608033035] 
[Added a couple more ENSUREs to the tests.
Greg Pfeil <greg@technomadic.org>**20060608032434] 
[Fixes for LispWorks. It now passes all tests.
Greg Pfeil <greg@technomadic.org>**20060608032404] 
[more detailed test results.
Greg Pfeil <greg@technomadic.org>**20060608020614] 
[Added link to docs, and table rows for Darwin/x86 results.
Greg Pfeil <greg@technomadic.org>**20060606162501] 
[Initial version of bordeaux-threads.
Greg Pfeil <greg@technomadic.org>**20060606025206] 
Patch bundle hash:
e6da6138a2c41c9fc55445bf0a27612a01be8ce3
