index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test-suite
/
tests
/
foreign.test
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-17
(scheme foreign): API is less configuration-dependent
Andy Wingo
1
-23
/
+22
2021-11-15
Support C99 complex types in (system foreign)
Daniel Llorens
1
-1
/
+8
2021-03-13
On Cygwin, 'lib' DLLs use 'cyg' prefix
Mike Gran
1
-0
/
+35
2021-02-03
Replace libltdl with raw dlopen, dlsym
Andy Wingo
1
-19
/
+17
2017-03-05
Can't recursively search DLLs with FFI on Cygwin
Mike Gran
1
-2
/
+12
2013-10-18
Foreign procedures are RTL programs
Andy Wingo
1
-0
/
+5
2013-08-11
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-0
/
+4
2013-08-09
dereference-pointer: check for null pointer.
Mark H Weaver
1
-0
/
+4
2013-07-16
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-6
/
+10
2013-06-16
tests: Skip FFI tests that use `qsort' when it's not accessible.
Ludovic Courtès
1
-6
/
+10
2013-04-14
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-4
/
+6
2013-04-09
tests: Skip FFI tests involving `scm_is_pair' when `dynamic-func' fails.
Ludovic Courtès
1
-4
/
+6
2013-02-18
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-5
/
+10
2013-02-01
Skip FFI tests that rely on `-export-dynamic' behavior when not available.
Ludovic Courtès
1
-5
/
+10
2012-06-22
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-0
/
+24
2012-05-31
Make `substitute' conversion strategy test portable.
Ludovic Courtès
1
-8
/
+15
2012-05-31
Add the `%default-port-conversion-strategy' fluid.
Ludovic Courtès
1
-0
/
+17
2012-05-21
Fix FFI struct sizing to account for trailing padding.
Ken Raeburn
1
-0
/
+4
2012-01-23
FFI: Fix `set-pointer-finalizer!' to leave the type cell unchanged.
Ludovic Courtès
1
-1
/
+7
2011-11-26
FFI: Hold a weak reference to the procedure passed to `procedure->pointer'.
Ludovic Courtès
1
-0
/
+16
2011-11-16
FFI: Add a `procedure->pointer' test.
Ludovic Courtès
1
-0
/
+10
2011-05-06
Fix `foreign.test' for big endian machines.
Ludovic Courtès
1
-10
/
+18
2011-04-01
string->pointer and pointer->string have optional encoding arg
Andy Wingo
1
-1
/
+12
2011-03-31
More descriptive error for dynamic-pointer
Michael Gran
1
-0
/
+8
2011-03-29
Fix `procedure->pointer' for functions returning `void'.
Ludovic Courtès
1
-0
/
+10
2011-03-17
add pointer->scm, scm->pointer
Andy Wingo
1
-0
/
+11
2011-03-10
FFI: Return the right alignment for structures.
Ludovic Courtès
1
-0
/
+12
2011-02-09
Improve type checking when invoking foreign functions.
Ludovic Courtès
1
-0
/
+8
2011-02-08
Have `define-wrapped-pointer-type' take a type name.
Ludovic Courtès
1
-1
/
+2
2011-01-30
Add `pointer?'.
Ludovic Courtès
1
-0
/
+6
2011-01-30
Add `define-wrapped-pointer-type'.
Ludovic Courtès
1
-1
/
+28
2010-11-11
Add FFI tests for `sizeof' and structs.
Ludovic Courtès
1
-0
/
+9
2010-11-11
Add FFI support for `short' and `unsigned short'.
Ludovic Courtès
1
-0
/
+7
2010-11-11
Have `parse-c-struct' and `make-c-struct' support `int', pointers, etc.
Ludovic Courtès
1
-0
/
+21
2010-11-11
FFI: Honor alignment constraints in `parse-c-struct'.
Ludovic Courtès
1
-0
/
+7
2010-09-23
Define `equal?' for pointer objects.
Ludovic Courtès
1
-1
/
+12
2010-09-06
Rename `make-foreign-function' to `pointer->procedure'.
Ludovic Courtès
1
-7
/
+6
2010-09-04
Add an entertaining `procedure->pointer' test.
Ludovic Courtès
1
-0
/
+18
2010-09-03
Add `procedure->pointer' to the FFI.
Ludovic Courtès
1
-0
/
+56
2010-08-15
Add `string->pointer' and `pointer->string' to the FFI.
Ludovic Courtès
1
-0
/
+12
2010-07-28
Fix `parse-c-struct'.
Ludovic Courtès
1
-0
/
+10
2010-07-28
Use "pointer" instead of "foreign" when dealing with wrapped pointers.
Ludovic Courtès
1
-9
/
+9
2010-07-26
Add `dereference-pointer' to `(system foreign)'.
Ludovic Courtès
1
-0
/
+10
2010-07-26
Simplify the (system foreign) API.
Ludovic Courtès
1
-21
/
+33
2010-06-01
rename (rnrs bytevector) to (rnrs bytevectors)
Andy Wingo
1
-1
/
+1
2010-04-09
Raise an error when attempting to modify the value of `%null-pointer'.
Ludovic Courtès
1
-0
/
+57