automatic checkIn
authorfm
Mon, 05 Oct 2009 12:40:10 +0200
changeset 12141 270ad40a8f00
parent 12140 032dc99e14d7
child 12142 1814d6072f33
automatic checkIn
stx_libbasic.st
--- a/stx_libbasic.st	Mon Oct 05 12:40:08 2009 +0200
+++ b/stx_libbasic.st	Mon Oct 05 12:40:10 2009 +0200
@@ -103,7 +103,6 @@
         ProtoObject
         AbstractOperatingSystem
         AbstractSourceFileReader
-        AutoloadMetaclass  
         (BadRomanNumberFormatError autoload)
         Behavior
         Boolean
@@ -219,7 +218,6 @@
         (UnixFileDescriptorHandle unix )
         (UnixFileHandle unix )
         (UnixOperatingSystem unix )
-        UnprotectedExternalBytes
         (UserMessage autoload)
         Visitor
         (WeakValueIdentityDictionary autoload)
@@ -358,6 +356,7 @@
         AllocationFailure
         ArithmeticError
         AssertionFailedError
+        AutoloadMetaclass
         ByteArray
         CharacterWriteStream
         ContextError
@@ -422,6 +421,7 @@
         StreamNotOpenError
         TimeConversionError
         UnorderedNumbersError
+        UnprotectedExternalBytes
         WeakDependencyDictionary
         (Win32OperatingSystem win32)
         WriteError
@@ -483,9 +483,9 @@
 !stx_libbasic class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.60 2009-10-05 07:53:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.61 2009-10-05 10:40:10 fm Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.60 2009-10-05 07:53:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.61 2009-10-05 10:40:10 fm Exp $'
 ! !