From 83d429394866d3bb3b9e5689cd1403601ae366d0 Mon Sep 17 00:00:00 2001 From: Alastair Bridgewater Date: Thu, 7 Oct 2010 16:53:12 +0000 Subject: [PATCH] 1.0.43.36: threads: Add ATOMIC-INCF improvement notification to NEWS. * Updated NEWS, that is all. --- NEWS | 2 ++ version.lisp-expr | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c8cf0af..af417d2 100644 --- 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. diff --git a/version.lisp-expr b/version.lisp-expr index 0814934..a7b0476 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4