stx_libbasic.st
branchjv
changeset 17801 f08aecf074ab
parent 17800 142da80d8c82
child 17802 16f86e6a8266
--- a/stx_libbasic.st	Tue Oct 05 09:24:13 2010 +0100
+++ b/stx_libbasic.st	Wed Oct 13 10:46:46 2010 +0100
@@ -175,10 +175,7 @@
         (#'CharacterEncoderImplementations::MAC_Thai' autoload)
         (#'CharacterEncoderImplementations::MAC_Turkish' autoload)
         (#'CharacterEncoderImplementations::MS_Arabic' autoload)
-        (#'CharacterEncoderImplementations::MS_Baltic' win32)
-        (#'CharacterEncoderImplementations::MS_Cyrillic' win32)
         (#'CharacterEncoderImplementations::MS_EastEuropean' autoload)
-        (#'CharacterEncoderImplementations::MS_Greek' win32)
         (#'CharacterEncoderImplementations::MS_Hebrew' autoload)
         (#'CharacterEncoderImplementations::MS_Symbol' autoload)
         (#'CharacterEncoderImplementations::MS_Turkish' autoload)
@@ -196,7 +193,6 @@
         ExecutableFunction
         ExternalAddress
         ExternalLibrary
-        (FileDirectory autoload)
         Filename
         (GNOMEDesktop autoload)
         GenericException
@@ -219,13 +215,14 @@
         (NaiveRomanNumberFormatNotification autoload)
         NameSpace
         (NotANumber autoload)
+        (NumberConversionError autoload)
+        (NumberFormatError autoload)
         OSErrorHolder
         OSProcess
         ObjectMemory
         (OpenVMSFileHandle vms autoload)
         (OpenVMSFilename vms autoload)
         (OpenVMSOperatingSystem vms autoload)
-        (PCFilename win32)
         PackageId
         PluginSupport
         ProcessorScheduler
@@ -237,6 +234,7 @@
         ReadEvalPrintLoop
         RecursionLock
         Registry
+        (RomanNumberFormatError autoload)
         Semaphore
         SharedPool
         Signal
@@ -254,11 +252,6 @@
         UserMessage
         Visitor
         (WeakValueIdentityDictionary autoload)
-        (Win32Constants win32)
-        (Win32FILEHandle win32)
-        (Win32Handle win32)
-        (Win32OperatingSystem win32)
-        (Win32Process win32)
         (WindowsDesktop autoload)
         (XDGDesktop autoload)
         AbstractTime
@@ -339,6 +332,7 @@
         RecursiveStoreError
         SHA1Stream
         Time
+        TimeoutNotification
         Timestamp
         UserInterrupt
         UserNotification
@@ -354,6 +348,7 @@
         ClassBuildError
         DoubleArray
         ElementBoundsError
+        FileDirectory
         FloatArray
         Fraction
         IdentityDictionary
@@ -453,7 +448,6 @@
         KeyNotFoundError
         MallocFailure
         NonBooleanReceiverError
-        (NumberConversionError autoload)
         OpenError
         PositionError
         PositionOutOfBoundsError
@@ -479,7 +473,6 @@
         NoByteCodeError
         NonIntegerIndexError
         NonPositionableExternalStream
-        (NumberFormatError autoload)
         OverflowError
         String
         SubscriptOutOfBoundsError
@@ -492,10 +485,8 @@
         ImmutableString
         InvalidEncodingError
         PipeStream
-        (RomanNumberFormatError autoload)
         Symbol
         Unicode16String
-        TimeoutNotification
     )
 !
 
@@ -535,13 +526,13 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'10578M'"$"
+    ^ "$SVN-Revision:"'10580M'"$"
 ! !
 
 !stx_libbasic class methodsFor:'documentation'!
 
 version
-    ^ '$Id: stx_libbasic.st 10579 2010-10-05 08:24:13Z vranyj1 $'
+    ^ '$Id: stx_libbasic.st 10581 2010-10-13 09:46:46Z vranyj1 $'
 !
 
 version_CVS
@@ -549,6 +540,5 @@
 !
 
 version_SVN
-    ^ '$Id: stx_libbasic.st 10579 2010-10-05 08:24:13Z vranyj1 $'
+    ^ '$Id: stx_libbasic.st 10581 2010-10-13 09:46:46Z vranyj1 $'
 ! !
-