summaryrefslogtreecommitdiff
path: root/doc/ref/api-foreign.texi
AgeCommit message (Expand)AuthorFilesLines
2024-10-26doc: Fix typo in FFI documentation.Nikolaos Chatzikonstantinou1-1/+1
2024-05-06Fix typos throughout codebase.Morgan Smith1-9/+9
2024-03-17Expose read-c-struct, write-c-struct syntaxAndy Wingo1-9/+49
2021-11-15Support C99 complex types in (system foreign)Daniel Llorens1-1/+4
2021-11-03Fix typos in SRFI docsArun Isaac1-1/+1
2021-03-13On Cygwin, 'lib' DLLs use 'cyg' prefixMike Gran1-0/+6
2021-02-03Replace libltdl with raw dlopen, dlsymAndy Wingo1-520/+436
2020-03-22Interpret dynamic library name as literal file name first.Isaac Jurado1-5/+8
2017-11-22foreign: Add 'uintptr_t' and 'intptr_t'.Matt Wette1-0/+2
2017-06-11doc: Document 'short' and 'unsigned-short' foreign types.Mark H Weaver1-0/+2
2017-03-05Can't recursively search DLLs with FFI on CygwinMike Gran1-1/+6
2016-12-18FFI: Add support for functions that set 'errno'.Mark H Weaver1-4/+11
2016-07-25doc: Do not gender the programmer.Ricardo Wurmus1-1/+1
2014-02-27Fix typo in manual.Mark H Weaver1-1/+1
2014-02-08Deprecate general "uniform-vector" interfaceAndy Wingo1-7/+5
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