1.0.43.36: threads: Add ATOMIC-INCF improvement notification to NEWS.
authorAlastair Bridgewater <lisphacker@users.sourceforge.net>
Thu, 7 Oct 2010 16:53:12 +0000 (16:53 +0000)
committerAlastair Bridgewater <lisphacker@users.sourceforge.net>
Thu, 7 Oct 2010 16:53:12 +0000 (16:53 +0000)
  * Updated NEWS, that is all.

NEWS
version.lisp-expr

diff --git a/NEWS b/NEWS
index c8cf0af..af417d2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ changes relative to sbcl-1.0.43:
     without touching source, using the --dynamic-space-size argument to make.sh.
   * enhancement: DESCRIBE recognizes symbols naming optimization policy
     qualities, and mentions ALWAYS-BOUND declarations.
+  * enhancement: ATOMIC-INCF now supports AREF of (SIMPLE-ARRAY SB-EXT:WORD (*))
+    as a place.
   * bug fix: compiler failed to derive the result-type of MAKE-ARRAY as
     (AND VECTOR (NOT SIMPLE-ARRAY)) when appropriate. (lp#309130)
   * bug fix: (THE (VALUES ...)) in LOAD-TIME-VALUE caused a compiler-error.
index 0814934..a7b0476 100644 (file)
@@ -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.43.35"
+"1.0.43.36"