update tour.texi
[bpt/guile.git] / libguile / foreign.c
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-08-06 Andy Wingoadd docs for extensiondir; misc other fixes
2010-07-28 Ludovic CourtèsUpdate the FFI doc.
2010-07-28 Ludovic CourtèsRemove unused parameter from `bytevector->pointer'.
2010-07-28 Ludovic CourtèsAlways return `%null-pointer' when creating a NULL...
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-05-30 Ludovic CourtèsFix argument and return value alignment in `scm_i_forei...
2010-05-30 Ludovic CourtèsFix parenthesizing of the `ROUND_UP' macro; factorize.
2010-05-19 Andy Wingo%null-pointer properly aligned
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...
2010-04-08 Ludovic CourtèsAllocate foreign pointer objects in GC-scanned memory.
2010-04-08 Ludovic CourtèsAvoid obsolescent C declarator with empty parentheses.
2010-04-06 Andy Wingofinish ffi docs
2010-04-05 Andy Wingomore ffi docs
2010-03-20 Ludovic CourtèsCosmetic changes in `foreign.c'.
2010-03-20 Ludovic CourtèsFix argument passing to foreign functions.
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 Ludovic CourtèsUse GC-managed pointerless memory in the FFI.
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 Wingoturn asserts into exceptions in foreign.c
2010-01-26 Andy Wingoadd `alignof' and `sizeof' Scheme functions
2010-01-26 Andy Wingoimplement foreign-call
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
2010-01-26 Andy Wingoforeign.h presents a more pointer-centric interface
2010-01-07 Andy Wingofix compiler warnings in foreign.c
2010-01-05 Andy Wingofix include paths in foreign.c
2010-01-04 Andy Wingoadd foreign value wrapper