]> gitweb.factorcode.org Git - factor.git/commit
First import of Factor 0.60 first-cvs-commit importing-0-60
authorSlava Pestov <slava@factorcode.org>
Fri, 16 Jul 2004 06:26:21 +0000 (06:26 +0000)
committerSlava Pestov <slava@factorcode.org>
Fri, 16 Jul 2004 06:26:21 +0000 (06:26 +0000)
commitc8654c207da7fa9951df545a6cd006ba22d5f208
tree8e20c68f38e9c9dc375a2b55d10857b2950d7624
parentce55daaf6d4178cffc541ce3f0f54f3965f41a85
First import of Factor 0.60
312 files changed:
Factor.jar [new file with mode: 0644]
Factor.manifest [new file with mode: 0644]
README.SRC.txt [new file with mode: 0644]
TODO.FACTOR.txt [new file with mode: 0644]
build.xml [new file with mode: 0644]
factor/.FactorInterpreter.java.marks [new file with mode: 0644]
factor/.FactorNamespace.java.marks [new file with mode: 0644]
factor/.FactorParser.java.marks [new file with mode: 0644]
factor/.FactorReader.java.marks [new file with mode: 0644]
factor/.FactorReflectionForm.java.marks [new file with mode: 0644]
factor/.FactorScanner.java.marks [new file with mode: 0644]
factor/.FactorShuffleDefinition.java.marks [new file with mode: 0644]
factor/.FactorWordDefinition.java.marks [new file with mode: 0644]
factor/.NumberParser.java.marks [new file with mode: 0644]
factor/Cons.java [new file with mode: 0644]
factor/FactorArray.java [new file with mode: 0644]
factor/FactorCompoundDefinition.java [new file with mode: 0644]
factor/FactorCompoundDefinition.java.new [new file with mode: 0644]
factor/FactorDocComment.java [new file with mode: 0644]
factor/FactorDomainException.java [new file with mode: 0644]
factor/FactorException.java [new file with mode: 0644]
factor/FactorExternalizable.java [new file with mode: 0644]
factor/FactorInterpreter.java [new file with mode: 0644]
factor/FactorJava.java [new file with mode: 0644]
factor/FactorLib.java [new file with mode: 0644]
factor/FactorNamespace.java [new file with mode: 0644]
factor/FactorObject.java [new file with mode: 0644]
factor/FactorParseException.java [new file with mode: 0644]
factor/FactorParsingDefinition.java [new file with mode: 0644]
factor/FactorPrimitiveDefinition.java [new file with mode: 0644]
factor/FactorReader.java [new file with mode: 0644]
factor/FactorRuntimeException.java [new file with mode: 0644]
factor/FactorScanner.java [new file with mode: 0644]
factor/FactorShuffleDefinition.java [new file with mode: 0644]
factor/FactorStackException.java [new file with mode: 0644]
factor/FactorUndefinedWordException.java [new file with mode: 0644]
factor/FactorWord.java [new file with mode: 0644]
factor/FactorWordDefinition.java [new file with mode: 0644]
factor/FactorWordDefinition.java.new [new file with mode: 0644]
factor/PublicCloneable.java [new file with mode: 0644]
factor/ReadTable.java [new file with mode: 0644]
factor/compiler/.FactorCompiler.java.marks [new file with mode: 0644]
factor/compiler/AuxiliaryQuotation.java [new file with mode: 0644]
factor/compiler/CompiledDefinition.java [new file with mode: 0644]
factor/compiler/CompiledList.java [new file with mode: 0644]
factor/compiler/CompiledListResult.java [new file with mode: 0644]
factor/compiler/CompilerState.java [new file with mode: 0644]
factor/compiler/ConstantPoolString.java [new file with mode: 0644]
factor/compiler/FactorClassLoader.java [new file with mode: 0644]
factor/compiler/FactorCompiler.java [new file with mode: 0644]
factor/compiler/FactorCompiler.java.new [new file with mode: 0644]
factor/compiler/FactorCompilerException.java [new file with mode: 0644]
factor/compiler/FlowObject.java [new file with mode: 0644]
factor/compiler/Literal.java [new file with mode: 0644]
factor/compiler/Null.java [new file with mode: 0644]
factor/compiler/RecursiveForm.java [new file with mode: 0644]
factor/compiler/RecursiveState.java [new file with mode: 0644]
factor/compiler/Result.java [new file with mode: 0644]
factor/compiler/StackEffect.java [new file with mode: 0644]
factor/compiler/TypeInferenceException.java [new file with mode: 0644]
factor/db/.Table.java.marks [new file with mode: 0644]
factor/db/BTreeException.java [new file with mode: 0644]
factor/db/BTreeNode.java [new file with mode: 0644]
factor/db/BTreeStore.java [new file with mode: 0644]
factor/db/FileStore.java [new file with mode: 0644]
factor/db/NoSuchRecordException.java [new file with mode: 0644]
factor/db/PersistenceException.java [new file with mode: 0644]
factor/db/PersistentBinary.java [new file with mode: 0644]
factor/db/PersistentIgnore.java [new file with mode: 0644]
factor/db/PersistentObject.java [new file with mode: 0644]
factor/db/ResourceStore.java [new file with mode: 0644]
factor/db/SimplePersistentObject.java [new file with mode: 0644]
factor/db/Store.java [new file with mode: 0644]
factor/db/Table.java [new file with mode: 0644]
factor/db/Workspace.java [new file with mode: 0644]
factor/httpd/.wiki-responder.factor.marks [new file with mode: 0644]
factor/listener/EvalListener.java [new file with mode: 0644]
factor/listener/FactorDesktop.java [new file with mode: 0644]
factor/listener/FactorListener.java [new file with mode: 0644]
factor/math/Complex.java [new file with mode: 0644]
factor/math/FactorMath.java [new file with mode: 0644]
factor/math/FactorNumber.java [new file with mode: 0644]
factor/math/NumberParser.java [new file with mode: 0644]
factor/math/Ratio.java [new file with mode: 0644]
factor/parser/Bar.java [new file with mode: 0644]
factor/parser/Base.java [new file with mode: 0644]
factor/parser/Bra.java [new file with mode: 0644]
factor/parser/CharLiteral.java [new file with mode: 0644]
factor/parser/ComplexLiteral.java [new file with mode: 0644]
factor/parser/Def.java [new file with mode: 0644]
factor/parser/Defer.java [new file with mode: 0644]
factor/parser/Dispatch.java [new file with mode: 0644]
factor/parser/F.java [new file with mode: 0644]
factor/parser/GetPersistentObject.java [new file with mode: 0644]
factor/parser/In.java [new file with mode: 0644]
factor/parser/Ine.java [new file with mode: 0644]
factor/parser/Ket.java [new file with mode: 0644]
factor/parser/LineComment.java [new file with mode: 0644]
factor/parser/NoParsing.java [new file with mode: 0644]
factor/parser/PassThrough.java [new file with mode: 0644]
factor/parser/Shuffle.java [new file with mode: 0644]
factor/parser/StackComment.java [new file with mode: 0644]
factor/parser/StringLiteral.java [new file with mode: 0644]
factor/parser/T.java [new file with mode: 0644]
factor/parser/Unreadable.java [new file with mode: 0644]
factor/parser/Use.java [new file with mode: 0644]
factor/primitives/.Bind.java.marks [new file with mode: 0644]
factor/primitives/.Call.java.marks [new file with mode: 0644]
factor/primitives/.Define.java.marks [new file with mode: 0644]
factor/primitives/.Get.java.marks [new file with mode: 0644]
factor/primitives/.JVarGetStatic.java.marks [new file with mode: 0644]
factor/primitives/.JVarSet.java.marks [new file with mode: 0644]
factor/primitives/.JVarSetStatic.java.marks [new file with mode: 0644]
factor/primitives/.Set.java.marks [new file with mode: 0644]
factor/primitives/Call.java [new file with mode: 0644]
factor/primitives/Coerce.java [new file with mode: 0644]
factor/primitives/Define.java [new file with mode: 0644]
factor/primitives/Execute.java [new file with mode: 0644]
factor/primitives/Ifte.java [new file with mode: 0644]
factor/primitives/InterpreterGet.java [new file with mode: 0644]
factor/primitives/JInvoke.java [new file with mode: 0644]
factor/primitives/JNew.java [new file with mode: 0644]
factor/primitives/JVarGet.java [new file with mode: 0644]
factor/primitives/JVarGetStatic.java [new file with mode: 0644]
factor/primitives/JVarSet.java [new file with mode: 0644]
factor/primitives/JVarSetStatic.java [new file with mode: 0644]
factor/primitives/Restack.java [new file with mode: 0644]
factor/primitives/Unstack.java [new file with mode: 0644]
factor/test/.math.factor.marks [new file with mode: 0644]
gcj-compile [new file with mode: 0644]
library/ansi.factor [new file with mode: 0644]
library/assoc.factor [new file with mode: 0644]
library/combinators.factor [new file with mode: 0644]
library/cons.factor [new file with mode: 0644]
library/continuations.factor [new file with mode: 0644]
library/format.factor [new file with mode: 0644]
library/hashtables.factor [new file with mode: 0644]
library/httpd/default-responders.factor [new file with mode: 0644]
library/httpd/file-responder.factor [new file with mode: 0644]
library/httpd/html.factor [new file with mode: 0644]
library/httpd/http-common.factor [new file with mode: 0644]
library/httpd/httpd.factor [new file with mode: 0644]
library/httpd/inspect-responder.factor [new file with mode: 0644]
library/httpd/quit-responder.factor [new file with mode: 0644]
library/httpd/responder.factor [new file with mode: 0644]
library/httpd/test-responder.factor [new file with mode: 0644]
library/httpd/url-encoding.factor [new file with mode: 0644]
library/httpd/wiki-responder.factor [new file with mode: 0644]
library/init.factor [new file with mode: 0644]
library/inspect-vocabularies.factor [new file with mode: 0644]
library/inspector.factor [new file with mode: 0644]
library/interpreter.factor [new file with mode: 0644]
library/list-namespaces.factor [new file with mode: 0644]
library/lists.factor [new file with mode: 0644]
library/logging.factor [new file with mode: 0644]
library/logic.factor [new file with mode: 0644]
library/math/arc-trig-hyp.factor [new file with mode: 0644]
library/math/arithmetic.factor [new file with mode: 0644]
library/math/list-math.factor [new file with mode: 0644]
library/math/math-combinators.factor [new file with mode: 0644]
library/math/math.factor [new file with mode: 0644]
library/math/namespace-math.factor [new file with mode: 0644]
library/math/pow.factor [new file with mode: 0644]
library/math/quadratic.factor [new file with mode: 0644]
library/math/trig-hyp.factor [new file with mode: 0644]
library/namespaces.factor [new file with mode: 0644]
library/platform/jvm/arithmetic.factor [new file with mode: 0644]
library/platform/jvm/boot-mini.factor [new file with mode: 0644]
library/platform/jvm/boot-sumo.factor [new file with mode: 0644]
library/platform/jvm/boot.factor [new file with mode: 0644]
library/platform/jvm/combinators.factor [new file with mode: 0644]
library/platform/jvm/compiler.factor [new file with mode: 0644]
library/platform/jvm/cons.factor [new file with mode: 0644]
library/platform/jvm/debugger.factor [new file with mode: 0644]
library/platform/jvm/errors.factor [new file with mode: 0644]
library/platform/jvm/init.factor [new file with mode: 0644]
library/platform/jvm/kernel.factor [new file with mode: 0644]
library/platform/jvm/listener.factor [new file with mode: 0644]
library/platform/jvm/math-types.factor [new file with mode: 0644]
library/platform/jvm/namespaces.factor [new file with mode: 0644]
library/platform/jvm/parser.factor [new file with mode: 0644]
library/platform/jvm/prettyprint.factor [new file with mode: 0644]
library/platform/jvm/random.factor [new file with mode: 0644]
library/platform/jvm/real-math.factor [new file with mode: 0644]
library/platform/jvm/regexp.factor [new file with mode: 0644]
library/platform/jvm/sbuf.factor [new file with mode: 0644]
library/platform/jvm/stack.factor [new file with mode: 0644]
library/platform/jvm/stack2.factor [new file with mode: 0644]
library/platform/jvm/stream.factor [new file with mode: 0644]
library/platform/jvm/strings.factor [new file with mode: 0644]
library/platform/jvm/threads.factor [new file with mode: 0644]
library/platform/jvm/unparser.factor [new file with mode: 0644]
library/platform/jvm/vectors.factor [new file with mode: 0644]
library/platform/jvm/vocabularies.factor [new file with mode: 0644]
library/platform/jvm/words.factor [new file with mode: 0644]
library/platform/jvm/workspace.factor [new file with mode: 0644]
library/platform/native/.image.factor.marks [new file with mode: 0644]
library/platform/native/.kernel.factor.marks [new file with mode: 0644]
library/platform/native/boot.factor [new file with mode: 0644]
library/platform/native/cross-compiler.factor [new file with mode: 0644]
library/platform/native/errors.factor [new file with mode: 0644]
library/platform/native/image.factor [new file with mode: 0644]
library/platform/native/init.factor [new file with mode: 0644]
library/platform/native/io-internals.factor [new file with mode: 0644]
library/platform/native/kernel.factor [new file with mode: 0644]
library/platform/native/namespaces.factor [new file with mode: 0644]
library/platform/native/parser.factor [new file with mode: 0644]
library/platform/native/prettyprint.factor [new file with mode: 0644]
library/platform/native/stack.factor [new file with mode: 0644]
library/platform/native/stream.factor [new file with mode: 0644]
library/platform/native/unparser.factor [new file with mode: 0644]
library/platform/native/vectors.factor [new file with mode: 0644]
library/platform/native/vocabularies.factor [new file with mode: 0644]
library/platform/native/words.factor [new file with mode: 0644]
library/prettyprint.factor [new file with mode: 0644]
library/random.factor [new file with mode: 0644]
library/sbuf.factor [new file with mode: 0644]
library/stdio.factor [new file with mode: 0644]
library/stream.factor [new file with mode: 0644]
library/strings.factor [new file with mode: 0644]
library/styles.factor [new file with mode: 0644]
library/telnetd.factor [new file with mode: 0644]
library/test/assoc.factor [new file with mode: 0644]
library/test/auxiliary.factor [new file with mode: 0644]
library/test/combinators.factor [new file with mode: 0644]
library/test/compiler-types.factor [new file with mode: 0644]
library/test/compiler.factor [new file with mode: 0644]
library/test/continuations.factor [new file with mode: 0644]
library/test/dictionary.factor [new file with mode: 0644]
library/test/format.factor [new file with mode: 0644]
library/test/hashtables.factor [new file with mode: 0644]
library/test/html.factor [new file with mode: 0644]
library/test/httpd.factor [new file with mode: 0644]
library/test/inference.factor [new file with mode: 0644]
library/test/list.factor [new file with mode: 0644]
library/test/math.factor [new file with mode: 0644]
library/test/miscellaneous.factor [new file with mode: 0644]
library/test/namespaces.factor [new file with mode: 0644]
library/test/parse-number.factor [new file with mode: 0644]
library/test/prettyprint.factor [new file with mode: 0644]
library/test/primitives.factor [new file with mode: 0644]
library/test/random.factor [new file with mode: 0644]
library/test/reader.factor [new file with mode: 0644]
library/test/reboot.factor [new file with mode: 0644]
library/test/recompile.factor [new file with mode: 0644]
library/test/stack.factor [new file with mode: 0644]
library/test/store-benchmark.factor [new file with mode: 0644]
library/test/store.factor [new file with mode: 0644]
library/test/string.factor [new file with mode: 0644]
library/test/tail.factor [new file with mode: 0644]
library/test/test.factor [new file with mode: 0644]
library/test/types.factor [new file with mode: 0644]
library/test/vectors.factor [new file with mode: 0644]
library/vector-combinators.factor [new file with mode: 0644]
library/vectors.factor [new file with mode: 0644]
library/vocabularies.factor [new file with mode: 0644]
library/vocabulary-style.factor [new file with mode: 0644]
library/words.factor [new file with mode: 0644]
native/array.c [new file with mode: 0644]
native/array.h [new file with mode: 0644]
native/build.sh [new file with mode: 0644]
native/cons.c [new file with mode: 0644]
native/cons.h [new file with mode: 0644]
native/error.c [new file with mode: 0644]
native/error.h [new file with mode: 0644]
native/factor.c [new file with mode: 0644]
native/factor.h [new file with mode: 0644]
native/fixnum.c [new file with mode: 0644]
native/fixnum.h [new file with mode: 0644]
native/gc.c [new file with mode: 0644]
native/gc.h [new file with mode: 0644]
native/handle.c [new file with mode: 0644]
native/handle.h [new file with mode: 0644]
native/image.c [new file with mode: 0644]
native/image.h [new file with mode: 0644]
native/io.c [new file with mode: 0644]
native/io.h [new file with mode: 0644]
native/memory.c [new file with mode: 0644]
native/memory.h [new file with mode: 0644]
native/primitives.c [new file with mode: 0644]
native/primitives.h [new file with mode: 0644]
native/relocate.c [new file with mode: 0644]
native/relocate.h [new file with mode: 0644]
native/run.c [new file with mode: 0644]
native/run.h [new file with mode: 0644]
native/sbuf.c [new file with mode: 0644]
native/sbuf.h [new file with mode: 0644]
native/stack.c [new file with mode: 0644]
native/stack.h [new file with mode: 0644]
native/string.c [new file with mode: 0644]
native/string.h [new file with mode: 0644]
native/types.c [new file with mode: 0644]
native/types.h [new file with mode: 0644]
native/vector.c [new file with mode: 0644]
native/vector.h [new file with mode: 0644]
native/word.c [new file with mode: 0644]
native/word.h [new file with mode: 0644]
org/objectweb/asm/Attribute.java [new file with mode: 0644]
org/objectweb/asm/ByteVector.java [new file with mode: 0644]
org/objectweb/asm/ClassAdapter.java [new file with mode: 0644]
org/objectweb/asm/ClassReader.java [new file with mode: 0644]
org/objectweb/asm/ClassVisitor.java [new file with mode: 0644]
org/objectweb/asm/ClassWriter.java [new file with mode: 0644]
org/objectweb/asm/CodeAdapter.java [new file with mode: 0644]
org/objectweb/asm/CodeVisitor.java [new file with mode: 0644]
org/objectweb/asm/CodeWriter.java [new file with mode: 0644]
org/objectweb/asm/Constants.java [new file with mode: 0644]
org/objectweb/asm/Edge.java [new file with mode: 0644]
org/objectweb/asm/Item.java [new file with mode: 0644]
org/objectweb/asm/Label.java [new file with mode: 0644]
org/objectweb/asm/Type.java [new file with mode: 0644]
org/objectweb/asm/package.html [new file with mode: 0644]