index
:
delta/guile.git
alt-par-map-and-thread-safe-popen
baserock/morph
bdw-gc-static-alloc
boehm-demers-weiser-gc
brainfuck
branch_mvo-substrings
branch_mvo-thread-cleanup
branch_release-1-4
branch_release-1-6
branch_release-1-8
calling-convention
cky-hygienic-macros
compile-to-js-merge
coop-repl-servers
dev/hanwen
dirk-adding-josts-environments
dirk-thread-factorization-branch
eval-cleanup
excise-ltdl
historical/wip-1-8-mingw-build
jimb
jimb_env_branch
jimb_mb_branch_1
jimb_readline
lexical-literals
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
master
mdj_elisp_branch
mdj_genloc_branch
mdj_goops_branch
mike-port-encodings
mingw-guile-3.0
mvo-vcell-cleanup-1-branch
mvo_libtool_branch
nan-boxing
ossau-elisp-branch
ossau-gds-dev
r6rs-strings
r7rs-wip
ra0
srfi-4-bytevectors
srfi-41
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
string-abstraction
string_abstraction2
subr-simplification
syncase
syncase-in-boot-9
thread-safe-popen
ttn-back-in-the-saddle
use-minigmp
vm
vm-syncase
vtable-vtable-deprecation
wingo
wip-2.1.2
wip-bpt-elisp
wip-closure-conversion
wip-compiler
wip-cps-bis
wip-cps-for-merge
wip-cse
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-dwarf
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-foreign-objects
wip-generalized-vectors
wip-gnulib-update
wip-goops-refactor
wip-guile-pkg
wip-https-client
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-linker
wip-lloda
wip-load-lang
wip-manual
wip-manual-2
wip-mingw
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-peg
wip-peg-fixed
wip-peg-fixed-2
wip-port-refactor
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-rtl
wip-rtl-assembler
wip-rtl-cps
wip-rtl-dwarf
wip-rtl-halloween
wip-rtl-may-2013
wip-rtl-metadata
wip-rtl-prompts
wip-rtl-vm
wip-sassy
wip-source-info
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-uri-reference
wip-utf16-debugging
wip-vector-cleanup
wip-wingo-elisp-badness
git.savannah.gnu.org: git/guile.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
foreign.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support C99 complex types in (system foreign)
Daniel Llorens
2021-11-15
1
-0
/
+6
*
Rework foreign-call trampoline
Andy Wingo
2018-08-11
1
-0
/
+3
*
Most header files use forward decl for union scm_vm_stack_element
Andy Wingo
2018-06-26
1
-2
/
+0
*
Add intrinsic for foreign-call
Andy Wingo
2018-06-26
1
-3
/
+0
*
Update license notices in all C files
Andy Wingo
2018-06-20
1
-17
/
+17
*
libguile header files have uniform format for copyright declarations
Andy Wingo
2018-06-20
1
-1
/
+2
*
Remove (C) from copyright statements
Andy Wingo
2018-06-20
1
-1
/
+1
*
Rename __scm.h to scm.h
Andy Wingo
2018-06-20
1
-1
/
+0
*
Move scm_tc7_pointer snarfer out to foreign.h
Andy Wingo
2018-06-20
1
-0
/
+4
*
Devolve gc.h
Andy Wingo
2018-06-18
1
-1
/
+2
*
FFI: Add support for functions that set 'errno'.
Mark H Weaver
2016-12-18
1
-2
/
+5
*
Parse bytecode to determine minimum arity
Andy Wingo
2016-06-24
1
-2
/
+0
*
VM stack grows downward
Andy Wingo
2015-10-21
1
-1
/
+4
*
Foreign procedures are RTL programs
Andy Wingo
2013-10-18
1
-1
/
+5
*
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
2012-02-08
1
-3
/
+3
|
\
|
*
Implement scm_to_pointer
Mark H Weaver
2012-02-02
1
-0
/
+1
|
*
leniency in the "unused modules are removed" gc.test
Andy Wingo
2012-02-02
1
-3
/
+2
*
|
refactor tc7 and tc16 checks
Andy Wingo
2011-10-24
1
-2
/
+1
|
/
*
string->pointer and pointer->string have optional encoding arg
Andy Wingo
2011-04-01
1
-2
/
+2
*
Add `pointer?'.
Ludovic Courtès
2011-01-30
1
-0
/
+1
*
Remove the "has finalizer?" bit from pointer objects.
Ludovic Courtès
2011-01-30
1
-3
/
+1
*
Rename `make-foreign-function' to `pointer->procedure'.
Ludovic Courtès
2010-09-06
1
-2
/
+2
*
Add `procedure->pointer' to the FFI.
Ludovic Courtès
2010-09-03
1
-0
/
+2
*
Add `string->pointer' and `pointer->string' to the FFI.
Ludovic Courtès
2010-08-15
1
-1
/
+4
*
Remove unused parameter from `bytevector->pointer'.
Ludovic Courtès
2010-07-28
1
-1
/
+1
*
Use "pointer" instead of "foreign" when dealing with wrapped pointers.
Ludovic Courtès
2010-07-28
1
-17
/
+17
*
Add `dereference-pointer' to `(system foreign)'.
Ludovic Courtès
2010-07-26
1
-0
/
+1
*
Simplify the (system foreign) API.
Ludovic Courtès
2010-07-26
1
-45
/
+15
*
Cosmetic changes in `foreign.c'.
Ludovic Courtès
2010-03-20
1
-1
/
+1
*
Include <libguile/__scm.h> in "foreign.h".
Ludovic Courtès
2010-02-17
1
-4
/
+4
*
add simple foreign finalization, and pointer support
Andy Wingo
2010-01-27
1
-0
/
+1
*
add `alignof' and `sizeof' Scheme functions
Andy Wingo
2010-01-26
1
-0
/
+2
*
implement foreign-call
Andy Wingo
2010-01-26
1
-0
/
+1
*
first pass at implementing low-level foreign functions
Andy Wingo
2010-01-26
1
-0
/
+23
*
byte access to foreigns via bytevectors
Andy Wingo
2010-01-26
1
-2
/
+5
*
move foreign function interface to its own module
Andy Wingo
2010-01-26
1
-1
/
+1
*
foreign.h presents a more pointer-centric interface
Andy Wingo
2010-01-26
1
-25
/
+39
*
add foreign value wrapper
Andy Wingo
2010-01-04
1
-0
/
+87