Custom Query (1030 matches)
Results (301 - 303 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1350 | fixed | Firefox doesn't like lists.clozure.com | ||
| Description |
Trying to open https://lists.clozure.com/pipermail/openmcl-devel/2008-February/003755.html , I get: "The owner of lists.clozure.com has configured their website improperly. To protect your information from being stolen, Firefox has not connected to this website." |
|||
| #236 | fixed | Fix for UTTypeConformsTo key in Cocoa IDE's Info.plist | ||
| Description |
The UTTypeConformsTo key in the Info.plist's type definition should be an array of strings instead of a string. The effect of this bug is that other apps/spotlight-plugins that reference lisp files (like the Lisp Metadata Importer) don't work because CCL's type definition results in a broken UTI. I'm attaching a patch that fixes this, but with the recent directory layout changes I wasn't sure if the patch applies to the right file. |
|||
| #241 | fixed | Fixes for UFFI support | ||
| Description |
UFFI uses internal CCL functions, some of which do not work any more: %set-cstring assumed byte-wide characters %find-foreign-record first looked for a structure definition, then for a union definition. For unions, it appears that the struct definition that was created for unions was always returned. I reversed the order (first look for a union definition, then for a structure definition for a given name) which fixes the problem for the UFFI test suite. This needs review. Patch attached. |
|||
