summaryrefslogtreecommitdiff
path: root/doc/ref/api-foreign.texi
Commit message (Expand)AuthorAgeFilesLines
* Support C99 complex types in (system foreign)Daniel Llorens2021-11-151-1/+4
* Fix typos in SRFI docsArun Isaac2021-11-031-1/+1
* On Cygwin, 'lib' DLLs use 'cyg' prefixMike Gran2021-03-131-0/+6
* Replace libltdl with raw dlopen, dlsymAndy Wingo2021-02-031-520/+436
* Interpret dynamic library name as literal file name first.Isaac Jurado2020-03-221-5/+8
* foreign: Add 'uintptr_t' and 'intptr_t'.Matt Wette2017-11-221-0/+2
* doc: Document 'short' and 'unsigned-short' foreign types.Mark H Weaver2017-06-111-0/+2
* Can't recursively search DLLs with FFI on CygwinMike Gran2017-03-051-1/+6
* FFI: Add support for functions that set 'errno'.Mark H Weaver2016-12-181-4/+11
* doc: Do not gender the programmer.Ricardo Wurmus2016-07-251-1/+1
* Fix typo in manual.Mark H Weaver2014-02-271-1/+1
* Deprecate general "uniform-vector" interfaceAndy Wingo2014-02-081-7/+5
* update old references in FFI docDaniel Hartwig2013-02-141-2/+2
* Add foreign types: ssize_t and ptrdiff_t.Mark H Weaver2013-02-021-0/+2
* fix dynamic-call docAndy Wingo2013-01-231-4/+1
* add scm_{to,from}_pointer docsAndy Wingo2012-07-041-0/+16
* Fix manual: scm_foreign_to_bytevector to scm_pointer_to_bytevectorMark H Weaver2012-02-121-1/+1
* Improve consistency of definitions of C functions in manual.Bake Timmons2012-02-041-6/+6
* more documentation on the process of loading source and compiled filesAndy Wingo2012-01-271-5/+5
* doc: Fix typo in `define-wrapped-pointer-type' example.Ludovic Courtès2012-01-031-2/+2
* string->pointer and pointer->string have optional encoding argAndy Wingo2011-04-011-9/+11
* add pointer->scm, scm->pointerAndy Wingo2011-03-171-0/+14
* Improve the documentation for `dynamic-link'.Ludovic Courtès2011-03-021-3/+10
* @value{EFFECTIVE-VERSION} instead of 2.0 in some places in the manualAndy Wingo2011-02-201-3/+3
* Have `define-wrapped-pointer-type' take a type name.Ludovic Courtès2011-02-081-2/+3
* Add `pointer?'.Ludovic Courtès2011-01-301-0/+4
* Add `define-wrapped-pointer-type'.Ludovic Courtès2011-01-301-2/+72
* Manual sections don't need a page break beforeNeil Jerram2010-10-311-1/+0
* Fix manual typoNeil Jerram2010-10-261-1/+1
* Rename `make-foreign-function' to `pointer->procedure'.Ludovic Courtès2010-09-061-14/+14
* Add `procedure->pointer' to the FFI.Ludovic Courtès2010-09-031-2/+66
* Add `string->pointer' and `pointer->string' to the FFI.Ludovic Courtès2010-08-151-0/+16
* add docs for extensiondir; misc other fixesAndy Wingo2010-08-061-33/+27
* remove type discusison from dynamic-pointer docstringAndy Wingo2010-08-061-5/+0
* Update the FFI doc.Ludovic Courtès2010-07-281-108/+83
* rename (rnrs bytevector) to (rnrs bytevectors)Andy Wingo2010-06-011-1/+1
* finish ffi docsAndy Wingo2010-04-061-71/+206
* more ffi docsAndy Wingo2010-04-061-53/+246
* deprecate dynamic-args-call, and update docs some moreAndy Wingo2010-04-021-33/+24
* add api-foreign.texiAndy Wingo2010-04-021-0/+512