Custom Query (1030 matches)
Results (961 - 963 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1235 | notabug | --quiet doesn't suppress new banner in 1.10-r16196 | ||
| Description |
fluffy% ccl --quiet Welcome to Clozure Common Lisp Version 1.10-r16196 (DarwinX8664)! CCL is developed and maintained by Clozure Associates. For more information about CCL visit http://ccl.clozure.com. To enquire about Clozure's Common Lisp consulting services e-mail info@… or visit http://www.clozure.com. ? |
|||
| #20 | fixed | *x8664-compiler-backend-modules* and *x86-compiler-backend-modules* defined twice | ||
| Description |
In ccl:lib;compile-ccl.lisp, *x8664-compiler-backend-modules* and *x86-compiler-backend-modules* are defined twice (lines 72--89), apparently to no purpose. |
|||
| #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 |
|||
