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
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
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
[next]