|
[Sbcl-commits] CVS: sbcl NEWS, 1.1152, 1.1153 version.lisp-expr,
1.3253, 1.3254
From: <melisgl@us...> - 2007-03-23 16:09
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv4352
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.3.48: mark JOIN-THREAD as experimental
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1152
retrieving revision 1.1153
diff -u -d -r1.1152 -r1.1153
--- NEWS 18 Mar 2007 19:30:25 -0000 1.1152
+++ NEWS 23 Mar 2007 16:09:49 -0000 1.1153
@@ -9,7 +9,7 @@
* change: runtimes with embedded cores (i.e. saved with :EXECUTABLE T)
don't print the startup banner, but behave as if --noinform was passed
as a command line argument. (thanks to Kevin Reid)
- * new feature: added JOIN-THREAD (by NIIMI Satoshi)
+ * new experimental feature: added JOIN-THREAD (by NIIMI Satoshi)
* optimization: code using alien values with undeclared types is much faster.
* optimization: the compiler is now able to open code SEARCH in more cases.
* optimization: more compact typechecks on x86-64 (thanks to Lutz Euler)
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3253
retrieving revision 1.3254
diff -u -d -r1.3253 -r1.3254
--- version.lisp-expr 21 Mar 2007 08:26:19 -0000 1.3253
+++ version.lisp-expr 23 Mar 2007 16:09:51 -0000 1.3254
@@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.3.47"
+"1.0.3.48"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS, 1.1152, 1.1153 version.lisp-expr, 1.3253, 1.3254 | <melisgl@us...> |