class rename
authorClaus Gittinger <cg@exept.de>
Thu, 02 Oct 2014 17:19:47 +0200
changeset 3413 5afe23725daf
parent 3412 a71d8bf15142
child 3414 bfae9f81787a
class rename
stx_libbasic2.st
--- a/stx_libbasic2.st	Thu Oct 02 17:19:44 2014 +0200
+++ b/stx_libbasic2.st	Thu Oct 02 17:19:47 2014 +0200
@@ -175,8 +175,11 @@
 
     ^ #(
         "<className> or (<className> attributes...) in load order"
+        (AVLTree autoload)
+        (ActiveObject autoload)
         ActorStream
         Archiver
+        (BIG5EncodedString autoload)
         BTree
         BackgroundJob
         BaseNCoder
@@ -191,46 +194,68 @@
         CharacterSet
         Circle
         CollectingReadStream
+        (CollectingSharedQueueStream autoload)
         CompressionStream
+        (CompressionStreamTest autoload)
+        (Cons autoload)
+        (ConsStream autoload)
         Curve
         DirectoryContents
         EllipticalArc
         ExternalLong
         FileSorter
+        (FileText autoload)
         FilteringStream
         FourByteString
         Future
+        (GBEncodedString autoload)
         HTMLUtilities
         HalfFloatArray
+        (HandlerCollection autoload)
         Heap
         IdentityBag
         IncrementNotification
         InterestConverterWithParameters
+        (InternalPipeStream autoload)
         Iterator
         JISEncodedString
+        (KSCEncodedString autoload)
+        (KeywordInContextIndexBuilder autoload)
         Lazy
         LazyArray
+        (LazyValue autoload)
         LineSegment
         List
+        (LoggingStream autoload)
         MappedCollection
+        (MessageChannel autoload)
         Monitor
         MultiReadStream
         NameLookupError
+        (NumberSet autoload)
         OperationQueue
         PhoneticStringUtilities
+        (PluggableDictionary autoload)
+        (PluggableSet autoload)
         Polygon
+        (PowerSet autoload)
         PrinterStream
         PrintfScanf
         Promise
         Queue
         Random
-        (RandomRDGen autoload)
+        (RandomKISS autoload)
+        (RandomKISS2 autoload)
+        (RandomMT19937 autoload)
+        (RandomParkMiller autoload)
+        (RandomRDRand autoload)
         RandomTT800
         ReindexedCollection
         RunArray
         SegmentedOrderedCollection
         SelectingReadStream
         SequenceWithSentinel
+        (SequenceableCollectionSorter autoload)
         SerialPort
         SharedCollection
         Singleton
@@ -251,18 +276,24 @@
         Text
         TextStream
         TreeSet
+        (Trie autoload)
         URI
         UUID
         UnboxedIntegerArray
         UndoSupport
         UnitConverter
+        (UnixPTYStream autoload)
+        (ValueLink autoload)
         VirtualArray
+        (WinAPIFunction autoload)
         ZipArchiveConstants
         #'stx_libbasic2'
         AATree
         AATreeNode
+        (AppletalkSocketAddress autoload)
         Arrow
         ArrowedSpline
+        (BZip2Stream autoload)
         BackgroundPeriodicalJob
         BackgroundQueueProcessingJob
         Base32Coder
@@ -270,12 +301,16 @@
         Bezier2Segment
         BooleanArray
         CacheDictionaryWithFactory
+        (DecNetSocketAddress autoload)
+        (EpsonFX1PrinterStream autoload)
         FilteringLineStream
+        (HPLjetIIPrinterStream autoload)
         HierarchicalURI
         HostAddressLookupError
         HostNameLookupError
         IPSocketAddress
         IntegerArray
+        (LazyCons autoload)
         LineNumberReadStream
         LongIntegerArray
         PostscriptPrinterStream
@@ -297,41 +332,6 @@
         HttpURI
         IPv6SocketAddress
         SftpURI
-        (AVLTree autoload)
-        (ActiveObject autoload)
-        (BIG5EncodedString autoload)
-        (CollectingSharedQueueStream autoload)
-        (CompressionStreamTest autoload)
-        (Cons autoload)
-        (ConsStream autoload)
-        (FileText autoload)
-        (GBEncodedString autoload)
-        (HandlerCollection autoload)
-        (InternalPipeStream autoload)
-        (KSCEncodedString autoload)
-        (KeywordInContextIndexBuilder autoload)
-        (LazyValue autoload)
-        (LoggingStream autoload)
-        (MessageChannel autoload)
-        (NumberSet autoload)
-        (PluggableDictionary autoload)
-        (PluggableSet autoload)
-        (PowerSet autoload)
-        (RandomKISS autoload)
-        (RandomKISS2 autoload)
-        (RandomMT19937 autoload)
-        (RandomParkMiller autoload)
-        (SequenceableCollectionSorter autoload)
-        (Trie autoload)
-        (UnixPTYStream autoload)
-        (ValueLink autoload)
-        (WinAPIFunction autoload)
-        (AppletalkSocketAddress autoload)
-        (BZip2Stream autoload)
-        (DecNetSocketAddress autoload)
-        (EpsonFX1PrinterStream autoload)
-        (HPLjetIIPrinterStream autoload)
-        (LazyCons autoload)
     )
 !
 
@@ -425,10 +425,10 @@
 !stx_libbasic2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.113 2014-10-01 14:28:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.114 2014-10-02 15:19:47 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.113 2014-10-01 14:28:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.114 2014-10-02 15:19:47 cg Exp $'
 ! !