stx_libbasic2.st
changeset 3680 bedc3a4e5c1a
parent 3637 d69498f5b5f5
child 3681 0d419f5bb05c
child 3697 ce79c3f9facf
--- a/stx_libbasic2.st	Wed Jan 06 01:42:58 2016 +0100
+++ b/stx_libbasic2.st	Wed Jan 06 01:44:40 2016 +0100
@@ -221,7 +221,6 @@
         LazyArray
         LineSegment
         List
-        (MacPlistBinaryDecoder autoload)
         MappedCollection
         Monitor
         MultiReadStream
@@ -234,6 +233,9 @@
         Promise
         Queue
         Random
+        (RandomKISS autoload)
+        (RandomMT19937 autoload)
+        (RandomParkMiller autoload)
         RandomTT800
         ReindexedCollection
         RunArray
@@ -258,6 +260,7 @@
         TSTreeNode
         TerminalSession
         Text
+        (TextClassifier autoload)
         TextStream
         TreeSet
         URI
@@ -277,6 +280,7 @@
         BackgroundQueueProcessingJob
         Base32Coder
         Base64Coder
+        (BayesClassifier autoload)
         Bezier2Segment
         BooleanArray
         CacheDictionaryWithFactory
@@ -307,6 +311,7 @@
         HttpURI
         IPv6SocketAddress
         SftpURI
+        (MacPlistBinaryDecoder autoload)
         (PriorityQueue autoload)
         (AVLTree autoload)
         (ActiveObject autoload)
@@ -329,10 +334,7 @@
         (PluggableSet autoload)
         (PowerSet autoload)
         (RandomBlumBlumShub autoload)
-        (RandomKISS autoload)
         (RandomKISS2 autoload)
-        (RandomMT19937 autoload)
-        (RandomParkMiller autoload)
         (RandomRDRand autoload)
         (SequenceableCollectionSorter autoload)
         (Trie autoload)