Added MiniLogger
authorvrany
Mon, 31 Oct 2011 17:22:25 +0100
changeset 13811 8ef2bc5e0616
parent 13810 ce0b6a1fc5cb
child 13812 d4efd890f4a8
Added MiniLogger
Make.proto
Make.spec
abbrev.stc
bc.mak
libInit.cc
stx_libbasic.st
--- a/Make.proto	Mon Oct 31 17:06:38 2011 +0100
+++ b/Make.proto	Mon Oct 31 17:22:25 2011 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.244 2011-09-09 05:15:47 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.245 2011-10-31 16:22:25 vrany Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libbasic.
@@ -396,6 +396,6 @@
 $(OUTDIR)UnixFileDescriptorHandle.$(O) UnixFileDescriptorHandle.$(H): UnixFileDescriptorHandle.st $(STCHDR)
 $(OUTDIR)UnixFileHandle.$(O) UnixFileHandle.$(H): UnixFileHandle.st $(STCHDR)
 $(OUTDIR)UnixOperatingSystem.$(O) UnixOperatingSystem.$(H): UnixOperatingSystem.st $(STCHDR)
+$(OUTDIR)MiniLogger.$(O) MiniLogger.$(H): MiniLogger.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 
 # ENDMAKEDEPEND --- do not remove this line
-
--- a/Make.spec	Mon Oct 31 17:06:38 2011 +0100
+++ b/Make.spec	Mon Oct 31 17:22:25 2011 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.121 2011-09-09 05:15:35 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.122 2011-10-31 16:22:25 vrany Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libbasic.
@@ -345,6 +345,7 @@
 	Complex \
 	ConfigurableFeatures \
 	FileDoesNotExistException \
+	MiniLogger \
 
 WIN32_CLASSES= \
 	Win32Process \
@@ -656,6 +657,7 @@
     $(OUTDIR)Complex.$(O) \
     $(OUTDIR)ConfigurableFeatures.$(O) \
     $(OUTDIR)FileDoesNotExistException.$(O) \
+    $(OUTDIR)MiniLogger.$(O) \
 
 WIN32_OBJS= \
     $(OUTDIR)Win32Process.$(O) \
@@ -667,6 +669,3 @@
     $(OUTDIR)Win32FILEHandle.$(O) \
     $(OUTDIR)Win32Constants.$(O) \
     $(OUTDIR)Win32OperatingSystem.$(O) \
-
-
-
--- a/abbrev.stc	Mon Oct 31 17:06:38 2011 +0100
+++ b/abbrev.stc	Mon Oct 31 17:22:25 2011 +0100
@@ -383,3 +383,4 @@
 Complex Complex stx:libbasic 'Magnitude-Numbers' 0
 ConfigurableFeatures ConfigurableFeatures stx:libbasic 'System-Support' 0
 FileDoesNotExistException FileDoesNotExistException stx:libbasic 'Kernel-Exceptions-Errors' 1
+MiniLogger MiniLogger stx:libbasic 'System-Debugging-Support' 0
--- a/bc.mak	Mon Oct 31 17:06:38 2011 +0100
+++ b/bc.mak	Mon Oct 31 17:22:25 2011 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/bc.mak,v 1.179 2011-09-09 05:16:07 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/bc.mak,v 1.180 2011-10-31 16:22:25 vrany Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libbasic.
@@ -352,5 +352,7 @@
 $(OUTDIR)Win32Handle.$(O) Win32Handle.$(H): Win32Handle.st $(INCLUDE_TOP)\stx\libbasic\OSHandle.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)Win32Process.$(O) Win32Process.$(H): Win32Process.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)Win32OperatingSystem.$(O) Win32OperatingSystem.$(H): Win32OperatingSystem.st $(INCLUDE_TOP)\stx\libbasic\AbstractOperatingSystem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ByteArray.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Win32Handle.$(H) $(INCLUDE_TOP)\stx\libbasic\OSHandle.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(STCHDR)
+$(OUTDIR)MiniLogger.$(O) MiniLogger.$(H): MiniLogger.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+
 
 # ENDMAKEDEPEND --- do not remove this line
