]> gitweb.factorcode.org Git - factor.git/commit
redid = hashcode and math words using new object system
authorSlava Pestov <slava@factorcode.org>
Sun, 19 Dec 2004 04:18:32 +0000 (04:18 +0000)
committerSlava Pestov <slava@factorcode.org>
Sun, 19 Dec 2004 04:18:32 +0000 (04:18 +0000)
commitcad99c8888d0598cd28b19db237b172298cd825b
tree65921d160bee861cdf3896b007841503267762ed
parent50e40afde9bd032b95233418c006e74c60377ff2
redid = hashcode and math words using new object system
26 files changed:
TODO.FACTOR.txt
library/bootstrap/boot-stage2.factor
library/bootstrap/boot.factor
library/bootstrap/image.factor
library/generic/builtin.factor
library/generic/generic.factor
library/generic/object.factor
library/generic/predicate.factor
library/generic/traits.factor
library/generic/union.factor [new file with mode: 0644]
library/kernel.factor
library/lists.factor
library/math/arithmetic.factor [deleted file]
library/math/complex.factor [new file with mode: 0644]
library/math/float.factor [new file with mode: 0644]
library/math/generic.factor [deleted file]
library/math/integer.factor [new file with mode: 0644]
library/math/math-combinators.factor
library/math/math.factor
library/math/ratio.factor [new file with mode: 0644]
library/strings.factor
library/syntax/parse-numbers.factor
library/test/generic.factor
library/vectors.factor
library/words.factor
native/types.h