Custom Query (1030 matches)
Results (739 - 741 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1351 | fixed | arm kernel does not need to be linked specially | ||
| 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 | ||
| 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
|
|||
| #1353 | fixed | *default-external-format* doesn't considered by functions. | ||
| 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*)))
|
|||
