|
[Sbcl-commits] CVS: sbcl version.lisp-expr,1.1194,1.1195
From: Daniel Barlow <dan_b@us...> - 2003-08-28 15:32
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1:/tmp/cvs-serv21699
Modified Files:
version.lisp-expr
Log Message:
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
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1194
retrieving revision 1.1195
diff -u -d -r1.1194 -r1.1195
--- version.lisp-expr 28 Aug 2003 12:11:48 -0000 1.1194
+++ version.lisp-expr 28 Aug 2003 15:32:28 -0000 1.1195
@@ -16,4 +16,5 @@
;;; with something arbitrary in the fourth field, is used for CVS
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
-"0.8.3.9"
+;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
+"0.8.3.10"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr,1.1194,1.1195 | Daniel Barlow <dan_b@us...> |