Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (946 - 948 of 1030)

Ticket Resolution Summary Owner Reporter
#358 fixed filesystem character encoding Gary Byers Stas Boukarev
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 Gary Byers Stas Boukarev
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 gz Stas Boukarev
Description

If I DELETE-PACKAGE a package, which is the current package, I get

Error: #<Deleted Package> is a deleted package . While executing: #<error printing #<Recursive printing error> #x30004001A4BE> #x3000400CD6EE>, in process listener(1).

And CCL ends up in the kernel debugger, when i try to call functions with unqualified names.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.