]> gitweb.factorcode.org Git - factor.git/commit
big sequences refactoring
authorSlava Pestov <slava@factorcode.org>
Sun, 17 Jul 2005 02:16:18 +0000 (02:16 +0000)
committerSlava Pestov <slava@factorcode.org>
Sun, 17 Jul 2005 02:16:18 +0000 (02:16 +0000)
commitd9c4a82c7aed5e7f3949ef02e94cf401a39ce5ff
tree2bd8fd018d8c85b568930d488bd3bc5f14caf875
parenta1f3680708888b6edef7adb25eaf11b1f4411d14
big sequences refactoring
42 files changed:
CHANGES.txt
library/bootstrap/boot-stage1.factor
library/bootstrap/boot-stage2.factor
library/collections/assoc.factor
library/collections/cons.factor
library/collections/lists.factor
library/collections/namespaces.factor
library/collections/sequence-eq.factor [new file with mode: 0644]
library/collections/sequences-epilogue.factor
library/collections/sequences.factor
library/collections/strings.factor
library/collections/tree-each.factor [new file with mode: 0644]
library/collections/vectors-epilogue.factor
library/compiler/optimizer.factor
library/compiler/simplifier.factor
library/compiler/xt.factor
library/generic/complement.factor
library/generic/generic.factor
library/httpd/html.factor
library/inference/branches.factor
library/inference/inference.factor
library/io/directories.factor
library/io/string-streams.factor
library/syntax/parse-numbers.factor
library/syntax/parse-words.factor
library/syntax/unparser.factor
library/test/compiler/optimizer.factor
library/test/hashtables.factor
library/test/inference.factor
library/test/lists/combinators.factor
library/test/lists/lists.factor
library/test/parsing-word.factor
library/test/sequences.factor
library/test/strings.factor
library/test/vectors.factor
library/ui/buttons.factor
library/ui/gadgets.factor
library/ui/hand.factor
library/ui/hierarchy.factor
library/ui/layouts.factor
library/win32/win32-io-internals.factor
library/win32/win32-server.factor