0.8.1.40:
[sbcl.git] / BUGS
diff --git a/BUGS b/BUGS
index 7586950..ad13ce5 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1080,11 +1080,23 @@ WORKAROUND:
   AMOP seems to say that it should work (first ADD-METHOD initializes
   GF lambda list).
 
-263:
-  :PREFIX, :PER-LINE-PREFIX and :SUFFIX arguments of
-  PPRINT-LOGICAL-BLOCK may be complex strings.
+264:
+  (reported by <dsk> on #lisp 2003-07-16)
 
-  (fixed in 0.8.1.33)
+    (progv '(foo) '(1)
+      (eval '(symbol-macrolet ((foo 3))
+               (declare (special foo))
+               foo)))
+
+  does not signal an error.
+
+  (fixed in 0.8.1.37)
+
+265:
+  SB-EXT:RUN-PROGRAM is currently non-functional on Linux/PPC;
+  attempting to use it leads to segmentation violations.  This is
+  probably because of a bogus implementation of
+  os_restore_fp_control().
 
 DEFUNCT CATEGORIES OF BUGS
   IR1-#: