0.8.4.10
authorDaniel Barlow <dan@telent.net>
Tue, 7 Oct 2003 21:41:26 +0000 (21:41 +0000)
committerDaniel Barlow <dan@telent.net>
Tue, 7 Oct 2003 21:41:26 +0000 (21:41 +0000)
commit44dbdff97fbcc1e5b12e1330da92c5a3dcb94a3b
treec7ad0651c5226758a163391254ce981a75259df4
parent2eee1c446adf860571a0d5e89eb5c547806cda76
0.8.4.10
"brown paper bag" bug fix: initialise the thread->state slot
when it's created, to fix the most obvious threading problem

Search order for sbcl.core and sbclrc simplified.

Manual page edits: updates for contrib/, threading, platforms,
new sbcl.core search order, etc

Make "debugger invoked" message print thread id
asdf-install contrib: new UNINSTALL function deletes a
package's files.

New installation variable $(BUILD_ROOT) for use by package
installers that want to install into a fake root directory
contrib/asdf-install/defpackage.lisp
contrib/asdf-install/installer.lisp
contrib/asdf-module.mk
contrib/vanilla-module.mk
doc/sbcl.1
install.sh
src/code/debug.lisp
src/code/toplevel.lisp
src/runtime/runtime.c
src/runtime/thread.c
version.lisp-expr