stx_libbasic2.st
branchjv
changeset 3681 0d419f5bb05c
parent 3638 d60fd0a6fbb9
parent 3680 bedc3a4e5c1a
child 3703 f8b242e15ffe
--- a/stx_libbasic2.st	Wed Dec 30 07:00:33 2015 +0100
+++ b/stx_libbasic2.st	Wed Jan 06 07:08:04 2016 +0100
@@ -240,7 +240,6 @@
         LazyArray
         LineSegment
         List
-        (MacPlistBinaryDecoder autoload)
         MappedCollection
         Monitor
         MultiReadStream
@@ -253,6 +252,9 @@
         Promise
         Queue
         Random
+        (RandomKISS autoload)
+        (RandomMT19937 autoload)
+        (RandomParkMiller autoload)
         RandomTT800
         ReindexedCollection
         RunArray
@@ -277,6 +279,7 @@
         TSTreeNode
         TerminalSession
         Text
+        (TextClassifier autoload)
         TextStream
         TreeSet
         URI
@@ -296,6 +299,7 @@
         BackgroundQueueProcessingJob
         Base32Coder
         Base64Coder
+        (BayesClassifier autoload)
         Bezier2Segment
         BooleanArray
         CacheDictionaryWithFactory
@@ -326,6 +330,7 @@
         HttpURI
         IPv6SocketAddress
         SftpURI
+        (MacPlistBinaryDecoder autoload)
         (PriorityQueue autoload)
         (AVLTree autoload)
         (ActiveObject autoload)
@@ -348,10 +353,7 @@
         (PluggableSet autoload)
         (PowerSet autoload)
         (RandomBlumBlumShub autoload)
-        (RandomKISS autoload)
         (RandomKISS2 autoload)
-        (RandomMT19937 autoload)
-        (RandomParkMiller autoload)
         (RandomRDRand autoload)
         (SequenceableCollectionSorter autoload)
         (Trie autoload)