Custom Query (1030 matches)
Results (952 - 954 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #652 | fixed | *stderr* not flushed on quit | ||
| Description |
I'm not really sure how right it is, but the attached patch fixes this issue for me. And regarding the code, I don't know what unwind-protect is doing there, since it doesn't have clean-up forms. And a related issue, why is *error-output* bound to ccl:*stderr* only with --batch option? related source line http://trac.clozure.com/ccl/browser/trunk/source/level-1/l1-boot-2.lisp#L151 |
|||
| #770 | fixed | add :arm to *features* | ||
| Description |
By analogy with other architectures the attached patch adds :arm to *features* for arm targets. |
|||
| #784 | fixed | The initial value of *print-pprint-dispatch* is NIL. | ||
| Description |
Although it's implementation dependent what initial value *print-pprint-dispatch* is, NIL is rather inconvenient, since it causes set-pprint-dispatch without explicit table to error. |
|||
