]> gitweb.factorcode.org Git - factor.git/commit
some bignum work
authorSlava Pestov <slava@factorcode.org>
Thu, 26 Aug 2004 00:51:19 +0000 (00:51 +0000)
committerSlava Pestov <slava@factorcode.org>
Thu, 26 Aug 2004 00:51:19 +0000 (00:51 +0000)
commitd44ef14827e771765b5c8a1e14bf1bdf9cd3bb87
treea1ea8c7ea3fb3e9fc0ee7cc72f6ed44c55a24fea
parent9ac36ce1b62756032984545485fb243b0d38922f
some bignum work
25 files changed:
TODO.FACTOR.txt
library/cross-compiler.factor
library/platform/jvm/sbuf.factor
library/platform/native/kernel.factor
library/platform/native/unparser.factor
library/sbuf.factor
library/test/benchmark/fac.factor [new file with mode: 0644]
library/test/benchmark/fib.factor
library/test/math/bignum.factor [new file with mode: 0644]
library/test/math/gcd.factor [new file with mode: 0644]
library/test/math/rational.factor
library/test/strings.factor
library/test/test.factor
library/vectors.factor
native/arithmetic.h
native/bignum.c
native/bignum.h
native/fixnum.c
native/float.c
native/primitives.c
native/primitives.h
native/s48_bignum.c
native/s48_bignumint.h
native/sbuf.c
native/sbuf.h