summaryrefslogtreecommitdiff
path: root/test-suite/standalone/test-ffi
Commit message (Expand)AuthorAgeFilesLines
* for dynamic-link tests, mingw needs to link to msvcrtMichael Gran2021-01-211-0/+3
* Can't recursively search DLLs with FFI on CygwinMike Gran2017-03-051-2/+10
* Support calling foreign functions of 10 arguments or more.Mark H Weaver2013-02-281-0/+15
* Rename `make-foreign-function' to `pointer->procedure'.Ludovic Courtès2010-09-061-41/+41
* Add license header to `test-ffi'.Ludovic Courtès2010-09-031-0/+17
* Add `procedure->pointer' to the FFI.Ludovic Courtès2010-09-031-1/+47
* Use "pointer" instead of "foreign" when dealing with wrapped pointers.Ludovic Courtès2010-07-281-5/+5
* Simplify the (system foreign) API.Ludovic Courtès2010-07-261-5/+6
* rename (rnrs bytevector) to (rnrs bytevectors)Andy Wingo2010-06-011-2/+2
* Have `test-ffi' run all the tests even after a failure.Ludovic Courtès2010-05-301-2/+10
* Change `dynamic-link' to return a global handle when the argument is omitted.Ludovic Courtès2010-03-171-0/+25
* add a test for ffi and pointersAndy Wingo2010-01-271-1/+16
* add a test for foreign functions taking struct argsAndy Wingo2010-01-261-0/+10
* add ffi testsAndy Wingo2010-01-261-0/+149