--- a/libInit.cc	Mon Oct 31 17:06:38 2011 +0100
+++ b/libInit.cc	Mon Oct 31 17:22:25 2011 +0100
@@ -1,5 +1,5 @@
 /*
- * $Header: /cvs/stx/stx/libbasic/libInit.cc,v 1.172 2011-09-09 05:16:52 cg Exp $
+ * $Header: /cvs/stx/stx/libbasic/libInit.cc,v 1.173 2011-10-31 16:22:25 vrany Exp $
  *
  * DO NOT EDIT
  * automagically generated from the projectDefinition: stx_libbasic.
@@ -317,6 +317,7 @@
 _PipeStream_Init(pass,__pRT__,snd);
 _Symbol_Init(pass,__pRT__,snd);
 _Unicode16String_Init(pass,__pRT__,snd);
+_MiniLogger_Init(pass,__pRT__,snd);
 #ifdef UNIX
 _UnixFileDescriptorHandle_Init(pass,__pRT__,snd);
 _UnixFileHandle_Init(pass,__pRT__,snd);
--- a/stx_libbasic.st	Mon Oct 31 17:06:38 2011 +0100
+++ b/stx_libbasic.st	Mon Oct 31 17:22:25 2011 +0100
@@ -116,392 +116,393 @@
      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
 
     ^ #(
-        "<className> or (<className> attributes...) in load order"
-        Autoload
-        Object
-        ProtoObject
-        (AbstractDesktop autoload)
-        AbstractOperatingSystem
-        AbstractSourceFileReader
-        Annotation
-        (BadRomanNumberFormatError autoload)
-        Behavior
-        Boolean
-        CharacterEncoder
-        (#'CharacterEncoderImplementations::BIG5' autoload)
-        (#'CharacterEncoderImplementations::CNS11643' autoload)
-        (#'CharacterEncoderImplementations::CP437' autoload)
-        (#'CharacterEncoderImplementations::GB2313_1980' autoload)
-        (#'CharacterEncoderImplementations::HANGUL' autoload)
-        (#'CharacterEncoderImplementations::ISO10646_to_JavaText' autoload)
-        (#'CharacterEncoderImplementations::ISO10646_to_SGML' autoload)
-        (#'CharacterEncoderImplementations::ISO10646_to_UTF16BE' autoload)
-        (#'CharacterEncoderImplementations::ISO10646_to_UTF16LE' autoload)
-        (#'CharacterEncoderImplementations::ISO8859_10' autoload)
-        (#'CharacterEncoderImplementations::ISO8859_11' autoload)
-        (#'CharacterEncoderImplementations::ISO8859_13' autoload)
-        (#'CharacterEncoderImplementations::ISO8859_14' autoload)
-        (#'CharacterEncoderImplementations::ISO8859_16' autoload)
-        (#'CharacterEncoderImplementations::ISO8859_3' autoload)
-        (#'CharacterEncoderImplementations::ISO8859_4' autoload)
-        (#'CharacterEncoderImplementations::ISO8859_6' autoload)
-        (#'CharacterEncoderImplementations::ISO8859_8' autoload)
-        (#'CharacterEncoderImplementations::ISO8859_9' autoload)
-        (#'CharacterEncoderImplementations::JIS0201' autoload)
-        (#'CharacterEncoderImplementations::JIS0208' autoload)
-        (#'CharacterEncoderImplementations::JIS0208_to_EUC' autoload)
-        (#'CharacterEncoderImplementations::JIS0208_to_JIS7' autoload)
-        (#'CharacterEncoderImplementations::JIS0212' autoload)
-        (#'CharacterEncoderImplementations::JOHAB' autoload)
-        (#'CharacterEncoderImplementations::KOI7' autoload)
-        (#'CharacterEncoderImplementations::KOI8_R' autoload)
-        (#'CharacterEncoderImplementations::KOI8_U' autoload)
-        (#'CharacterEncoderImplementations::KSC5601' autoload)
-        (#'CharacterEncoderImplementations::MAC_Arabic' autoload)
-        (#'CharacterEncoderImplementations::MAC_CentralEuropean' autoload)
-        (#'CharacterEncoderImplementations::MAC_Croatian' autoload)
-        (#'CharacterEncoderImplementations::MAC_Cyrillic' autoload)
-        (#'CharacterEncoderImplementations::MAC_Dingbats' autoload)
-        (#'CharacterEncoderImplementations::MAC_Farsi' autoload)
-        (#'CharacterEncoderImplementations::MAC_Greek' autoload)
-        (#'CharacterEncoderImplementations::MAC_Hebrew' autoload)
-        (#'CharacterEncoderImplementations::MAC_Iceland' autoload)
-        (#'CharacterEncoderImplementations::MAC_Japanese' autoload)
-        (#'CharacterEncoderImplementations::MAC_Korean' autoload)
-        (#'CharacterEncoderImplementations::MAC_Roman' autoload)
-        (#'CharacterEncoderImplementations::MAC_Romanian' autoload)
-        (#'CharacterEncoderImplementations::MAC_Symbol' autoload)
-        (#'CharacterEncoderImplementations::MAC_Thai' autoload)
-        (#'CharacterEncoderImplementations::MAC_Turkish' autoload)
-        (#'CharacterEncoderImplementations::MS_Arabic' autoload)
-        (#'CharacterEncoderImplementations::MS_EastEuropean' autoload)
-        (#'CharacterEncoderImplementations::MS_Hebrew' autoload)
-        (#'CharacterEncoderImplementations::MS_Symbol' autoload)
-        (#'CharacterEncoderImplementations::MS_Turkish' autoload)
-        (#'CharacterEncoderImplementations::NEXT' autoload)
-        ClassBuilder
-        ClassCategoryReader
-        (CmdLineOption autoload)
-        (CmdLineOptionError autoload)
-        (CmdLineParser autoload)
-        (CmdLineParserTest autoload)
-        Collection
-        Context
-        Continuation
-        Delay
-        ExecutableFunction
-        ExternalAddress
-        ExternalLibrary
-        Filename
-        (GNOMEDesktop autoload)
-        GenericException
-        Geometric
-        (ImaginaryResultError autoload)
-        (Infinity autoload)
-        InlineObject
-        InterestConverter
-        (LargeFloat autoload)
-        Link
-        Lookup
-        (MacFilename macos autoload)
-        Magnitude
-        (MappedExternalBytes autoload)
-        Message
-        (MetaNumber autoload)
-        (MethodOverrideTests autoload)
-        MiniDebugger
-        MiniInspector
-        (NaiveRomanNumberFormatNotification autoload)
-        NameSpace
-        (NotANumber autoload)
-        (NumberConversionError autoload)
-        (NumberFormatError autoload)
-        OSErrorHolder
-        OSProcess
-        ObjectMemory
-        (OpenVMSFileHandle vms autoload)
-        (OpenVMSFilename vms autoload)
-        (OpenVMSOperatingSystem vms autoload)
-        PackageId
-        ProcessorScheduler
-        ProgrammingLanguage
-        Project
-        ProjectDefinition
-        (QualifiedName autoload)
-        ReadEvalPrintLoop
-        RecursionLock
-        Registry
-        (RomanNumberFormatError autoload)
-        Semaphore
-        SharedPool
-        Signal
-        Smalltalk
-        (SmalltalkDesktop autoload)
-        (SomeNumber autoload)
-        StandaloneStartup
-        Stream
-        SystemChangeNotifier
-        (SystemNotification autoload)
-        (TextCollectorStream autoload)
-        (UnboundedExternalStream autoload)
-        UndefinedObject
-        (UnixDesktop autoload)
-        UserMessage
-        Visitor
-        (WeakValueIdentityDictionary autoload)
-        (Win32Process win32)
-        (WindowsDesktop autoload)
-        (XDGDesktop autoload)
-        AbstractTime
-        ApplicationDefinition
-        ArithmeticValue
-        AspectVisitor
-        AutoDeletedFilename
-        Bag
-        BlockContext
-        BuiltinLookup
-        CachingRegistry
-        Character
-        #'CharacterEncoderImplementations::ISO10646_1'
-        #'CharacterEncoderImplementations::SingleByteEncoder'
-        #'CharacterEncoderImplementations::TwoByteEncoder'
-        CompiledCode
-        ControlInterrupt
-        Date
-        Exception
-        ExternalFunction
-        False
-        HandleRegistry
-        HashStream
-        InlineObjectPrototype
-        KeyedCollection
-        LibraryDefinition
-        LookupKey
-        MessageSend
-        NamespaceAwareLookup
-        NoHandlerError
-        Notification
-        OSHandle
-        (PCFilename win32)
-        PeekableStream
-        Process
-        QuerySignal
-        PluginSupport
-        Rectangle
-        SequenceableCollection
-        Set
-        SmalltalkChunkFileSourceReader
-        SmalltalkLanguage
-        True
-        UnixFilename
-        WeakInterestConverter
-        ArrayedCollection
-        Association
-        Block
-        #'CharacterEncoderImplementations::ASCII'
-        #'CharacterEncoderImplementations::ISO10646_to_UTF8'
-        #'CharacterEncoderImplementations::ISO8859_1'
-        #'CharacterEncoderImplementations::ISO8859_15'
-        #'CharacterEncoderImplementations::ISO8859_2'
-        #'CharacterEncoderImplementations::ISO8859_5'
-        #'CharacterEncoderImplementations::ISO8859_7'
-        #'CharacterEncoderImplementations::JIS0208_to_SJIS'
-        #'CharacterEncoderImplementations::MS_Ansi'
-        (#'CharacterEncoderImplementations::MS_Baltic' win32)
-        (#'CharacterEncoderImplementations::MS_Cyrillic' win32)
-        (#'CharacterEncoderImplementations::MS_Greek' win32)
-        ClassDescription
-        ControlRequest
-        Dictionary
-        EncodedStream
-        EndOfStreamNotification
-        Error
-        ExternalFunctionCallback
-        ExternalLibraryFunction
-        HaltInterrupt
-        IdentitySet
-        LinkedList
-        MD5Stream
-        Method
-        MethodDictionary
-        Number
-        OSFileHandle
-        ObjectCoder
-        OrderedCollection
-        Point
-        PositionableStream
-        Query
-        ReadOnlySequenceableCollection
-        RecursiveStoreError
-        SHA1Stream
-        Time
-        TimeoutNotification
-        Timestamp
-        UserInterrupt
-        UserNotification
-        YesToAllConfirmation
-        #'stx_libbasic'
-        AbortAllOperationRequest
-        AbstractSourceFileWriter
-        ActivityNotification
-        Array
-        BreakPointInterrupt
-        CheapBlock
-        Class
-        ClassBuildError
-        DoubleArray
-        ElementBoundsError
-        FileDirectory
-        FloatArray
-        Fraction
-        IdentityDictionary
-        InlineObjectClassDescription
-        Integer
-        Interval
-        LimitedPrecisionReal
-        MeasurementValue
-        Metaclass
-        OsError
-        ProceedableError
-        QueryWithoutDefault
-        ReadStream
-        RecursionError
-        RecursiveExceptionError
-        RestartProcessRequest
-        SemaphoreSet
-        SignalSet
-        SnapshotError
-        SortedCollection
-        StringCollection
-        TerminateProcessRequest
-        UninterpretedBytes
-        (UnixFileDescriptorHandle unix)
-        (UnixFileHandle unix)
-        (UnixOperatingSystem unix)
-        UserConfirmation
-        UserInformation
-        VMInternalError
-        VarArgBlock
-        Warning
-        (Win32Handle win32)
-        WeakArray
-        WeakIdentitySet
-        WeakValueDictionary
-        (Win32FILEHandle win32)
-        WriteStream
-        AbortOperationRequest
-        AllocationFailure
-        AmbiguousMessage
-        ArithmeticError
-        AssertionFailedError
-        AutoloadMetaclass
-        ByteArray
-        CharacterWriteStream
-        ContextError
-        ConversionError
-        DeepCopyError
-        ExceptionHandlerSet
-        ExecutionError
-        ExternalBytes
-        FixedPoint
-        Float
-        GetOpt
-        ImmutableArray
-        LargeInteger
-        LongFloat
-        MessageNotUnderstood
-        NoModificationError
-        NotFoundError
-        OSSignalInterrupt
-        OsIllegalOperation
-        OsInaccessibleError
-        OsInvalidArgumentsError
-        OsNeedRetryError
-        OsNoResourcesError
-        OsNotification
-        OsTransferFaultError
-        PrivateMetaclass
-        ProceedError
-        ReadWriteStream
-        ShortFloat
-        SignalError
-        SmallInteger
-        SmalltalkChunkFileSourceWriter
-        StreamError
-        SubclassResponsibilityError
-        TimeoutError
-        UnimplementedFunctionalityError
-        UserPreferences
-        VarArgCheapBlock
-        WeakIdentityDictionary
-        ArgumentError
-        CannotResumeError
-        CannotReturnError
-        CharacterArray
-        CharacterEncoderError
-        DateConversionError
-        DomainError
-        EndOfStreamError
-        ExternalStream
-        ExternalStructure
-        ImmutableByteArray
-        IncompleteNextCountError
-        IndexNotFoundError
-        InvalidCodeError
-        InvalidModeError
-        InvalidOperationError
-        KeyNotFoundError
-        MallocFailure
-        NonBooleanReceiverError
-        OpenError
-        PositionError
-        PositionOutOfBoundsError
-        PrimitiveFailure
-        RangeError
-        ReadError
-        StreamIOError
-        StreamNotOpenError
-        TimeConversionError
-        UnorderedNumbersError
-        UnprotectedExternalBytes
-        WeakDependencyDictionary
-        (Win32Constants win32)
-        (Win32OperatingSystem win32)
-        WriteError
-        WrongProceedabilityError
-        BadLiteralsError
-        DecodingError
-        EncodingError
-        FileStream
-        InvalidByteCodeError
-        InvalidInstructionError
-        InvalidReadError
-        InvalidWriteError
-        NoByteCodeError
-        NonIntegerIndexError
-        NonPositionableExternalStream
-        OverflowError
-        String
-        SubscriptOutOfBoundsError
-        TwoByteString
-        UnderflowError
-        WrongNumberOfArgumentsError
-        ZeroDivide
-        CharacterRangeError
-        DirectoryStream
-        ImmutableString
-        InvalidEncodingError
-        PipeStream
-        Symbol
-        Unicode16String
-        #'CharacterEncoderImplementations::EBCDIC'
-        SameForAllNotification
-        UtcTimestamp
-        InvalidPatchError
-        AbortAllOperationWantedQuery
-        Complex
-        ConfigurableFeatures
-        FileDoesNotExistException
+	"<className> or (<className> attributes...) in load order"
+	Autoload
+	Object
+	ProtoObject
+	(AbstractDesktop autoload)
+	AbstractOperatingSystem
+	AbstractSourceFileReader
+	Annotation
+	(BadRomanNumberFormatError autoload)
+	Behavior
+	Boolean
+	CharacterEncoder
+	(#'CharacterEncoderImplementations::BIG5' autoload)
+	(#'CharacterEncoderImplementations::CNS11643' autoload)
+	(#'CharacterEncoderImplementations::CP437' autoload)
+	(#'CharacterEncoderImplementations::GB2313_1980' autoload)
+	(#'CharacterEncoderImplementations::HANGUL' autoload)
+	(#'CharacterEncoderImplementations::ISO10646_to_JavaText' autoload)
+	(#'CharacterEncoderImplementations::ISO10646_to_SGML' autoload)
+	(#'CharacterEncoderImplementations::ISO10646_to_UTF16BE' autoload)
+	(#'CharacterEncoderImplementations::ISO10646_to_UTF16LE' autoload)
+	(#'CharacterEncoderImplementations::ISO8859_10' autoload)
+	(#'CharacterEncoderImplementations::ISO8859_11' autoload)
+	(#'CharacterEncoderImplementations::ISO8859_13' autoload)
+	(#'CharacterEncoderImplementations::ISO8859_14' autoload)
+	(#'CharacterEncoderImplementations::ISO8859_16' autoload)
+	(#'CharacterEncoderImplementations::ISO8859_3' autoload)
+	(#'CharacterEncoderImplementations::ISO8859_4' autoload)
+	(#'CharacterEncoderImplementations::ISO8859_6' autoload)
+	(#'CharacterEncoderImplementations::ISO8859_8' autoload)
+	(#'CharacterEncoderImplementations::ISO8859_9' autoload)
+	(#'CharacterEncoderImplementations::JIS0201' autoload)
+	(#'CharacterEncoderImplementations::JIS0208' autoload)
+	(#'CharacterEncoderImplementations::JIS0208_to_EUC' autoload)
+	(#'CharacterEncoderImplementations::JIS0208_to_JIS7' autoload)
+	(#'CharacterEncoderImplementations::JIS0212' autoload)
+	(#'CharacterEncoderImplementations::JOHAB' autoload)
+	(#'CharacterEncoderImplementations::KOI7' autoload)
+	(#'CharacterEncoderImplementations::KOI8_R' autoload)
+	(#'CharacterEncoderImplementations::KOI8_U' autoload)
+	(#'CharacterEncoderImplementations::KSC5601' autoload)
+	(#'CharacterEncoderImplementations::MAC_Arabic' autoload)
+	(#'CharacterEncoderImplementations::MAC_CentralEuropean' autoload)
+	(#'CharacterEncoderImplementations::MAC_Croatian' autoload)
+	(#'CharacterEncoderImplementations::MAC_Cyrillic' autoload)
+	(#'CharacterEncoderImplementations::MAC_Dingbats' autoload)
+	(#'CharacterEncoderImplementations::MAC_Farsi' autoload)
+	(#'CharacterEncoderImplementations::MAC_Greek' autoload)
+	(#'CharacterEncoderImplementations::MAC_Hebrew' autoload)
+	(#'CharacterEncoderImplementations::MAC_Iceland' autoload)
+	(#'CharacterEncoderImplementations::MAC_Japanese' autoload)
+	(#'CharacterEncoderImplementations::MAC_Korean' autoload)
+	(#'CharacterEncoderImplementations::MAC_Roman' autoload)
+	(#'CharacterEncoderImplementations::MAC_Romanian' autoload)
+	(#'CharacterEncoderImplementations::MAC_Symbol' autoload)
+	(#'CharacterEncoderImplementations::MAC_Thai' autoload)
+	(#'CharacterEncoderImplementations::MAC_Turkish' autoload)
+	(#'CharacterEncoderImplementations::MS_Arabic' autoload)
+	(#'CharacterEncoderImplementations::MS_EastEuropean' autoload)
+	(#'CharacterEncoderImplementations::MS_Hebrew' autoload)
+	(#'CharacterEncoderImplementations::MS_Symbol' autoload)
+	(#'CharacterEncoderImplementations::MS_Turkish' autoload)
+	(#'CharacterEncoderImplementations::NEXT' autoload)
+	ClassBuilder
+	ClassCategoryReader
+	(CmdLineOption autoload)
+	(CmdLineOptionError autoload)
+	(CmdLineParser autoload)
+	(CmdLineParserTest autoload)
+	Collection
+	Context
+	Continuation
+	Delay
+	ExecutableFunction
+	ExternalAddress
+	ExternalLibrary
+	Filename
+	(GNOMEDesktop autoload)
+	GenericException
+	Geometric
+	(ImaginaryResultError autoload)
+	(Infinity autoload)
+	InlineObject
+	InterestConverter
+	(LargeFloat autoload)
+	Link
+	Lookup
+	(MacFilename macos autoload)
+	Magnitude
+	(MappedExternalBytes autoload)
+	Message
+	(MetaNumber autoload)
+	(MethodOverrideTests autoload)
+	MiniDebugger
+	MiniInspector
+	(NaiveRomanNumberFormatNotification autoload)
+	NameSpace
+	(NotANumber autoload)
+	(NumberConversionError autoload)
+	(NumberFormatError autoload)
+	OSErrorHolder
+	OSProcess
+	ObjectMemory
+	(OpenVMSFileHandle vms autoload)
+	(OpenVMSFilename vms autoload)
+	(OpenVMSOperatingSystem vms autoload)
+	PackageId
+	ProcessorScheduler
+	ProgrammingLanguage
+	Project
+	ProjectDefinition
+	(QualifiedName autoload)
+	ReadEvalPrintLoop
+	RecursionLock
+	Registry
+	(RomanNumberFormatError autoload)
+	Semaphore
+	SharedPool
+	Signal
+	Smalltalk
+	(SmalltalkDesktop autoload)
+	(SomeNumber autoload)
+	StandaloneStartup
+	Stream
+	SystemChangeNotifier
+	(SystemNotification autoload)
+	(TextCollectorStream autoload)
+	(UnboundedExternalStream autoload)
+	UndefinedObject
+	(UnixDesktop autoload)
+	UserMessage
+	Visitor
+	(WeakValueIdentityDictionary autoload)
+	(Win32Process win32)
+	(WindowsDesktop autoload)
+	(XDGDesktop autoload)
+	AbstractTime
+	ApplicationDefinition
+	ArithmeticValue
+	AspectVisitor
+	AutoDeletedFilename
+	Bag
+	BlockContext
+	BuiltinLookup
+	CachingRegistry
+	Character
+	#'CharacterEncoderImplementations::ISO10646_1'
+	#'CharacterEncoderImplementations::SingleByteEncoder'
+	#'CharacterEncoderImplementations::TwoByteEncoder'
+	CompiledCode
+	ControlInterrupt
+	Date
+	Exception
+	ExternalFunction
+	False
+	HandleRegistry
+	HashStream
+	InlineObjectPrototype
+	KeyedCollection
+	LibraryDefinition
+	LookupKey
+	MessageSend
+	NamespaceAwareLookup
+	NoHandlerError
+	Notification
+	OSHandle
+	(PCFilename win32)
+	PeekableStream
+	Process
+	QuerySignal
+	PluginSupport
+	Rectangle
+	SequenceableCollection
+	Set
+	SmalltalkChunkFileSourceReader
+	SmalltalkLanguage
+	True
+	UnixFilename
+	WeakInterestConverter
+	ArrayedCollection
+	Association
+	Block
+	#'CharacterEncoderImplementations::ASCII'
+	#'CharacterEncoderImplementations::ISO10646_to_UTF8'
+	#'CharacterEncoderImplementations::ISO8859_1'
+	#'CharacterEncoderImplementations::ISO8859_15'
+	#'CharacterEncoderImplementations::ISO8859_2'
+	#'CharacterEncoderImplementations::ISO8859_5'
+	#'CharacterEncoderImplementations::ISO8859_7'
+	#'CharacterEncoderImplementations::JIS0208_to_SJIS'
+	#'CharacterEncoderImplementations::MS_Ansi'
+	(#'CharacterEncoderImplementations::MS_Baltic' win32)
+	(#'CharacterEncoderImplementations::MS_Cyrillic' win32)
+	(#'CharacterEncoderImplementations::MS_Greek' win32)
+	ClassDescription
+	ControlRequest
+	Dictionary
+	EncodedStream
+	EndOfStreamNotification
+	Error
+	ExternalFunctionCallback
+	ExternalLibraryFunction
+	HaltInterrupt
+	IdentitySet
+	LinkedList
+	MD5Stream
+	Method
+	MethodDictionary
+	Number
+	OSFileHandle
+	ObjectCoder
+	OrderedCollection
+	Point
+	PositionableStream
+	Query
+	ReadOnlySequenceableCollection
+	RecursiveStoreError
+	SHA1Stream
+	Time
+	TimeoutNotification
+	Timestamp
+	UserInterrupt
+	UserNotification
+	YesToAllConfirmation
+	#'stx_libbasic'
+	AbortAllOperationRequest
+	AbstractSourceFileWriter
+	ActivityNotification
+	Array
+	BreakPointInterrupt
+	CheapBlock
+	Class
+	ClassBuildError
+	DoubleArray
+	ElementBoundsError
+	FileDirectory
+	FloatArray
+	Fraction
+	IdentityDictionary
+	InlineObjectClassDescription
+	Integer
+	Interval
+	LimitedPrecisionReal
+	MeasurementValue
+	Metaclass
+	OsError
+	ProceedableError
+	QueryWithoutDefault
+	ReadStream
+	RecursionError
+	RecursiveExceptionError
+	RestartProcessRequest
+	SemaphoreSet
+	SignalSet
+	SnapshotError
+	SortedCollection
+	StringCollection
+	TerminateProcessRequest
+	UninterpretedBytes
+	(UnixFileDescriptorHandle unix)
+	(UnixFileHandle unix)
+	(UnixOperatingSystem unix)
+	UserConfirmation
+	UserInformation
+	VMInternalError
+	VarArgBlock
+	Warning
+	(Win32Handle win32)
+	WeakArray
+	WeakIdentitySet
+	WeakValueDictionary
+	(Win32FILEHandle win32)
+	WriteStream
+	AbortOperationRequest
+	AllocationFailure
+	AmbiguousMessage
+	ArithmeticError
+	AssertionFailedError
+	AutoloadMetaclass
+	ByteArray
+	CharacterWriteStream
+	ContextError
+	ConversionError
+	DeepCopyError
+	ExceptionHandlerSet
+	ExecutionError
+	ExternalBytes
+	FixedPoint
+	Float
+	GetOpt
+	ImmutableArray
+	LargeInteger
+	LongFloat
+	MessageNotUnderstood
+	NoModificationError
+	NotFoundError
+	OSSignalInterrupt
+	OsIllegalOperation
+	OsInaccessibleError
+	OsInvalidArgumentsError
+	OsNeedRetryError
+	OsNoResourcesError
+	OsNotification
+	OsTransferFaultError
+	PrivateMetaclass
+	ProceedError
+	ReadWriteStream
+	ShortFloat
+	SignalError
+	SmallInteger
+	SmalltalkChunkFileSourceWriter
+	StreamError
+	SubclassResponsibilityError
+	TimeoutError
+	UnimplementedFunctionalityError
+	UserPreferences
+	VarArgCheapBlock
+	WeakIdentityDictionary
+	ArgumentError
+	CannotResumeError
+	CannotReturnError
+	CharacterArray
+	CharacterEncoderError
+	DateConversionError
+	DomainError
+	EndOfStreamError
+	ExternalStream
+	ExternalStructure
+	ImmutableByteArray
+	IncompleteNextCountError
+	IndexNotFoundError
+	InvalidCodeError
+	InvalidModeError
+	InvalidOperationError
+	KeyNotFoundError
+	MallocFailure
+	NonBooleanReceiverError
+	OpenError
+	PositionError
+	PositionOutOfBoundsError
+	PrimitiveFailure
+	RangeError
+	ReadError
+	StreamIOError
+	StreamNotOpenError
+	TimeConversionError
+	UnorderedNumbersError
+	UnprotectedExternalBytes
+	WeakDependencyDictionary
+	(Win32Constants win32)
+	(Win32OperatingSystem win32)
+	WriteError
+	WrongProceedabilityError
+	BadLiteralsError
+	DecodingError
+	EncodingError
+	FileStream
+	InvalidByteCodeError
+	InvalidInstructionError
+	InvalidReadError
+	InvalidWriteError
+	NoByteCodeError
+	NonIntegerIndexError
+	NonPositionableExternalStream
+	OverflowError
+	String
+	SubscriptOutOfBoundsError
+	TwoByteString
+	UnderflowError
+	WrongNumberOfArgumentsError
+	ZeroDivide
+	CharacterRangeError
+	DirectoryStream
+	ImmutableString
+	InvalidEncodingError
+	PipeStream
+	Symbol
+	Unicode16String
+	#'CharacterEncoderImplementations::EBCDIC'
+	SameForAllNotification
+	UtcTimestamp
+	InvalidPatchError
+	AbortAllOperationWantedQuery
+	Complex
+	ConfigurableFeatures
+	FileDoesNotExistException
+	MiniLogger
     )
 !
 
@@ -541,17 +542,17 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'10648M'"$"
+    ^ "$SVN-Revision:"'exported'"$"
 ! !
 
 !stx_libbasic class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.93 2011-09-09 05:16:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.94 2011-10-31 16:22:25 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.93 2011-09-09 05:16:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.94 2011-10-31 16:22:25 vrany Exp $'
 !
 
 version_SVN