Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (739 - 741 of 1030)

Ticket Resolution Summary Owner Reporter
#1351 fixed arm kernel does not need to be linked specially Gary Byers
Description

it once did, for reasons having to do with how subprimitives were called. see <https://lists.clozure.com/pipermail/openmcl-devel/2016-February/011196.html>

#1352 fixed Hard pathname in ASDF in v1.11 R. Matthew Emerson David McDonald
Description

I just downloaded CCL 1.9 from the Apple App Store. When I tried loading one of my systems using ASDF I got the following error Can't create directory "/Users/rme/". One of my colleagues suggests that "rme" may well be one of you. In any event they're not a user on my system and all my systems are dead in the water. (Until I get SBCL running ;-)

#1353 fixed *default-external-format* doesn't considered by functions. dfigrish
Description

The *default-external-format* doesn't considered by count-characters-in-octet-vector, decode-string-from-octets, encode-string-to-octets, string-size-in-octets functions which has the :external-format parameter.

There are patch suggested by Ron Garret:

(in-package :ccl)

(let ((ccl::*warn-if-redefine-kernel* nil))
  (defun lookup-character-encoding (name)
    (gethash (or name *default-external-format*) *character-encodings*)))
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.