]> gitweb.factorcode.org Git - factor.git/commitdiff
0.77 release
authorSlava Pestov <slava@factorcode.org>
Sat, 3 Sep 2005 23:33:14 +0000 (23:33 +0000)
committerSlava Pestov <slava@factorcode.org>
Sat, 3 Sep 2005 23:33:14 +0000 (23:33 +0000)
library/vocabularies.factor

index a1c9da885b6bd96c5485430f390a31c4408fd11f..eada6db91f2fc1c65f4a63a41359c5d46932fccc 100644 (file)
@@ -78,10 +78,10 @@ SYMBOL: vocabularies
 : init-search-path ( -- )
     "scratchpad" "in" set
     [
-        "compiler" "errors" "gadgets" "generic" "hashtables"
+        "compiler" "errors" "generic" "hashtables"
         "help" "inference" "inspector" "interpreter" "io"
         "jedit" "kernel" "listener" "lists" "math" "matrices"
         "memory" "namespaces" "parser" "prettyprint" "queues"
-        "scratchpad" "sequences" "strings" "styles" "syntax"
-        "test" "threads" "vectors" "words"
+        "scratchpad" "sequences" "shells" "strings" "styles"
+        "syntax" "test" "threads" "vectors" "words"
     ] "use" set ;