summaryrefslogtreecommitdiff
path: root/doc/ref/api-foreign.texi
AgeCommit message (Expand)AuthorFilesLines
2013-02-14update old references in FFI docDaniel Hartwig1-2/+2
2013-02-02Add foreign types: ssize_t and ptrdiff_t.Mark H Weaver1-0/+2
2013-01-23fix dynamic-call docAndy Wingo1-4/+1
2012-07-04add scm_{to,from}_pointer docsAndy Wingo1-0/+16
2012-02-12Fix manual: scm_foreign_to_bytevector to scm_pointer_to_bytevectorMark H Weaver1-1/+1
2012-02-04Improve consistency of definitions of C functions in manual.Bake Timmons1-6/+6
2012-01-27more documentation on the process of loading source and compiled filesAndy Wingo1-5/+5
2012-01-03doc: Fix typo in `define-wrapped-pointer-type' example.Ludovic Courtès1-2/+2
2011-04-01string->pointer and pointer->string have optional encoding argAndy Wingo1-9/+11
2011-03-17add pointer->scm, scm->pointerAndy Wingo1-0/+14
2011-03-02Improve the documentation for `dynamic-link'.Ludovic Courtès1-3/+10
2011-02-20@value{EFFECTIVE-VERSION} instead of 2.0 in some places in the manualAndy Wingo1-3/+3
2011-02-08Have `define-wrapped-pointer-type' take a type name.Ludovic Courtès1-2/+3
2011-01-30Add `pointer?'.Ludovic Courtès1-0/+4
2011-01-30Add `define-wrapped-pointer-type'.Ludovic Courtès1-2/+72
2010-10-31Manual sections don't need a page break beforeNeil Jerram1-1/+0
2010-10-26Fix manual typoNeil Jerram1-1/+1
2010-09-06Rename `make-foreign-function' to `pointer->procedure'.Ludovic Courtès1-14/+14
2010-09-03Add `procedure->pointer' to the FFI.Ludovic Courtès1-2/+66
2010-08-15Add `string->pointer' and `pointer->string' to the FFI.Ludovic Courtès1-0/+16
2010-08-06add docs for extensiondir; misc other fixesAndy Wingo1-33/+27
2010-08-06remove type discusison from dynamic-pointer docstringAndy Wingo1-5/+0
2010-07-28Update the FFI doc.Ludovic Courtès1-108/+83
2010-06-01rename (rnrs bytevector) to (rnrs bytevectors)Andy Wingo1-1/+1
2010-04-06finish ffi docsAndy Wingo1-71/+206
2010-04-06more ffi docsAndy Wingo1-53/+246
2010-04-02deprecate dynamic-args-call, and update docs some moreAndy Wingo1-33/+24
2010-04-02add api-foreign.texiAndy Wingo1-0/+512