X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=c9e7279e1c0a68dd320bc07065facb156ea35552;hb=32d12f1e914e0a2e16f099e2267101c12192b2a7;hp=fe013706cd6733c749905920e8c50f70348a0dba;hpb=0aecc2b20142e08068c3434273500131cb13fe2d;p=sbcl.git diff --git a/NEWS b/NEWS index fe01370..c9e7279 100644 --- a/NEWS +++ b/NEWS @@ -12,7 +12,7 @@ changes in sbcl-0.9.5 relative to sbcl-0.9.4: non-threaded mode on non-NPTL systems, but refuse to start entirely. * bug fix: interrupts are disabled until startup is complete; no more sigsegvs when receiving a signal to soon - * optimization: Faster 32-bit SB-ROTATE-BYTE:ROTATE-BYTE on non-x86/ppc + * optimization: faster 32-bit SB-ROTATE-BYTE:ROTATE-BYTE on non-x86/ppc platforms * bug fix: add a workaround for the memory randomization features in Linux kernels >= 2.6.12 that interfere with SBCL's memory maps. This @@ -30,6 +30,15 @@ changes in sbcl-0.9.5 relative to sbcl-0.9.4: consistent, even on internal alternate-metaclass objects. * bug fix: SB-MOP:FUNCALLABLE-STANDARD-OBJECT is now a subclass of STANDARD-OBJECT, as required by AMOP. + * bug fix: the classes STANDARD-CLASS and + SB-MOP:FUNCALLABLE-STANDARD-CLASS are now compatible in the + SB-MOP:VALIDATE-SUPERCLASS sense; there remains a constraint about + finalized classes and the FUNCTION class. + * bug fix: the SB-MOP:METAOBJECT class is now implemented as + specified by AMOP. + * bug fix: flush closure information collected by physical + environment analysis prepass before the main pass. (bug reported + by Vasile Rotaru) * threads ** bug fix: parent thread now can be gc'ed even with a live child thread