0.8.3.10
authorDaniel Barlow <dan@telent.net>
Thu, 28 Aug 2003 15:32:28 +0000 (15:32 +0000)
committerDaniel Barlow <dan@telent.net>
Thu, 28 Aug 2003 15:32:28 +0000 (15:32 +0000)
commite29e89b56564b0d302f0ded969a298b948722add
tree6cf6c0a9c78864921cb1e5e75881253b0a79feed
parent7ff14ce5fb7d138d2cd39eb6364e5ae175ac1838
0.8.3.10
Restore the GC hooks.  *BEFORE-GC-HOOKS* and *AFTER-GC-HOOKS*
are run with interrupts disabled and all other threads
paused.  They should take no arguments.  This means that
finalization works again: three cheers.

Remove all trace of *GC-NOTIFY-{BEFORE,AFTER,STREAM}* : if you
want to notify the user that G is being C, use a hook.

test/threads.impure.lisp contains a new test which is known
to fail.  Don't feel bad about deleting it

Fix asdf-install to actually chase dependencies recursively
instead of just finding the first one then stopping.  Now it
seems to be able to install Araneida

Restore inadvertently chopped line to version.lisp-expr
contrib/asdf-install/installer.lisp
src/code/cold-init.lisp
src/code/dyncount.lisp
src/code/gc.lisp
src/code/globals.lisp
src/code/toplevel.lisp
tests/threads.impure.lisp
version.lisp-expr