Custom Query (1030 matches)
Results (928 - 930 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1176 | fixed | command-option-w should close all windows of a given type. | ||
| Description |
Instead it does nothing. |
|||
| #1181 | fixed | Apropos window broken | ||
| Description |
In Clozure Common Lisp Version 1.10-dev-r16074M-trunk Select Tools/Apropos... You will immediately be thrown into the Alt Console
1 > Tested on OS X 10.9.2 |
|||
| #1182 | fixed | CFFI, Mac OS X, shared libraries, crash | ||
| Description |
$ cat > main.c int a(){return 15;}D $ gcc -dynamiclib -undefined suppress -flat_namespace -fPIC main.c -o libmain.so Can't close shared library. Error is „Error: Shared library not open: "/usr/lib/system/libsystem_c.dylib"“. (ql:quickload :cffi) (let (( lib
; (ccl:close-shared-library (cffi::foreign-library-handle lib) ; :completely nil)
) ; (cffi:foreign-funcall "a" :int) cffi is last, ccl is git trunk (i386, x64), Mac OS X 1.9, sbcl (for example) is working (and really unload, so it is proof of dynamic libraries unloading possibility under Darwin). It's a very important feature for me. Please, fix it :) |
|||
