]> gitweb.factorcode.org Git - factor.git/commit
working on the test suite
authorSlava Pestov <slava@factorcode.org>
Wed, 4 Aug 2004 07:12:55 +0000 (07:12 +0000)
committerSlava Pestov <slava@factorcode.org>
Wed, 4 Aug 2004 07:12:55 +0000 (07:12 +0000)
commitf68cc94ee409fe8825e841a2c9a5c7be188c5f8c
tree1b71e8800f743f1175978813b2aecfcee0820ee6
parent1a6b5dea982140216417e3ab5dcf6b6a11bec3c6
working on the test suite
39 files changed:
TODO.FACTOR.txt
build.sh
doc/devel-guide.lyx
library/cross-compiler.factor
library/platform/jvm/boot-sumo.factor
library/platform/jvm/unparser.factor
library/platform/native/boot.factor
library/platform/native/parse-syntax.factor
library/platform/native/parser.factor
library/platform/native/unparser.factor
library/strings.factor
library/test/combinators.factor
library/test/continuations.factor
library/test/format.factor
library/test/hashtables.factor
library/test/html.factor
library/test/list.factor [deleted file]
library/test/lists/all.factor [new file with mode: 0644]
library/test/lists/assoc.factor [new file with mode: 0644]
library/test/lists/cons.factor [new file with mode: 0644]
library/test/lists/destructive.factor [new file with mode: 0644]
library/test/lists/java.factor [new file with mode: 0644]
library/test/lists/lists.factor [new file with mode: 0644]
library/test/lists/namespaces.factor [new file with mode: 0644]
library/test/namespaces.factor [deleted file]
library/test/namespaces/all.factor [new file with mode: 0644]
library/test/namespaces/java.factor [new file with mode: 0644]
library/test/namespaces/namespaces.factor [new file with mode: 0644]
library/test/prettyprint.factor
library/test/reader.factor
library/test/string.factor [deleted file]
library/test/test.factor
native/factor.h
native/misc.c [new file with mode: 0644]
native/misc.h [new file with mode: 0644]
native/primitives.c
native/primitives.h
native/run.c
native/string.c