Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / libguile / foreign.h
2012-05-23 Andy WingoMerge remote-tracking branch 'origin/stable-2.0' master
2012-05-21 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-05-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-05-10 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-05-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-04-30 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-04-26 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-04-26 Andy WingoMerge commit 'f66cbb99ee096186837536885d3436bb334df34d'
2012-04-26 Andy WingoMerge commit '1cd63115be7a25d0ea18aaa0e1eff5658d8db77a'
2012-04-26 Andy WingoMerge commit 'de1eb420a5a95b17e85b19c4d98c869036e9ecb0'
2012-04-26 Andy WingoMerge commit 'd10f7b572c0ca1ccef87f9c46069daa30946e0cf'
2012-03-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-03-12 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-03-11 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-03-08 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-03-05 BT TempletonMerge branch 'bt/elisp'
2012-03-04 Mark H WeaverMerge branch 'stable-2.0'
2012-03-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-03-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-23 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-02-17 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-02-15 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-15 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-12 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-02 Mark H WeaverImplement scm_to_pointer
2012-02-01 Andy Wingoleniency in the "unused modules are removed" gc.test
2012-01-30 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-01-30 Andy WingoMerge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
2012-01-30 Andy WingoMerge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'
2012-01-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-01-09 Andy WingoMerge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'
2012-01-09 Andy WingoMerge commit 'cc8afa2b361635953dfba7f10e4193b1f243a50f'
2011-12-19 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-13 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-01 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-27 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-24 Andy Wingorefactor tc7 and tc16 checks
2011-04-11 Andy WingoMerge remote branch 'origin/stable-2.0'
2011-04-01 Andy Wingostring->pointer and pointer->string have optional encod...
2011-01-30 Ludovic CourtèsAdd `pointer?'.
2011-01-30 Ludovic CourtèsRemove the "has finalizer?" bit from pointer objects.
2010-09-06 Ludovic CourtèsRename `make-foreign-function' to `pointer->procedure'.
2010-09-03 Ludovic CourtèsAdd `procedure->pointer' to the FFI.
2010-08-15 Ludovic CourtèsAdd `string->pointer' and `pointer->string' to the...
2010-07-28 Ludovic CourtèsRemove unused parameter from `bytevector->pointer'.
2010-07-28 Ludovic CourtèsUse "pointer" instead of "foreign" when dealing with...
2010-07-26 Ludovic CourtèsAdd `dereference-pointer' to `(system foreign)'.
2010-07-26 Ludovic CourtèsSimplify the (system foreign) API.
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-20 Ludovic CourtèsCosmetic changes in `foreign.c'.
2010-02-16 Ludovic CourtèsInclude <libguile/__scm.h> in "foreign.h".
2010-01-27 Andy Wingoadd simple foreign finalization, and pointer support
2010-01-26 Andy Wingoadd `alignof' and `sizeof' Scheme functions
2010-01-26 Andy Wingoimplement foreign-call
2010-01-26 Andy Wingofirst pass at implementing low-level foreign functions
2010-01-26 Andy Wingobyte access to foreigns via bytevectors
2010-01-26 Andy Wingomove foreign function interface to its own module
2010-01-26 Andy Wingoforeign.h presents a more pointer-centric interface
2010-01-04 Andy Wingoadd foreign value wrapper