Custom Query (1030 matches)
Results (289 - 291 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #619 | invalid | Image build with save-application() hangs on gc | ||
| Description |
An image build with (ccl::save-application "~/lisp/projects/gc-bug"
hangs on (gc). I have tested this with the newest (as of 2009-10-30) code from svn, both in 32 and 64 bit mode, on Linux. -- Paul |
|||
| #756 | invalid | read-line() broken for utf-16 and ucs-2 | ||
| Description |
I get a crash when executing something like (with-open-file (stream ucs-2-file :external-format :ucs-2) (print (read-line stream))) The same for :utf-16. read-char() is OK.
|
|||
| #1336 | fixed | Wrong keyword in check-deferred-call-args() | ||
| Description |
In check-deferred-call-args() level-1/sysutils.lisp, the keyword :unknown-gf-keys should be :unknown-gf-keywords. The current value leads to an error in report-compile-time-argument-mismatch(), in compiler/nx-basic.lisp. A long-standing bug. Regards, Paul Meurer |
|||
