]> gitweb.factorcode.org Git - factor.git/commit
better C type support in FFI
authorSlava Pestov <slava@factorcode.org>
Tue, 21 Sep 2004 01:02:48 +0000 (01:02 +0000)
committerSlava Pestov <slava@factorcode.org>
Tue, 21 Sep 2004 01:02:48 +0000 (01:02 +0000)
commit36061514babed23026e74eff99b4479fc0711c55
treed97fcce8c8d72d701ba1ffb5d8bc3f51263f6e19
parentc889ad3f79f42b730a842bca49a39955624d3e79
better C type support in FFI
18 files changed:
Makefile
TODO.FACTOR.txt
library/compiler/alien-macros.factor [new file with mode: 0644]
library/compiler/alien-types.factor [new file with mode: 0644]
library/compiler/assembler.factor
library/compiler/assembly-x86.factor
library/compiler/compiler-macros.factor [new file with mode: 0644]
library/cross-compiler.factor
library/math/math.factor
library/platform/native/boot-stage2.factor
library/platform/native/primitives.factor
library/test/crashes.factor
library/test/math/bitops.factor
native/ffi.c
native/ffi.h
native/primitives.c
native/primitives.h
native/types.h