Bump version number for 1.9.9.
[bpt/guile.git] / libguile / foreign.c
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