On Mon, Apr 26, 2010 at 12:57 AM, Luís Oliveira <luismbo@gmail.com> wrote:
On Sun, Apr 25, 2010 at 1:47 PM, Juan Jose Garcia-RipollI've tweaked your patch to use that feature to decide when to push
<juanjose.garciaripoll@googlemail.com> wrote:
> * The former definition for :long-long types in cffi-ecl.lisp was broken. I
> have agumented ECL with a feature that signals the existence of such a type
> in ECL and include a patch here for CFFI to take that into account. (Patch
> attached)
cffi-sys::no-long-long to *features*.
> * Upon reading the CFFI specification it seems that FOREIGN-FREE can onlyThat was the probably the original intent. Is this problematic for
> free memory that has been allocated by CFFI. However the test cases in
> misc-types.lsp do something else, deallocating the output of my_strdup()
> explicitely.
ECL? (I'm guessing it's because of the GC?)