#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Fri, 22 Apr 2016 12:58:01 +0200
changeset 19640 cdda1698d59c
parent 19639 a6130485ba3f
child 19641 1c3f10941516
#FEATURE by cg class: stx_libbasic added squeakCommentReader as autoloaded class
stx_libbasic.st
--- a/stx_libbasic.st	Fri Apr 22 12:57:36 2016 +0200
+++ b/stx_libbasic.st	Fri Apr 22 12:58:01 2016 +0200
@@ -221,13 +221,13 @@
         SharedPool
         Signal
         Smalltalk
+        (SqueakCommentReader autoload)
         StandaloneStartup
         Stream
         SystemChangeNotifier
         UndefinedObject
         UserMessage
         Visitor
-        (Win32Process win32)
         AbstractTime
         ApplicationDefinition
         ArithmeticValue
@@ -260,7 +260,6 @@
         NoHandlerError
         Notification
         OSHandle
-        (PCFilename win32)
         PeekableStream
         Process
         QuerySignal
@@ -273,7 +272,6 @@
         True
         UnixFilename
         WeakInterestConverter
-        (Win32Constants win32)
         ArrayedCollection
         Association
         Block
@@ -342,7 +340,6 @@
         UserConfirmation
         UserInterrupt
         UserNotification
-        (Win32Handle win32)
         YesToAllConfirmation
         #'stx_libbasic'
         AbortAllOperationRequest
@@ -385,7 +382,6 @@
         SameForAllNotification
         SemaphoreSet
         SignalSet
-        (SimpleExternalLibraryFunction autoload)
         SnapshotError
         SortedCollection
         StringCollection
@@ -393,6 +389,9 @@
         TerminateProcessRequest
         TimeDuration
         UninterpretedBytes
+        (UnixFileDescriptorHandle unix)
+        (UnixFileHandle unix)
+        (UnixOperatingSystem unix)
         UserInformation
         UtcTimestamp
         VMInternalError
@@ -401,7 +400,6 @@
         WeakArray
         WeakIdentitySet
         WeakValueDictionary
-        (Win32FILEHandle win32)
         WriteStream
         AbortOperationRequest
         AbstractNumberVector
@@ -433,6 +431,7 @@
         NoModificationError
         NotFoundError
         OSSignalInterrupt
+        (OSXOperatingSystem unix)
         OsIllegalOperation
         OsInaccessibleError
         OsInvalidArgumentsError
@@ -497,7 +496,6 @@
         UnorderedNumbersError
         UnprotectedExternalBytes
         WeakDependencyDictionary
-        (Win32OperatingSystem win32)
         WriteError
         WrongProceedabilityError
         AbstractClassInstantiationError
@@ -529,10 +527,13 @@
         InvalidEncodingError
         PipeStream
         RomanNumberFormatError
-        (UnixFileDescriptorHandle unix)
-        (UnixFileHandle unix)
-        (UnixOperatingSystem unix)
-        (OSXOperatingSystem unix)
+        (Win32Process win32)
+        (PCFilename win32)
+        (Win32Constants win32)
+        (Win32Handle win32)
+        (SimpleExternalLibraryFunction autoload)
+        (Win32FILEHandle win32)
+        (Win32OperatingSystem win32)
         (QualifiedName autoload)
         (OpenVMSFileHandle vms)
         (OpenVMSFilename vms)