0.8.18.35:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 9df9311..0d05ab9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,10 +22,17 @@ changes in sbcl-0.8.19 relative to sbcl-0.8.18:
     directories works correctly.  (thanks to Artem V. Andreev)
   * fixed bug 125: compiler preserves identity of closures. (reported
     by Gabe Garza)
+  * bug fixed: functions with &REST arguments sometimes failed with
+    "Undefined function" when compiled with (DEBUG 3). (reported by
+    Robert J. Macomber)
+  * bug fix: overflow during compiling of setting element of a bit
+    vector with constant index and value. (reported by Timmy Douglas)
   * build fix: fixed the dependence on *LOAD-PATHNAME* and
     *COMPILE-FILE-PATHNAME* being absolute pathnames.
   * on x86 compiler partially supports stack allocation of dynamic-extent
     closures.
+  * GO and RETURN-FROM do not check the extent of their exit points
+    when compiled with SAFETY 0.
   * fixed some bugs related to Unicode integration:
     ** encoding and decoding errors are now much more robustly
        handled; it should now be possible to recover even from invalid
@@ -40,6 +47,8 @@ changes in sbcl-0.8.19 relative to sbcl-0.8.18:
        the correct number of arguments.
     ** READ-FROM-STRING returns the mandated second value when applied
        to displaced strings.
+    ** the #\Rubout and #\Backspace characters are treated as invalid
+       constituent characters by the tokenizer.
 
 changes in sbcl-0.8.18 relative to sbcl-0.8.17:
   * new feature: reloading changed shared object files with