Custom Query (1030 matches)
Results (172 - 174 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1020 | invalid | CL:LOAD improper behavior | ||
| Description |
cl:load should bind cl:compile-file-pathname to NIL but it does not, this causes the following to break: (eval-when (:compile-toplevel :load-toplevel)
|
|||
| #252 | fixed | CLOSE with :ABORT T does not delete FILE | ||
| Description |
When a file is created with OPEN, CLOSEing it with :ABORT T should delete it. Currently, the created file is not deleted. The correct thing happens, though, when the file is CLOSEd after OPENing it with :IF-EXISTS :SUPERSEDE. ie The original contents are restored. |
|||
| #251 | fixed | CLOSE-SHARED-LIBRARY unavailable on FreeBSD | ||
| Description |
In order to dump an image that I can start, it appears that I need to unload the shared libraries that have been loaded and load them at image startup time. I figured that CLOSE-SHARED-LIBRARY is meant to be used to close and unload a shared library. This function is unavailable on FreeBSD, and it appears that fixing this is not totally trivial, as OPEN-SHARED-LIBRARY seems not to return or store the pointer returned by dlopen. I guess this is not news. Is there a workaround available that makes it possible to use images dumped from a CCL that has shared libraries loaded? |
|||
