]> gitweb.factorcode.org Git - factor.git/commitdiff
core/basis: Trim or reorganize a few using lists. Playing around with auto-use restar...
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 27 Oct 2014 20:39:08 +0000 (13:39 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 27 Oct 2014 20:39:30 +0000 (13:39 -0700)
basis/alien/parser/parser-tests.factor
core/alien/alien.factor
core/alien/strings/strings.factor
core/checksums/checksums.factor

index 2333eb3725bab842ffca1f65b32d258adb060f57..ecbb92a03efbdd75e2129b52435c7923d0f9db0e 100644 (file)
@@ -1,7 +1,7 @@
 ! (c)2009 Joe Groff bsd license
 USING: accessors alien.c-types alien.parser alien.syntax
-tools.test vocabs.parser parser eval debugger kernel
-continuations words ;
+continuations debugger eval parser tools.test vocabs.parser
+words ;
 IN: alien.parser.tests
 
 TYPEDEF: char char2
index 20fb758efd1d4acf931341cbbd7b5a572e55340b..7d2c242b81f3fc5cb6b73a7765d18200fbc72794 100755 (executable)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2004, 2010 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors assocs byte-arrays byte-vectors continuations
-continuations.private destructors init kernel kernel.private math namespaces
+continuations.private init kernel kernel.private math namespaces
 sequences ;
 IN: alien
 
index a1b77ea4fd407abe1c2aa6dbf7bc7141f6325ac1..c14a8a5cd46b6ac2657fcab3cd909d28727e4a56 100644 (file)
@@ -2,9 +2,9 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien arrays byte-arrays byte-vectors init io
 io.encodings io.encodings.ascii io.encodings.utf16n
-io.encodings.utf8 io.streams.byte-array io.streams.memory kernel
-kernel.private math namespaces sequences sequences.private
-strings strings.private system system.private ;
+io.encodings.utf8 io.streams.memory kernel kernel.private math
+namespaces sequences sequences.private strings strings.private
+system system.private ;
 IN: alien.strings
 
 GENERIC# alien>string 1 ( c-ptr encoding -- string/f )
index f08f8abe1391d2eba85cc6cb7567110ffc174df3..d89b7a744a407474cc2fc1d16c58dd995b320d54 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (c) 2008 Slava Pestov
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors byte-arrays byte-vectors io io.backend
-io.files kernel math math.parser sequences ;
+USING: accessors byte-arrays byte-vectors io io.backend io.files
+kernel math math.parser sequences ;
 IN: checksums
 
 MIXIN: checksum