Skip to content
  1. Apr 03, 2013
  2. Jan 18, 2013
  3. May 05, 2012
    • Liam M. Healy's avatar
      Tests for cffi-libffi working · 03297bd6
      Liam M. Healy authored
      Fix an error in the recursive call in libffi-type-pointer for
      foreign-struct-type, now parse the slot-type, which is unparsed.  This
      makes FSBV.3 and FSBV.4 succeed.  Removed quote from test FSBV.2; this
      makes FSBV.2 succeed.
      03297bd6
  4. Mar 18, 2012
  5. Mar 16, 2012
    • Liam M. Healy's avatar
      Change comment to refer to "libffi" · f28d2e8c
      Liam M. Healy authored
      Comment referred to "FSBV" now corrected to "libffi".  Other uses (the
      tests and foreign library for tests, the *feature* symbol, and the
      variable 'fsbvp resulting from fn-call-by-value-p) genuinely refer to
      FSBV and not specifically libffi.  Distinction: "FSBV" refers to all
      calls of structures by value, whether accomplished with the help of
      libffi or not (some compilers have FSBV built in), "libffi" refers to
      the use of the libffi library whether or not for calling foreign
      structures by value (there are other functions not yet made use of in
      CFFI, but someday might).
      f28d2e8c
  6. Feb 05, 2012