Implementation for the R6RS (rnrs sorting) library.
[bpt/guile.git] / libguile / foreign.h
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-20 Ludovic CourtèsCosmetic changes in `foreign.c'.
2010-02-16 Ludovic CourtèsInclude <libguile/__scm.h> in "foreign.h".
2010-01-27 Andy Wingoadd simple foreign finalization, and pointer support
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-04 Andy Wingoadd foreign value wrapper