Make snarfing tools more robust to varied C preprocessor behavior.
[bpt/guile.git] / doc / ref / api-foreign.texi
2014-02-28 Mark H WeaverFix typo in manual.
2014-02-08 Andy WingoDeprecate general "uniform-vector" interface
2013-02-14 Daniel Hartwigupdate old references in FFI doc
2013-02-02 Mark H WeaverAdd foreign types: ssize_t and ptrdiff_t.
2013-01-23 Andy Wingofix dynamic-call doc
2012-07-04 Andy Wingoadd scm_{to,from}_pointer docs
2012-02-12 Mark H WeaverFix manual: scm_foreign_to_bytevector to scm_pointer_to...
2012-02-03 Bake TimmonsImprove consistency of definitions of C functions in...
2012-01-27 Andy Wingomore documentation on the process of loading source...
2012-01-03 Ludovic Courtèsdoc: Fix typo in `define-wrapped-pointer-type' example.
2011-04-01 Andy Wingostring->pointer and pointer->string have optional encod...
2011-03-17 Andy Wingoadd pointer->scm, scm->pointer
2011-03-02 Ludovic CourtèsImprove the documentation for `dynamic-link'.
2011-02-20 Andy Wingo@value{EFFECTIVE-VERSION} instead of 2.0 in some places...
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-10-31 Neil JerramManual sections don't need a page break before
2010-10-26 Neil JerramFix manual typo
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-08-06 Andy Wingoremove type discusison from dynamic-pointer docstring
2010-07-28 Ludovic CourtèsUpdate the FFI doc.
2010-06-01 Andy Wingorename (rnrs bytevector) to (rnrs bytevectors)
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-06 Andy Wingofinish ffi docs
2010-04-05 Andy Wingomore ffi docs
2010-04-01 Andy Wingodeprecate dynamic-args-call, and update docs some more
2010-04-01 Andy Wingoadd api-foreign.texi