]> gitweb.factorcode.org Git - factor.git/commit
generic words are more flexible, sequences cleaned up
authorSlava Pestov <slava@factorcode.org>
Sat, 14 May 2005 21:18:45 +0000 (21:18 +0000)
committerSlava Pestov <slava@factorcode.org>
Sat, 14 May 2005 21:18:45 +0000 (21:18 +0000)
commit7f4da7ecd018461f7830d1d22a48dd9cc45b1b0b
treecd3ca56356f943b7cbcc5ecdcfb096c0b71c3eb1
parent3ece9e9b88ca49db6957d455804cf42a32e2db63
generic words are more flexible, sequences cleaned up
59 files changed:
CHANGES.txt
TODO.FACTOR.txt
contrib/cont-responder/eval-responder.factor
contrib/cont-responder/todo-example.factor
examples/lcd.factor
examples/timesheet.factor
library/alien/aliens.factor
library/bootstrap/image.factor
library/collections/arrays.factor
library/collections/assoc.factor
library/collections/cons.factor
library/collections/hashtables.factor
library/collections/lists.factor
library/collections/sbuf.factor
library/collections/sequences-epilogue.factor
library/collections/sequences.factor
library/collections/strings.factor
library/collections/vectors.factor
library/combinators.factor
library/compiler/generator.factor
library/compiler/linearizer.factor
library/generic/builtin.factor
library/generic/generic.factor
library/generic/slots.factor
library/generic/tuple.factor
library/httpd/html.factor
library/httpd/http-common.factor
library/inference/branches.factor
library/inference/conditions.factor
library/kernel.factor
library/math/complex.factor
library/math/float.factor
library/math/integer.factor
library/math/math.factor
library/math/matrices.factor
library/math/ratio.factor
library/sdl/sdl-keyboard.factor
library/syntax/generic.factor
library/syntax/parse-numbers.factor
library/syntax/parse-syntax.factor
library/syntax/prettyprint.factor
library/syntax/see.factor
library/syntax/unparser.factor
library/test/generic.factor
library/test/strings.factor
library/test/vectors.factor
library/tools/word-tools.factor
library/ui/buttons.factor
library/ui/checkboxes.factor
library/ui/frames.factor
library/ui/gadgets.factor
library/ui/gestures.factor
library/ui/labels.factor
library/ui/layouts.factor
library/ui/paint.factor
library/ui/stacks.factor
library/ui/text.factor
library/ui/world.factor
library/words.factor