0.8.20.29:
authorDaniel Barlow <dan@telent.net>
Tue, 22 Mar 2005 14:02:18 +0000 (14:02 +0000)
committerDaniel Barlow <dan@telent.net>
Tue, 22 Mar 2005 14:02:18 +0000 (14:02 +0000)
commit428b60fff4247e34ff601810f33976908f22bbc0
treed73b87f9b3331bf8690423605486a038c55c570b
parent70b1a2776c9f3947503b4bcbb8ca5d944e635fb0
0.8.20.29:
Merge SB-FUTEX and SB-THREAD: the latter now requires the
former.  SBCL threads now require Linux kernel 2.6, or an NPTL
backport to 2.4 such as the Red Hat one

Lock/unlock functions take long (not int) as arguments: this makes
a difference on 64 bit ports (or would do if we had threading support
on either of them)
14 files changed:
NEWS
base-target-features.lisp-expr
src/code/cold-init.lisp
src/code/target-thread.lisp
src/code/target-unithread.lisp
src/runtime/alpha-arch.h
src/runtime/hppa-arch.h
src/runtime/linux-os.c
src/runtime/mips-arch.h
src/runtime/ppc-arch.h
src/runtime/sparc-arch.h
src/runtime/x86-64-arch.h
src/runtime/x86-arch.h
version.lisp-expr