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
/
libguile
/
foreign.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-18
Foreign procedures are RTL programs
Andy Wingo
1
-1
/
+5
2012-02-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-3
/
+3
2012-02-02
Implement scm_to_pointer
Mark H Weaver
1
-0
/
+1
2012-02-02
leniency in the "unused modules are removed" gc.test
Andy Wingo
1
-3
/
+2
2011-10-24
refactor tc7 and tc16 checks
Andy Wingo
1
-2
/
+1
2011-04-01
string->pointer and pointer->string have optional encoding arg
Andy Wingo
1
-2
/
+2
2011-01-30
Add `pointer?'.
Ludovic Courtès
1
-0
/
+1
2011-01-30
Remove the "has finalizer?" bit from pointer objects.
Ludovic Courtès
1
-3
/
+1
2010-09-06
Rename `make-foreign-function' to `pointer->procedure'.
Ludovic Courtès
1
-2
/
+2
2010-09-03
Add `procedure->pointer' to the FFI.
Ludovic Courtès
1
-0
/
+2
2010-08-15
Add `string->pointer' and `pointer->string' to the FFI.
Ludovic Courtès
1
-1
/
+4
2010-07-28
Remove unused parameter from `bytevector->pointer'.
Ludovic Courtès
1
-1
/
+1
2010-07-28
Use "pointer" instead of "foreign" when dealing with wrapped pointers.
Ludovic Courtès
1
-17
/
+17
2010-07-26
Add `dereference-pointer' to `(system foreign)'.
Ludovic Courtès
1
-0
/
+1
2010-07-26
Simplify the (system foreign) API.
Ludovic Courtès
1
-45
/
+15
2010-03-20
Cosmetic changes in `foreign.c'.
Ludovic Courtès
1
-1
/
+1
2010-02-17
Include <libguile/__scm.h> in "foreign.h".
Ludovic Courtès
1
-4
/
+4
2010-01-27
add simple foreign finalization, and pointer support
Andy Wingo
1
-0
/
+1
2010-01-26
add `alignof' and `sizeof' Scheme functions
Andy Wingo
1
-0
/
+2
2010-01-26
implement foreign-call
Andy Wingo
1
-0
/
+1
2010-01-26
first pass at implementing low-level foreign functions
Andy Wingo
1
-0
/
+23
2010-01-26
byte access to foreigns via bytevectors
Andy Wingo
1
-2
/
+5
2010-01-26
move foreign function interface to its own module
Andy Wingo
1
-1
/
+1
2010-01-26
foreign.h presents a more pointer-centric interface
Andy Wingo
1
-25
/
+39
2010-01-04
add foreign value wrapper
Andy Wingo
1
-0
/
+87