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
2013-08-11
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-1
/
+7
2013-08-09
dereference-pointer: check for null pointer.
Mark H Weaver
1
-1
/
+7
2013-05-23
add scm_{to,from}_{u,}intptr_t
Andy Wingo
1
-13
/
+3
2013-03-28
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-35
/
+80
2013-02-28
Support calling foreign functions of 10 arguments or more.
Mark H Weaver
1
-35
/
+80
2013-02-18
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+23
2013-02-02
Add foreign types: ssize_t and ptrdiff_t.
Mark H Weaver
1
-1
/
+23
2012-07-06
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+1
2012-07-02
Use `void *' instead of `GC_PTR' internally.
Ludovic Courtès
1
-1
/
+1
2012-06-22
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-2
/
+2
2012-05-31
Add the `%default-port-conversion-strategy' fluid.
Ludovic Courtès
1
-2
/
+2
2012-05-21
Fix FFI struct sizing to account for trailing padding.
Ken Raeburn
1
-1
/
+2
2012-03-08
use the new finalizer helpers
Andy Wingo
1
-21
/
+4
2012-02-19
use the new finalizer helpers
Andy Wingo
1
-21
/
+4
2012-02-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-3
/
+12
2012-02-02
Implement scm_to_pointer
Mark H Weaver
1
-0
/
+9
2012-02-02
Improve the usage of variable names in C docstrings.
Bake Timmons
1
-3
/
+3
2012-01-31
Revert "add SCM_HEAP_OBJECT_BASE"
Andy Wingo
1
-2
/
+2
2012-01-30
Merge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
Andy Wingo
1
-2
/
+0
2012-01-30
Merge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'
Andy Wingo
1
-3
/
+4
2012-01-23
FFI: Fix `set-pointer-finalizer!' to leave the type cell unchanged.
Ludovic Courtès
1
-2
/
+0
2012-01-14
Fix signed/unsigned pointer mismatches.
Ludovic Courtès
1
-3
/
+4
2011-12-19
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-24
/
+46
2011-12-19
FFI: Properly unpack small integer return values in closure call.
Andreas Schwab
1
-9
/
+31
2011-12-14
Use `alignof_type' instead of `alignof'.
Ludovic Courtès
1
-15
/
+15
2011-12-01
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-3
/
+13
2011-11-26
FFI: Hold a weak reference to the procedure passed to `procedure->pointer'.
Ludovic Courtès
1
-2
/
+4
2011-11-16
FFI: Hold a weak reference to the CIF made by `procedure->pointer'.
Ludovic Courtès
1
-3
/
+11
2011-11-08
locking for putc, puts
Andy Wingo
1
-2
/
+2
2011-10-24
add SCM_HEAP_OBJECT_BASE
Andy Wingo
1
-2
/
+2
2011-10-24
add SCM_HEAP_OBJECT_P
Andy Wingo
1
-1
/
+1
2011-10-24
add SCM_{PACK,UNPACK}_POINTER
Andy Wingo
1
-3
/
+3
2011-10-24
convert internal weak hash table users to use the weak table api
Andy Wingo
1
-5
/
+2
2011-05-09
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-10
/
+39
2011-05-08
Fix small integer return value packing on big endian machines.
Ludovic Courtès
1
-10
/
+39
2011-05-07
bytevectors have internal parent field
Andy Wingo
1
-2
/
+2
2011-04-01
string->pointer and pointer->string have optional encoding arg
Andy Wingo
1
-14
/
+65
2011-03-29
Fix `procedure->pointer' for functions returning `void'.
Ludovic Courtès
1
-0
/
+3
2011-03-17
add pointer->scm, scm->pointer
Andy Wingo
1
-0
/
+28
2011-03-10
FFI: Return the right alignment for structures.
Ludovic Courtès
1
-2
/
+18
2011-02-10
make static hash table access thread-safe in foreign.c
Andy Wingo
1
-0
/
+5
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
[next]