Skip to content

Release 0.8.8

Compare
Choose a tag to compare
@sionescu sionescu released this 07 Jun 21:19
· 113 commits to master since this release
v0.8.8
076fe23
  • Mezzano: new implementation
  • Clasp: fix RECURSIVE-LOCK-P
  • Clisp: add ACQUIRE-RECURSIVE-LOCK / RELEASE-RECURSIVE-LOCK
  • Genera: fix recursive locks
  • Genera: add TIMEOUT keyword to CONDITION-WAIT
  • Genera: implement JOIN-THREAD
  • Genera: add a native implementation of WITH-TIMEOUT
  • Lispworks: use native conditions variables on Lispworks 7+
  • SBCL: use native THREAD-YIELD
  • SBCL: re-acquire lock if CONDITION-WAIT times out
  • fix use of consecutive WITH-TIMEOUT