]> gitweb.factorcode.org Git - factor.git/commit
start FFI
authorSlava Pestov <slava@factorcode.org>
Sat, 18 Sep 2004 22:15:01 +0000 (22:15 +0000)
committerSlava Pestov <slava@factorcode.org>
Sat, 18 Sep 2004 22:15:01 +0000 (22:15 +0000)
commitf7fe2598ddf04a1bbe2fc52f855c0632d0a59bdd
tree8ca45be7bd27fd47f948d33c59a9c7027af7deba
parent1d924271d4448fb400baee9a6227028123233db2
start FFI
32 files changed:
Makefile
README.txt
TODO.FACTOR.txt
doc/devel-guide.tex
library/compiler/assembly-x86.factor
library/cross-compiler.factor
library/httpd/httpd.factor
library/interpreter.factor
library/lists.factor
library/math/trig-hyp.factor
library/platform/jvm/stream.factor
library/platform/native/debugger.factor
library/platform/native/kernel.factor
library/platform/native/math.factor
library/platform/native/primitives.factor
library/strings.factor
library/telnetd.factor
library/test/jvm-compiler/miscellaneous.factor
library/test/x86-compiler/asm-test.factor
native/bignum.c
native/bignum.h
native/complex.c
native/complex.h
native/error.c
native/error.h
native/factor.h
native/ffi.c [new file with mode: 0644]
native/ffi.h [new file with mode: 0644]
native/primitives.c
native/primitives.h
native/types.c
native/types.h