Custom Query (1030 matches)
Results (946 - 948 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #358 | fixed | filesystem character encoding | ||
| Description |
CCL doesn't properly deal with filenames with unicode characters which are beyond latin-1. Neither DIRECTORY does list correct filenames, nor OPEN can acces files with unicode pathnames. -K utf-8 is supplied, *default-file-character-encoding* => :UTF-8. That is on 64 and 32 bit linux. |
|||
| #435 | fixed | *load-pathname* is set to truename | ||
| Description |
When having *default-pathname-defaults* set to "", and doing (load "foo.lisp"), *load-pathname* is set to truename of that file, but according to the spec it should be set to (pathname (merge-pathnames filespec)). *compile-file-pathname* gets the right value. |
|||
| #449 | fixed | Deleting current package | ||
| Description |
If I DELETE-PACKAGE a package, which is the current package, I get
And CCL ends up in the kernel debugger, when i try to call functions with unqualified names. |
|||
