X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=7b330170e2b2110f5a4bdb9f3d1c62514d8ffa46;hb=66b919851a8564e8f21247703d54c01c293414f8;hp=2a4716761ebc610942f5424fcb77c2e26b6f385d;hpb=afeb118568baef10add5ab472e544c485fd412ce;p=sbcl.git diff --git a/NEWS b/NEWS index 2a47167..7b33017 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,7 @@ changes in sbcl-1.0.16 relative to 1.0.15: * optimization: modular arithmetic for a particular requested width is implemented using a tagged representation unless a better representation is available. + * bug fix: FIND-CLASS was not thread-safe. (reported by Attila Lendvai) * bug fix: ~R was broken for vigtillions. (thanks to Luis Oliveira) * bug fix: attempt to obtain *SCHEDULER-LOCK* recursively when unscheduling timer at the same time as another timer fires.