X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=fad418828bb9e506b41d215c04ae75b934fc9945;hb=1f03c7f326823245708a84af86b31ac72bdb1742;hp=9f7e51abc9a56cc9eaee5a7432924b6043ea8580;hpb=1baab0bfb9538caec57262ed37f693507f6f33ec;p=sbcl.git diff --git a/NEWS b/NEWS index 9f7e51a..fad4188 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- -changes relative to sbcl-1.0.33: +changes relative to sbcl-1.0.34: + * bug fix: GET-MACRO-CHARACTER bogusly computed its second return value + always relative to *READTABLE* rather than the passed argument. + +changes in sbcl-1.0.34 relative to sbcl-1.0.33: * minor incompatible change: threading support is now enabled by default on x86[-64] Linux. * enhancement: SB-INTROSPECT:DEFTYPE-LAMBDA-LIST now also works on most