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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-09
Improve type checking when invoking foreign functions.
Ludovic Courtès
1
-0
/
+4
2011-01-30
Add `pointer?'.
Ludovic Courtès
1
-0
/
+10
2011-01-30
Remove the "has finalizer?" bit from pointer objects.
Ludovic Courtès
1
-4
/
+1
2011-01-27
objcode type is an enumeration, not flags
Andy Wingo
1
-2
/
+2
2010-12-04
make-string et al nulls memory if not given an initializer
Andy Wingo
1
-0
/
+2
2010-11-19
Include <alloca.h> wherever `alloca' is used.
Ludovic Courtès
1
-0
/
+1
2010-11-11
Add FFI support for `short' and `unsigned short'.
Ludovic Courtès
1
-0
/
+26
2010-09-06
Rename `make-foreign-function' to `pointer->procedure'.
Ludovic Courtès
1
-3
/
+3
2010-09-03
Add `procedure->pointer' to the FFI.
Ludovic Courtès
1
-26
/
+114
2010-08-15
Add `string->pointer' and `pointer->string' to the FFI.
Ludovic Courtès
1
-14
/
+49
2010-08-06
add docs for extensiondir; misc other fixes
Andy Wingo
1
-2
/
+2
2010-07-28
Update the FFI doc.
Ludovic Courtès
1
-11
/
+7
2010-07-28
Remove unused parameter from `bytevector->pointer'.
Ludovic Courtès
1
-17
/
+6
2010-07-28
Always return `%null-pointer' when creating a NULL pointer with no finalizer.
Ludovic Courtès
1
-20
/
+20
2010-07-28
Use "pointer" instead of "foreign" when dealing with wrapped pointers.
Ludovic Courtès
1
-64
/
+63
2010-07-26
Add `dereference-pointer' to `(system foreign)'.
Ludovic Courtès
1
-0
/
+13
2010-07-26
Simplify the (system foreign) API.
Ludovic Courtès
1
-203
/
+78
2010-05-30
Fix argument and return value alignment in `scm_i_foreign_call'.
Ludovic Courtès
1
-16
/
+21
2010-05-30
Fix parenthesizing of the `ROUND_UP' macro; factorize.
Ludovic Courtès
1
-3
/
+0
2010-05-20
%null-pointer properly aligned
Andy Wingo
1
-7
/
+5
2010-04-09
Raise an error when attempting to modify the value of `%null-pointer'.
Ludovic Courtès
1
-1
/
+17
2010-04-09
Allocate foreign pointer objects in GC-scanned memory.
Ludovic Courtès
1
-5
/
+1
2010-04-09
Avoid obsolescent C declarator with empty parentheses.
Ludovic Courtès
1
-2
/
+2
2010-04-06
finish ffi docs
Andy Wingo
1
-4
/
+16
2010-04-06
more ffi docs
Andy Wingo
1
-1
/
+7
2010-03-20
Cosmetic changes in `foreign.c'.
Ludovic Courtès
1
-42
/
+44
2010-03-20
Fix argument passing to foreign functions.
Ludovic Courtès
1
-5
/
+17
2010-03-18
Add `%null-pointer' to `(system foreign)'.
Ludovic Courtès
1
-1
/
+14
2010-03-17
Provide `int', `long', `size_t', etc. in `(system foreign)'.
Ludovic Courtès
1
-0
/
+55
2010-03-17
Use GC-managed pointerless memory in the FFI.
Ludovic Courtès
1
-6
/
+8
2010-03-16
rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0
Andy Wingo
1
-1
/
+2
2010-01-27
add simple foreign finalization, and pointer support
Andy Wingo
1
-0
/
+50
2010-01-26
turn asserts into exceptions in foreign.c
Andy Wingo
1
-8
/
+13
2010-01-26
add `alignof' and `sizeof' Scheme functions
Andy Wingo
1
-1
/
+91
2010-01-26
implement foreign-call
Andy Wingo
1
-0
/
+133
2010-01-26
first pass at implementing low-level foreign functions
Andy Wingo
1
-1
/
+323
2010-01-26
byte access to foreigns via bytevectors
Andy Wingo
1
-108
/
+154
2010-01-26
move foreign function interface to its own module
Andy Wingo
1
-1
/
+32
2010-01-26
foreign.h presents a more pointer-centric interface
Andy Wingo
1
-117
/
+151
2010-01-07
fix compiler warnings in foreign.c
Andy Wingo
1
-14
/
+15
2010-01-05
fix include paths in foreign.c
Andy Wingo
1
-2
/
+2
2010-01-04
add foreign value wrapper
Andy Wingo
1
-0
/
+288