The careful type of X is {2k} :-(. Is it really important to be
able to work with unions of many intervals?
-190: "PPC/Linux pipe? buffer? bug"
- In sbcl-0.7.6, the run-program.test.sh test script sometimes hangs
- on the PPC/Linux platform, waiting for a zombie env process. This
- is a classic symptom of buffer filling and deadlock, but it seems
- only sporadically reproducible.
-
191: "Miscellaneous PCL deficiencies"
(reported by Alexey Dejneka sbcl-devel 2002-08-04)
a. DEFCLASS does not inform the compiler about generated
As a consequence of this change, the :IF-EXISTS :NEW-VERSION
option to OPEN now signals an error if the file being opened
exists; this may have an impact on existing code.
+ * fixed bug 190: RUN-PROGRAM should now work properly, respecting
+ signals received, on the PowerPC platforms (both Linux and
+ Darwin). (thanks to Pierre Mai for pointing out the location of
+ the error)
* bug fix: DECODE-UNIVERSAL-TIME now accepts timezone arguments with
second-resolution: integer multiples of 1/3600 between -24 and 24.
(thanks to Vincent Arkesteijn)
interrupt_handle_now(signal, code, context);
break;
}
+ return;
}
if (((code >> 26) == 3) && (((code >> 21) & 31) == 24)) {
interrupt_internal_error(signal, code, context, 0);
+ return;
}
interrupt_handle_now(signal, code, context);
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.7.53"
+"0.8.7.54"