add pointer->scm, scm->pointer
[bpt/guile.git] / test-suite / tests / foreign.test
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...