Fix bytevector-copy when applied to SRFI-4 homogeneous numeric vectors.
[bpt/guile.git] / test-suite / tests / foreign.test
2013-08-09 Mark H Weaverdereference-pointer: check for null pointer.
2013-06-16 Ludovic Courtèstests: Skip FFI tests that use `qsort' when it's not...
2013-04-09 Ludovic Courtèstests: Skip FFI tests involving `scm_is_pair' when...
2013-02-01 Ludovic CourtèsSkip FFI tests that rely on `-export-dynamic' behavior...
2012-05-31 Ludovic CourtèsMake `substitute' conversion strategy test portable.
2012-05-30 Ludovic CourtèsAdd the `%default-port-conversion-strategy' fluid.
2012-01-23 Ludovic CourtèsFFI: Fix `set-pointer-finalizer!' to leave the type...
2011-11-26 Ludovic CourtèsFFI: Hold a weak reference to the procedure passed...
2011-11-16 Ludovic CourtèsFFI: Add a `procedure->pointer' test.
2011-05-06 Ludovic CourtèsFix `foreign.test' for big endian machines.
2011-04-01 Andy Wingostring->pointer and pointer->string have optional encod...
2011-03-31 Michael GranMore descriptive error for dynamic-pointer
2011-03-29 Ludovic CourtèsFix `procedure->pointer' for functions returning `void'.
2011-03-17 Andy Wingoadd pointer->scm, scm->pointer
2011-03-10 Ludovic CourtèsFFI: Return the right alignment for structures.
2011-02-08 Ludovic CourtèsImprove type checking when invoking foreign functions.
2011-02-08 Ludovic CourtèsHave `define-wrapped-pointer-type' take a type name.
2011-01-30 Ludovic CourtèsAdd `pointer?'.
2011-01-30 Ludovic CourtèsAdd `define-wrapped-pointer-type'.
2010-11-11 Ludovic CourtèsAdd FFI tests for `sizeof' and structs.
2010-11-11 Ludovic CourtèsAdd FFI support for `short' and `unsigned short'.
2010-11-11 Ludovic CourtèsHave `parse-c-struct' and `make-c-struct' support ...
2010-11-11 Ludovic CourtèsFFI: Honor alignment constraints in `parse-c-struct'.
2010-09-23 Ludovic CourtèsDefine `equal?' for pointer objects.
2010-09-06 Ludovic CourtèsRename `make-foreign-function' to `pointer->procedure'.
2010-09-04 Ludovic CourtèsAdd an entertaining `procedure->pointer' test.
2010-09-03 Ludovic CourtèsAdd `procedure->pointer' to the FFI.
2010-08-15 Ludovic CourtèsAdd `string->pointer' and `pointer->string' to the...
2010-07-28 Ludovic CourtèsFix `parse-c-struct'.
2010-07-28 Ludovic CourtèsUse "pointer" instead of "foreign" when dealing with...
2010-07-26 Ludovic CourtèsAdd `dereference-pointer' to `(system foreign)'.
2010-07-26 Ludovic CourtèsSimplify the (system foreign) API.
2010-06-01 Andy Wingorename (rnrs bytevector) to (rnrs bytevectors)
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-08 Ludovic CourtèsRaise an error when attempting to modify the value...