Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / module / system / foreign.scm
2011-12-19 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-13 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-01 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-27 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-24 Andy Wingoremove a stale comment
2011-04-11 Andy WingoMerge remote branch 'origin/stable-2.0'
2011-03-17 Andy Wingoadd pointer->scm, scm->pointer
2011-03-13 Ludovic CourtèsWork around weak-value hash table bug in `define-wrappe...
2011-02-08 Ludovic CourtèsHave `define-wrapped-pointer-type' take a type name.
2011-02-07 Ludovic CourtèsHack around a defect in `define-wrapped-pointer-type'.
2011-01-30 Ludovic CourtèsAdd `pointer?'.
2011-01-30 Ludovic CourtèsAdd `define-wrapped-pointer-type'.
2010-12-12 Andy Wingoforeign: c-struct parsing simplification
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-06 Ludovic CourtèsRename `make-foreign-function' to `pointer->procedure'.
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èsUpdate the FFI doc.
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-03-17 Ludovic CourtèsAdd `%null-pointer' to `(system foreign)'.
2010-03-16 Ludovic CourtèsProvide `int', `long', `size_t', etc. in `(system forei...
2010-03-16 Andy Wingorename libguile to libguile-@EFFECTIVE_VERSION@, curren...
2010-01-27 Andy Wingoadd simple foreign finalization, and pointer support
2010-01-26 Andy Wingoadd make-c-struct, parse-c-struct
2010-01-26 Andy Wingofirst pass at implementing low-level foreign functions
2010-01-26 Andy Wingobyte access to foreigns via bytevectors
2010-01-26 Andy Wingomove foreign function interface to its own module