Recommited from itself jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 28 Sep 2011 20:07:49 +0100
branchjv
changeset 17865 598963c6ff8e
parent 17864 e6010e48defb
child 17866 abe5bdd75639
Recommited from itself
AbortAllOperationRequest.st
AbortAllOperationWantedQuery.st
AbstractOperatingSystem.st
AbstractSourceFileReader.st
AbstractTime.st
AllocationFailure.st
ArithmeticError.st
ArithmeticValue.st
Array.st
ArrayedCollection.st
AspectVisitor.st
AssertionFailedError.st
Association.st
AutoDeletedFilename.st
Autoload.st
AutoloadMetaclass.st
Bag.st
Behavior.st
Block.st
BlockContext.st
Boolean.st
BreakPointInterrupt.st
ByteArray.st
CachingRegistry.st
CannotResumeError.st
CannotReturnError.st
Character.st
CharacterArray.st
CharacterEncoder.st
CharacterEncoderError.st
CharacterEncoderImplementations__ASCII.st
CharacterEncoderImplementations__EBCDIC.st
CharacterEncoderImplementations__ISO10646_1.st
CharacterEncoderImplementations__ISO10646_to_UTF16BE.st
CharacterEncoderImplementations__ISO10646_to_UTF8.st
CharacterEncoderImplementations__ISO8859_1.st
CharacterEncoderImplementations__ISO8859_15.st
CharacterEncoderImplementations__ISO8859_2.st
CharacterEncoderImplementations__ISO8859_5.st
CharacterEncoderImplementations__ISO8859_7.st
CharacterEncoderImplementations__JIS0208_to_SJIS.st
CharacterEncoderImplementations__KOI8_R.st
CharacterEncoderImplementations__MS_Ansi.st
CharacterEncoderImplementations__SingleByteEncoder.st
CharacterEncoderImplementations__TwoByteEncoder.st
CharacterRangeError.st
CharacterWriteStream.st
CheapBlock.st
Class.st
ClassBuildError.st
ClassDescription.st
Collection.st
CompiledCode.st
Complex.st
ConfigurableFeatures.st
Context.st
ContextError.st
Continuation.st
ControlInterrupt.st
ControlRequest.st
Date.st
DecodingError.st
Delay.st
Dictionary.st
DirectoryStream.st
DoubleArray.st
EncodedStream.st
EncodingError.st
EndOfStreamNotification.st
Error.st
Exception.st
ExceptionHandlerSet.st
ExecutableFunction.st
ExternalAddress.st
ExternalBytes.st
ExternalFunction.st
ExternalFunctionCallback.st
ExternalLibrary.st
ExternalStream.st
ExternalStructure.st
False.st
FileDirectory.st
FileDoesNotExistException.st
FileStream.st
Filename.st
FixedPoint.st
Float.st
FloatArray.st
Fraction.st
GenericException.st
GetOpt.st
HaltInterrupt.st
HandleRegistry.st
HashStream.st
IdentityDictionary.st
IdentitySet.st
ImmutableArray.st
ImmutableByteArray.st
ImmutableString.st
IndexNotFoundError.st
Infinity.st
InlineObject.st
InlineObjectClassDescription.st
InlineObjectPrototype.st
Integer.st
InterestConverter.st
Interval.st
InvalidEncodingError.st
InvalidModeError.st
InvalidOperationError.st
InvalidPatchError.st
InvalidReadError.st
InvalidWriteError.st
KeyNotFoundError.st
KeyedCollection.st
LargeInteger.st
LibraryDefinition.st
LimitedPrecisionReal.st
Link.st
LinkedList.st
LongFloat.st
LookupKey.st
MD5Stream.st
Magnitude.st
Make.proto
Make.spec
MallocFailure.st
MeasurementValue.st
Message.st
MessageNotUnderstood.st
MessageSend.st
MetaNumber.st
Metaclass.st
Method.st
MethodDictionary.st
MiniDebugger.st
MiniInspector.st
NoHandlerError.st
NoModificationError.st
NonIntegerIndexError.st
NonPositionableExternalStream.st
NotFoundError.st
Notification.st
Number.st
NumberConversionError.st
NumberFormatError.st
OSErrorHolder.st
OSProcess.st
Object.st
ObjectCoder.st
ObjectMemory.st
OpenError.st
OrderedCollection.st
OsError.st
OsIllegalOperation.st
OsInaccessibleError.st
OsInvalidArgumentsError.st
OsNeedRetryError.st
OsNoResourcesError.st
OsNotification.st
OsTransferFaultError.st
PackageId.st
PeekableStream.st
PipeStream.st
PluginSupport.st
PositionError.st
PositionOutOfBoundsError.st
PositionableStream.st
PrimitiveFailure.st
PrivateMetaclass.st
ProceedableError.st
Process.st
ProcessorScheduler.st
Project.st
ProtoObject.st
PrototypeLookupAlgorithm.st
Query.st
QuerySignal.st
ReadError.st
ReadEvalPrintLoop.st
ReadOnlySequenceableCollection.st
ReadStream.st
ReadWriteStream.st
Rectangle.st
RecursionError.st
RecursionLock.st
Registry.st
RestartProcessRequest.st
RomanNumberFormatError.st
SHA1Stream.st
SameForAllNotification.st
SelectorNamespacesTests.st
Semaphore.st
SemaphoreSet.st
SequenceableCollection.st
Set.st
SharedPool.st
ShortFloat.st
Signal.st
SignalError.st
SignalSet.st
SmallInteger.st
Smalltalk.st
SmalltalkChunkFileSourceWriter.st
SmalltalkLanguage.st
StandaloneStartup.st
Stream.st
StreamError.st
StreamIOError.st
StreamNotOpenError.st
String.st
StringCollection.st
SubclassResponsibilityError.st
SubscriptOutOfBoundsError.st
Symbol.st
SystemChangeNotifier.st
TerminateProcessRequest.st
Time.st
TimeoutNotification.st
Timestamp.st
True.st
UndefinedObject.st
UninterpretedBytes.st
UnixFileDescriptorHandle.st
UnixFileHandle.st
UnixFilename.st
UnixOperatingSystem.st
UnprotectedExternalBytes.st
UserConfirmation.st
UserInterrupt.st
UserMessage.st
UserNotification.st
UserPreferences.st
UtcTimestamp.st
Visitor.st
Warning.st
WeakArray.st
WeakDependencyDictionary.st
WeakIdentityDictionary.st
WeakIdentitySet.st
WeakInterestConverter.st
WeakValueDictionary.st
WriteError.st
WriteStream.st
YesToAllConfirmation.st
abbrev.stc
bc.mak
libInit.cc
libbasic.rc
stx_libbasic.st
--- a/AbortAllOperationRequest.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/AbortAllOperationRequest.st	Wed Sep 28 20:07:49 2011 +0100
@@ -85,11 +85,15 @@
 !AbortAllOperationRequest class methodsFor:'documentation'!
 
 version
-    ^ '$Id: AbortAllOperationRequest.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: AbortAllOperationRequest.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/AbortAllOperationRequest.st,v 1.8 2011/02/09 12:59:00 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: AbortAllOperationRequest.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 AbortAllOperationRequest initialize!
--- a/AbortAllOperationWantedQuery.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/AbortAllOperationWantedQuery.st	Wed Sep 28 20:07:49 2011 +0100
@@ -68,4 +68,8 @@
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/AbortAllOperationWantedQuery.st,v 1.2 2011/02/09 10:44:37 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id$'
 ! !
--- a/AbstractOperatingSystem.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/AbstractOperatingSystem.st	Wed Sep 28 20:07:49 2011 +0100
@@ -7055,12 +7055,15 @@
 !AbstractOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Id: AbstractOperatingSystem.st 10665 2011-08-10 14:59:08Z vranyj1 $'
+    ^ '$Id: AbstractOperatingSystem.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.214 2011/08/05 16:19:00 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: AbstractOperatingSystem.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 AbstractOperatingSystem initialize!
-
--- a/AbstractSourceFileReader.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/AbstractSourceFileReader.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2006 by eXept Software AG
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
 "{ Package: 'stx:libbasic' }"
 
 Object subclass:#AbstractSourceFileReader
@@ -7,6 +18,21 @@
 	category:'Kernel-Classes'
 !
 
+!AbstractSourceFileReader class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2006 by eXept Software AG
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+! !
 
 !AbstractSourceFileReader class methodsFor:'fileIn'!
 
@@ -47,7 +73,7 @@
 !AbstractSourceFileReader class methodsFor:'documentation'!
 
 version
-    ^ '$Id: AbstractSourceFileReader.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: AbstractSourceFileReader.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
--- a/AbstractTime.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/AbstractTime.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1187,10 +1187,13 @@
 !AbstractTime class methodsFor:'documentation'!
 
 version
-    ^ '$Id: AbstractTime.st 10690 2011-09-20 10:11:19Z vranyj1 $'
+    ^ '$Id: AbstractTime.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.74 2011/09/15 08:42:47 ca Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.74 2011/09/15 08:42:47 ca Exp §'
+!
+
+version_SVN
+    ^ '$Id: AbstractTime.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/AllocationFailure.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/AllocationFailure.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ProceedableError subclass:#AllocationFailure
@@ -38,5 +37,9 @@
 !AllocationFailure class methodsFor:'documentation'!
 
 version
-    ^ '$Id: AllocationFailure.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: AllocationFailure.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: AllocationFailure.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/ArithmeticError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ArithmeticError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ProceedableError subclass:#ArithmeticError
@@ -38,5 +37,9 @@
 !ArithmeticError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ArithmeticError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: ArithmeticError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: ArithmeticError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/ArithmeticValue.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ArithmeticValue.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1333,11 +1333,15 @@
 !ArithmeticValue class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ArithmeticValue.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: ArithmeticValue.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.87 2010/08/09 17:52:46 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: ArithmeticValue.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 ArithmeticValue initialize!
--- a/Array.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Array.st	Wed Sep 28 20:07:49 2011 +0100
@@ -2527,9 +2527,13 @@
 !Array class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Array.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Array.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Array.st,v 1.149 2010/09/21 06:57:51 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: Array.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/ArrayedCollection.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ArrayedCollection.st	Wed Sep 28 20:07:49 2011 +0100
@@ -483,5 +483,9 @@
 !ArrayedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ArrayedCollection.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: ArrayedCollection.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: ArrayedCollection.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/AspectVisitor.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/AspectVisitor.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 Visitor subclass:#AspectVisitor
@@ -131,5 +130,9 @@
 !AspectVisitor class methodsFor:'documentation'!
 
 version
-    ^ '$Id: AspectVisitor.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: AspectVisitor.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: AspectVisitor.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/AssertionFailedError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/AssertionFailedError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -43,5 +43,9 @@
 !AssertionFailedError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: AssertionFailedError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: AssertionFailedError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: AssertionFailedError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Association.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Association.st	Wed Sep 28 20:07:49 2011 +0100
@@ -173,9 +173,13 @@
 !Association class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Association.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Association.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Association.st,v 1.23 2009/10/06 15:16:10 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Association.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/AutoDeletedFilename.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/AutoDeletedFilename.st	Wed Sep 28 20:07:49 2011 +0100
@@ -143,5 +143,9 @@
 !AutoDeletedFilename class methodsFor:'documentation'!
 
 version
-    ^ '$Id: AutoDeletedFilename.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: AutoDeletedFilename.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: AutoDeletedFilename.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Autoload.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Autoload.st	Wed Sep 28 20:07:49 2011 +0100
@@ -796,11 +796,15 @@
 !Autoload class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Autoload.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Autoload.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.158 2011/02/08 19:03:57 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Autoload.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Autoload initialize!
--- a/AutoloadMetaclass.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/AutoloadMetaclass.st	Wed Sep 28 20:07:49 2011 +0100
@@ -101,9 +101,13 @@
 !AutoloadMetaclass class methodsFor:'documentation'!
 
 version
-    ^ '$Id: AutoloadMetaclass.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: AutoloadMetaclass.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/AutoloadMetaclass.st,v 1.8 2010/04/03 10:47:04 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: AutoloadMetaclass.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Bag.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Bag.st	Wed Sep 28 20:07:49 2011 +0100
@@ -416,9 +416,13 @@
 !Bag class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Bag.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Bag.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Bag.st,v 1.41 2010/03/30 13:38:23 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: Bag.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Behavior.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Behavior.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1164,6 +1164,7 @@
 ! !
 
 
+
 !Behavior methodsFor:'accessing'!
 
 addSelector:newSelector withMethod:newMethod
@@ -4741,10 +4742,9 @@
 !Behavior class methodsFor:'documentation'!
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.314 2011/08/20 14:36:35 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.314 2011/08/20 14:36:35 cg Exp §'
 !
 
 version_SVN
-    ^ '$ Id: Behavior.st 10643 2011-06-08 21:53:07Z vranyj1  $'
+    ^ '$Id: Behavior.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/Block.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Block.st	Wed Sep 28 20:07:49 2011 +0100
@@ -371,6 +371,7 @@
 ! !
 
 
+
 !Block methodsFor:'Compatibility-ANSI'!
 
 argumentCount
@@ -2951,12 +2952,15 @@
 !Block class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Block.st 10665 2011-08-10 14:59:08Z vranyj1 $'
+    ^ '$Id: Block.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Block.st,v 1.185 2011/07/21 11:36:58 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Block.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Block initialize!
-
--- a/BlockContext.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/BlockContext.st	Wed Sep 28 20:07:49 2011 +0100
@@ -53,6 +53,7 @@
 "
 ! !
 
+
 !BlockContext methodsFor:'accessing'!
 
 canReturn
@@ -240,5 +241,9 @@
 !BlockContext class methodsFor:'documentation'!
 
 version
-    ^ '$Id: BlockContext.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: BlockContext.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: BlockContext.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Boolean.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Boolean.st	Wed Sep 28 20:07:49 2011 +0100
@@ -90,6 +90,8 @@
     "
 ! !
 
+
+
 !Boolean class methodsFor:'queries'!
 
 hasSharedInstances
@@ -232,9 +234,13 @@
 !Boolean class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Boolean.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Boolean.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.41 2010/11/17 14:59:49 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Boolean.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/BreakPointInterrupt.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/BreakPointInterrupt.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 HaltInterrupt subclass:#BreakPointInterrupt
@@ -45,5 +44,9 @@
 !BreakPointInterrupt class methodsFor:'documentation'!
 
 version
-    ^ '$Id: BreakPointInterrupt.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: BreakPointInterrupt.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: BreakPointInterrupt.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/ByteArray.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ByteArray.st	Wed Sep 28 20:07:49 2011 +0100
@@ -164,7 +164,6 @@
 
 
 
-
 !ByteArray class methodsFor:'queries'!
 
 elementByteSize
@@ -183,6 +182,7 @@
 ! !
 
 
+
 !ByteArray methodsFor:'Compatibility-Squeak'!
 
 bitXor:aByteArray
@@ -2912,6 +2912,7 @@
     "
 ! !
 
+
 !ByteArray methodsFor:'searching'!
 
 indexOf:aByte startingAt:start
@@ -2967,6 +2968,7 @@
     "
 ! !
 
+
 !ByteArray methodsFor:'testing'!
 
 isByteArray
@@ -2994,10 +2996,13 @@
 !ByteArray class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ByteArray.st 10690 2011-09-20 10:11:19Z vranyj1 $'
+    ^ '$Id: ByteArray.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.206 2011/09/15 13:11:51 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.206 2011/09/15 13:11:51 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: ByteArray.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/CachingRegistry.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CachingRegistry.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,7 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
+"{ Package: 'stx:libbasic' }"
 
 Registry subclass:#CachingRegistry
 	instanceVariableNames:'keptReferences cacheSize'
@@ -92,5 +92,9 @@
 !CachingRegistry class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CachingRegistry.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CachingRegistry.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: CachingRegistry.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/CannotResumeError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CannotResumeError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ContextError subclass:#CannotResumeError
@@ -47,5 +46,9 @@
 !CannotResumeError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CannotResumeError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CannotResumeError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: CannotResumeError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/CannotReturnError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CannotReturnError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ContextError subclass:#CannotReturnError
@@ -47,5 +46,9 @@
 !CannotReturnError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CannotReturnError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CannotReturnError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: CannotReturnError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Character.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Character.st	Wed Sep 28 20:07:49 2011 +0100
@@ -305,6 +305,7 @@
     ^ self codePoint:anInteger
 ! !
 
+
 !Character class methodsFor:'accessing untypeable characters'!
 
 endOfInput
@@ -337,6 +338,7 @@
     ^ self codePoint:41
 ! !
 
+
 !Character class methodsFor:'constants'!
 
 backspace
@@ -573,6 +575,7 @@
     "
 ! !
 
+
 !Character methodsFor:'Compatibility-Dolphin'!
 
 isAlphaNumeric
@@ -620,6 +623,7 @@
       or:[ (asciivalue == 247 ) ]]]]]
 ! !
 
+
 !Character methodsFor:'accessing'!
 
 codePoint
@@ -651,27 +655,6 @@
     "Modified: 27.6.1996 / 12:34:51 / cg"
 !
 
-- aMagnitude
-    "Return the Character that is <aMagnitude> lower than the receiver.
-     Wrap if the resulting value is not a legal Character value. (JS)
-     claus:
-	modified to return the difference as integer, if the argument
-	is another character. If the argument is a number, a character is
-	returned."
-
-    aMagnitude isCharacter ifTrue:[
-	^ asciivalue - aMagnitude asInteger
-    ].
-    ^ Character codePoint:((asciivalue - aMagnitude asInteger) \\ 16r3FFFFFFF)
-
-    "
-     $z - $a
-     $d - 3
-    "
-
-    "Modified: 27.6.1996 / 12:35:34 / cg"
-!
-
 // aMagnitude
     "Return the Character who's value is the receiver divided by <aMagnitude>.
      Wrap if the resulting value is not a legal Character value. (JS)"
@@ -2271,6 +2254,7 @@
     ^ false
 ! !
 
+
 !Character methodsFor:'testing - national'!
 
 isNationalAlphaNumeric
@@ -2799,6 +2783,9 @@
 !Character class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Character.st 10665 2011-08-10 14:59:08Z vranyj1 $'
+    ^ '$Id: Character.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: Character.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/CharacterArray.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CharacterArray.st	Wed Sep 28 20:07:49 2011 +0100
@@ -4193,79 +4193,7 @@
 ! !
 
 
-!CharacterArray methodsFor:'matching - regex'!
-
-hasAnyRegexMatches: rxString
-    "return true, if any substrings in the receiver, matches the regular expression in rxString"
-
-    rxString asRegex matchesIn:self do:[:m | ^ true].
-    ^ false
-
-    "
-     '1234 abcd 3456 defg' hasAnyRegexMatches:'[0-9]+'   
-     'abcd 3456 defg' hasAnyRegexMatches:'[0-9]+'        
-     'abcd xxax defg' hasAnyRegexMatches:'[0-9]+'        
-    "
-
-    "Created: / 13-08-2010 / 17:09:05 / sr"
-!
-
-hasAnyRegexMatches: rxString ignoringCase:aBoolean
-    "return true, if any substrings in the receiver, matches the regular expression in rxString"
-
-    aBoolean ifTrue:[
-        ^ self hasAnyRegexMatchesIgnoringCase: rxString
-    ] ifFalse:[
-        ^ self hasAnyRegexMatches: rxString
-    ].
-
-    "
-     '1234 abcd 3456 defg' hasAnyRegexMatches:'[0-9]+'   
-     'abcd 3456 defg' hasAnyRegexMatches:'[0-9]+'        
-     'abcd xxax defg' hasAnyRegexMatches:'[0-9]+'        
-     'arith [arc]' hasAnyRegexMatches:'(ab)+'        
-     'arith [arc]' hasAnyRegexMatches:'(ab)*'        
-    "
-
-    "Created: / 13-12-2010 / 11:03:05 / cg"
-!
-
-hasAnyRegexMatchesIgnoringCase: rxString
-    "return true, if any substrings in the receiver, matches the regular expression in rxString"
-
-    rxString asRegexIgnoringCase matchesIn:self do:[:m | ^ true].
-    ^ false
-
-    "
-     'ABCD XYZ DEFG' hasAnyRegexMatchesIgnoringCase:'[a-z]+'        
-     'ABCD XYZ DEFG' hasAnyRegexMatches:'[a-z]+'        
-
-     '1234 abcd 3456 defg' hasAnyRegexMatchesIgnoringCase:'[a-z]+'   
-     'abcd 3456 defg' hasAnyRegexMatchesIgnoringCase:'[a-z]+'        
-    "
-
-    "Created: / 13-08-2010 / 17:11:11 / sr"
-!
-
-matchesRegex:regexString ignoringCase:aBoolean
-    "Test if the receiver matches a regex.
-     May raise RxParser>>regexErrorSignal or child signals.
-     This is a part of the Regular Expression Matcher package,
-        (c) 1996, 1999 Vassili Bykov.
-     Refer to `documentation' protocol of RxParser class for details."
-
-    aBoolean ifTrue:[
-        ^ self matchesRegexIgnoringCase:regexString
-    ] ifFalse:[
-        ^ self matchesRegex:regexString
-    ].
-
-    "
-     'hello world' matchesRegex:'h.*d'.
-    "
-
-    "Created: / 13-12-2010 / 11:01:49 / cg"
-! !
+
 !CharacterArray methodsFor:'padded copying'!
 
 centerPaddedTo:newSize
@@ -4787,6 +4715,7 @@
     "Modified: 17.4.1997 / 12:50:23 / cg"
 ! !
 
+
 !CharacterArray methodsFor:'special string converting'!
 
 expandPlaceholdersWith:argArrayOrDictionary
@@ -5962,15 +5891,15 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterArray.st 10686 2011-09-07 16:25:40Z vranyj1 $'
+    ^ '$Id: CharacterArray.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.460 2011/09/05 21:18:04 cg Exp §'
+    ^ '§Â§Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.460 2011/09/05 21:18:04 cg Exp §§'
+!
+
+version_SVN
+    ^ '$Id: CharacterArray.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 CharacterArray initialize!
-
-
-
-
--- a/CharacterEncoder.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CharacterEncoder.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1627,11 +1627,15 @@
 !CharacterEncoder class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoder.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CharacterEncoder.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/CharacterEncoder.st,v 1.111 2011/05/31 14:06:40 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: CharacterEncoder.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 CharacterEncoder initialize!
--- a/CharacterEncoderError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CharacterEncoderError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -65,5 +65,9 @@
 !CharacterEncoderError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CharacterEncoderError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: CharacterEncoderError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/CharacterEncoderImplementations__ASCII.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CharacterEncoderImplementations__ASCII.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -241,5 +240,9 @@
 !ASCII class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__ASCII.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__ASCII.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: CharacterEncoderImplementations__ASCII.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/CharacterEncoderImplementations__EBCDIC.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CharacterEncoderImplementations__EBCDIC.st	Wed Sep 28 20:07:49 2011 +0100
@@ -624,4 +624,8 @@
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__EBCDIC.st,v 1.1 2010/09/20 15:26:46 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id$'
 ! !
--- a/CharacterEncoderImplementations__ISO10646_1.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CharacterEncoderImplementations__ISO10646_1.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -64,5 +63,9 @@
 !ISO10646_1 class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__ISO10646_1.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__ISO10646_1.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: CharacterEncoderImplementations__ISO10646_1.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/CharacterEncoderImplementations__ISO10646_to_UTF16BE.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CharacterEncoderImplementations__ISO10646_to_UTF16BE.st	Wed Sep 28 20:07:49 2011 +0100
@@ -264,9 +264,13 @@
 !ISO10646_to_UTF16BE class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__ISO10646_to_UTF16BE.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__ISO10646_to_UTF16BE.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Encoder_ISO10646_to_UTF16BE.st,v 1.3 2009/11/04 00:46:08 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: CharacterEncoderImplementations__ISO10646_to_UTF16BE.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/CharacterEncoderImplementations__ISO10646_to_UTF8.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CharacterEncoderImplementations__ISO10646_to_UTF8.st	Wed Sep 28 20:07:49 2011 +0100
@@ -452,5 +452,9 @@
 !ISO10646_to_UTF8 class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__ISO10646_to_UTF8.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__ISO10646_to_UTF8.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: CharacterEncoderImplementations__ISO10646_to_UTF8.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/CharacterEncoderImplementations__ISO8859_1.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CharacterEncoderImplementations__ISO8859_1.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -459,5 +458,9 @@
 !ISO8859_1 class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__ISO8859_1.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__ISO8859_1.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: CharacterEncoderImplementations__ISO8859_1.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/CharacterEncoderImplementations__ISO8859_15.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CharacterEncoderImplementations__ISO8859_15.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -639,5 +638,9 @@
 !ISO8859_15 class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__ISO8859_15.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__ISO8859_15.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: CharacterEncoderImplementations__ISO8859_15.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/CharacterEncoderImplementations__ISO8859_2.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CharacterEncoderImplementations__ISO8859_2.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -766,5 +765,9 @@
 !ISO8859_2 class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__ISO8859_2.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__ISO8859_2.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: CharacterEncoderImplementations__ISO8859_2.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/CharacterEncoderImplementations__ISO8859_5.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CharacterEncoderImplementations__ISO8859_5.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -627,5 +626,9 @@
 !ISO8859_5 class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__ISO8859_5.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__ISO8859_5.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: CharacterEncoderImplementations__ISO8859_5.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/CharacterEncoderImplementations__ISO8859_7.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CharacterEncoderImplementations__ISO8859_7.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -669,5 +668,9 @@
 !ISO8859_7 class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__ISO8859_7.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__ISO8859_7.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: CharacterEncoderImplementations__ISO8859_7.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/CharacterEncoderImplementations__JIS0208_to_SJIS.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CharacterEncoderImplementations__JIS0208_to_SJIS.st	Wed Sep 28 20:07:49 2011 +0100
@@ -339,9 +339,13 @@
 !JIS0208_to_SJIS class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__JIS0208_to_SJIS.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__JIS0208_to_SJIS.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Encoder_SJIS.st,v 1.12 2009/11/05 16:26:27 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: CharacterEncoderImplementations__JIS0208_to_SJIS.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/CharacterEncoderImplementations__KOI8_R.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CharacterEncoderImplementations__KOI8_R.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -853,5 +852,9 @@
 !KOI8_R class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__KOI8_R.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__KOI8_R.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: CharacterEncoderImplementations__KOI8_R.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/CharacterEncoderImplementations__MS_Ansi.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CharacterEncoderImplementations__MS_Ansi.st	Wed Sep 28 20:07:49 2011 +0100
@@ -618,5 +618,9 @@
 !MS_Ansi class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__MS_Ansi.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__MS_Ansi.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: CharacterEncoderImplementations__MS_Ansi.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/CharacterEncoderImplementations__SingleByteEncoder.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CharacterEncoderImplementations__SingleByteEncoder.st	Wed Sep 28 20:07:49 2011 +0100
@@ -73,9 +73,13 @@
 !SingleByteEncoder class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__SingleByteEncoder.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__SingleByteEncoder.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Encoder_SingleByteEncoder.st,v 1.9 2009/12/11 16:54:15 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: CharacterEncoderImplementations__SingleByteEncoder.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/CharacterEncoderImplementations__TwoByteEncoder.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CharacterEncoderImplementations__TwoByteEncoder.st	Wed Sep 28 20:07:49 2011 +0100
@@ -79,9 +79,13 @@
 !TwoByteEncoder class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__TwoByteEncoder.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__TwoByteEncoder.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Encoder_TwoByteEncoder.st,v 1.6 2009/11/04 00:47:35 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: CharacterEncoderImplementations__TwoByteEncoder.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/CharacterRangeError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CharacterRangeError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 DecodingError subclass:#CharacterRangeError
@@ -38,5 +37,9 @@
 !CharacterRangeError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterRangeError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CharacterRangeError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: CharacterRangeError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/CharacterWriteStream.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CharacterWriteStream.st	Wed Sep 28 20:07:49 2011 +0100
@@ -240,9 +240,13 @@
 !CharacterWriteStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterWriteStream.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CharacterWriteStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/CharacterWriteStream.st,v 1.9 2009/10/05 09:20:25 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: CharacterWriteStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/CheapBlock.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CheapBlock.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 Block variableSubclass:#CheapBlock
@@ -182,5 +181,9 @@
 !CheapBlock class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CheapBlock.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: CheapBlock.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: CheapBlock.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Class.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Class.st	Wed Sep 28 20:07:49 2011 +0100
@@ -474,6 +474,7 @@
 ! !
 
 
+
 !Class methodsFor:'Compatibility-Dolphin'!
 
 defaultCategoryForDolphinClasses
@@ -654,6 +655,7 @@
     "Created: / 18.6.1998 / 22:08:45 / cg"
 ! !
 
+
 !Class methodsFor:'accessing'!
 
 addChangeRecordForClass:aClass andNotifyChangeOf:aspect
@@ -3201,6 +3203,7 @@
     "
 ! !
 
+
 !Class methodsFor:'printOut'!
 
 htmlDocumentation
@@ -5378,12 +5381,9 @@
 !Class class methodsFor:'documentation'!
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic/Class.st,v 1.592 2011/09/23 08:29:01 cg Exp §'
+    ^ '§Â§Header: /cvs/stx/stx/libbasic/Class.st,v 1.592 2011/09/23 08:29:01 cg Exp §§'
 !
 
 version_SVN
-    ^ '$ Id: Class.st 10643 2011-06-08 21:53:07Z vranyj1  $'
+    ^ '$Id: Class.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
-
-
--- a/ClassBuildError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ClassBuildError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -37,9 +37,13 @@
 !ClassBuildError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ClassBuildError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: ClassBuildError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/ClassBuildError.st,v 1.2 2009/09/29 19:32:30 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: ClassBuildError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/ClassDescription.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ClassDescription.st	Wed Sep 28 20:07:49 2011 +0100
@@ -821,6 +821,7 @@
     "Created: / 28.3.1998 / 21:21:52 / cg"
 ! !
 
+
 !ClassDescription methodsFor:'Compatibility-V''Age'!
 
 categoriesFor:aSelector are:listOfCategories
@@ -4153,16 +4154,17 @@
 !ClassDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ClassDescription.st 10690 2011-09-20 10:11:19Z vranyj1 $'
+    ^ '$Id: ClassDescription.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.220 2011/09/12 06:45:01 cg Exp §'
+    ^ '§Â§Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.220 2011/09/12 06:45:01 cg Exp §§'
+!
+
+version_SVN
+    ^ '$Id: ClassDescription.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 ClassDescription initialize!
 ClassDescription::MethodRedefinitionNotification initialize!
 ClassDescription::ClassRedefinitionNotification initialize!
-
-
-
--- a/Collection.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Collection.st	Wed Sep 28 20:07:49 2011 +0100
@@ -314,6 +314,8 @@
     ^ self == Collection
 ! !
 
+
+
 !Collection methodsFor:'Compatibility-Dolphin'!
 
 identityIncludes:anObject
@@ -4110,14 +4112,15 @@
 !Collection class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Collection.st 10690 2011-09-20 10:11:19Z vranyj1 $'
+    ^ '$Id: Collection.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Collection.st,v 1.265 2011/09/14 16:40:49 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Collection.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Collection initialize!
-
-
-
--- a/CompiledCode.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/CompiledCode.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1824,10 +1824,9 @@
 !CompiledCode class methodsFor:'documentation'!
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.110 2011/09/07 07:30:16 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.110 2011/09/07 07:30:16 cg Exp §'
 !
 
 version_SVN
-    ^ '$ Id: CompiledCode.st 10643 2011-06-08 21:53:07Z vranyj1  $'
+    ^ '$Id: CompiledCode.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/Complex.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Complex.st	Wed Sep 28 20:07:49 2011 +0100
@@ -17,7 +17,6 @@
  ST/X license. It has been packaged with the ST/X distribution to
  make your live easier instead. NO WARRANTY.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ArithmeticValue subclass:#Complex
@@ -764,5 +763,9 @@
 !Complex class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Complex.st 10665 2011-08-10 14:59:08Z vranyj1 $'
-! !
\ No newline at end of file
+    ^ '$Id: Complex.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: Complex.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+! !
--- a/ConfigurableFeatures.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ConfigurableFeatures.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2006 by eXept Software AG
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
 "{ Package: 'stx:libbasic' }"
 
 Object subclass:#ConfigurableFeatures
@@ -9,6 +20,20 @@
 
 !ConfigurableFeatures class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2006 by eXept Software AG
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
 documentation
 "
     being tired of finding '(Smalltalk at:someClass) notNil' all over the place,
@@ -104,9 +129,13 @@
 !ConfigurableFeatures class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ConfigurableFeatures.st 10686 2011-09-07 16:25:40Z vranyj1 $'
+    ^ '$Id: ConfigurableFeatures.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/ConfigurableFeatures.st,v 1.1 2011/09/07 08:54:18 cg Exp §'
-! !
\ No newline at end of file
+!
+
+version_SVN
+    ^ '$Id: ConfigurableFeatures.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+! !
--- a/Context.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Context.st	Wed Sep 28 20:07:49 2011 +0100
@@ -2435,10 +2435,7 @@
 !
 
 version_SVN
-    ^ '$ Id: Context.st 10643 2011-06-08 21:53:07Z vranyj1  $'
+    ^ '$Id: Context.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Context initialize!
-
-
-
--- a/ContextError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ContextError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ProceedableError subclass:#ContextError
@@ -44,5 +43,9 @@
 !ContextError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ContextError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: ContextError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: ContextError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Continuation.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Continuation.st	Wed Sep 28 20:07:49 2011 +0100
@@ -186,5 +186,9 @@
 !Continuation class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Continuation.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Continuation.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: Continuation.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/ControlInterrupt.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ControlInterrupt.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 GenericException subclass:#ControlInterrupt
@@ -52,5 +51,9 @@
 !ControlInterrupt class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ControlInterrupt.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: ControlInterrupt.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: ControlInterrupt.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/ControlRequest.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ControlRequest.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 Exception subclass:#ControlRequest
@@ -44,5 +43,9 @@
 !ControlRequest class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ControlRequest.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: ControlRequest.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: ControlRequest.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Date.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Date.st	Wed Sep 28 20:07:49 2011 +0100
@@ -2626,6 +2626,7 @@
     "
 ! !
 
+
 !Date methodsFor:'obsolete'!
 
 asAbsoluteTime
@@ -3054,11 +3055,15 @@
 !Date class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Date.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Date.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Date.st,v 1.138 2011/01/24 19:56:01 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: Date.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Date initialize!
--- a/DecodingError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/DecodingError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 CharacterEncoderError subclass:#DecodingError
@@ -38,5 +37,9 @@
 !DecodingError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: DecodingError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: DecodingError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: DecodingError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Delay.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Delay.st	Wed Sep 28 20:07:49 2011 +0100
@@ -344,9 +344,13 @@
 !Delay class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Delay.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Delay.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Delay.st,v 1.44 2010/12/22 13:18:18 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Delay.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Dictionary.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Dictionary.st	Wed Sep 28 20:07:49 2011 +0100
@@ -257,6 +257,7 @@
     ^ self = aDictionary
 ! !
 
+
 !Dictionary methodsFor:'accessing'!
 
 associationAt:aKey
@@ -2099,12 +2100,15 @@
 !Dictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Dictionary.st 10694 2011-09-28 12:46:37Z vranyj1 $'
+    ^ '$Id: Dictionary.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Dictionary.st,v 1.104 2011/09/23 12:07:54 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Dictionary.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Dictionary initialize!
-
--- a/DirectoryStream.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/DirectoryStream.st	Wed Sep 28 20:07:49 2011 +0100
@@ -795,9 +795,13 @@
 !DirectoryStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: DirectoryStream.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: DirectoryStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/DirectoryStream.st,v 1.74 2010/04/30 16:48:14 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: DirectoryStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/DoubleArray.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/DoubleArray.st	Wed Sep 28 20:07:49 2011 +0100
@@ -102,6 +102,9 @@
 !DoubleArray class methodsFor:'documentation'!
 
 version
-    ^ '$Id: DoubleArray.st 10690 2011-09-20 10:11:19Z vranyj1 $'
+    ^ '$Id: DoubleArray.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: DoubleArray.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/EncodedStream.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/EncodedStream.st	Wed Sep 28 20:07:49 2011 +0100
@@ -264,10 +264,9 @@
 !EncodedStream class methodsFor:'documentation'!
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/EncodedStream.st,v 1.20 2011/07/29 15:43:00 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/EncodedStream.st,v 1.20 2011/07/29 15:43:00 cg Exp §'
 !
 
 version_SVN
-    ^ '$ Id: EncodedStream.st 10643 2011-06-08 21:53:07Z vranyj1  $'
+    ^ '$Id: EncodedStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/EncodingError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/EncodingError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 CharacterEncoderError subclass:#EncodingError
@@ -38,5 +37,9 @@
 !EncodingError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: EncodingError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: EncodingError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: EncodingError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/EndOfStreamNotification.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/EndOfStreamNotification.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 Notification subclass:#EndOfStreamNotification
@@ -58,5 +57,9 @@
 !EndOfStreamNotification class methodsFor:'documentation'!
 
 version
-    ^ '$Id: EndOfStreamNotification.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: EndOfStreamNotification.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: EndOfStreamNotification.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Error.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Error.st	Wed Sep 28 20:07:49 2011 +0100
@@ -85,11 +85,15 @@
 !Error class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Error.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Error.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Error.st,v 1.11 2010/11/17 16:53:31 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Error.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Error initialize!
--- a/Exception.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Exception.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 GenericException subclass:#Exception
@@ -62,6 +61,10 @@
 !Exception class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Exception.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Exception.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+
+!
 
+version_SVN
+    ^ '$Id: Exception.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/ExceptionHandlerSet.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ExceptionHandlerSet.st	Wed Sep 28 20:07:49 2011 +0100
@@ -325,5 +325,9 @@
 !ExceptionHandlerSet class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ExceptionHandlerSet.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: ExceptionHandlerSet.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: ExceptionHandlerSet.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/ExecutableFunction.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ExecutableFunction.st	Wed Sep 28 20:07:49 2011 +0100
@@ -404,9 +404,13 @@
 !ExecutableFunction class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ExecutableFunction.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: ExecutableFunction.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.56 2010/04/27 10:26:12 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: ExecutableFunction.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/ExternalAddress.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ExternalAddress.st	Wed Sep 28 20:07:49 2011 +0100
@@ -142,7 +142,6 @@
     "
 ! !
 
-
 !ExternalAddress methodsFor:'Compatibility-Squeak'!
 
 beNull
@@ -333,9 +332,13 @@
 !ExternalAddress class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ExternalAddress.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: ExternalAddress.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/ExternalAddress.st,v 1.30 2010/12/24 09:28:27 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: ExternalAddress.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/ExternalBytes.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ExternalBytes.st	Wed Sep 28 20:07:49 2011 +0100
@@ -629,7 +629,6 @@
     "
 ! !
 
-
 !ExternalBytes methodsFor:'accessing'!
 
 address
@@ -1305,12 +1304,15 @@
 !ExternalBytes class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ExternalBytes.st 10690 2011-09-20 10:11:19Z vranyj1 $'
+    ^ '$Id: ExternalBytes.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/ExternalBytes.st,v 1.81 2011/09/15 12:22:19 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: ExternalBytes.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 ExternalBytes initialize!
-
--- a/ExternalFunction.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ExternalFunction.st	Wed Sep 28 20:07:49 2011 +0100
@@ -972,11 +972,15 @@
 !ExternalFunction class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ExternalFunction.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: ExternalFunction.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/ExternalFunction.st,v 1.27 2009/11/05 16:26:28 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: ExternalFunction.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 ExternalFunction initialize!
--- a/ExternalFunctionCallback.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ExternalFunctionCallback.st	Wed Sep 28 20:07:49 2011 +0100
@@ -829,10 +829,13 @@
 !ExternalFunctionCallback class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ExternalFunctionCallback.st 10665 2011-08-10 14:59:08Z vranyj1 $'
+    ^ '$Id: ExternalFunctionCallback.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ExternalFunctionCallback.st,v 1.16 2011/08/09 23:20:10 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/ExternalFunctionCallback.st,v 1.16 2011/08/09 23:20:10 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: ExternalFunctionCallback.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/ExternalLibrary.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ExternalLibrary.st	Wed Sep 28 20:07:49 2011 +0100
@@ -62,4 +62,8 @@
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/ExternalLibrary.st,v 1.3 2011/04/13 09:40:50 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id$'
 ! !
--- a/ExternalStream.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ExternalStream.st	Wed Sep 28 20:07:49 2011 +0100
@@ -5706,12 +5706,15 @@
 !ExternalStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ExternalStream.st 10690 2011-09-20 10:11:19Z vranyj1 $'
+    ^ '$Id: ExternalStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.344 2011/09/15 13:12:35 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: ExternalStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 ExternalStream initialize!
-
--- a/ExternalStructure.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ExternalStructure.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ExternalBytes subclass:#ExternalStructure
@@ -82,5 +81,9 @@
 !ExternalStructure class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ExternalStructure.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: ExternalStructure.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: ExternalStructure.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/False.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/False.st	Wed Sep 28 20:07:49 2011 +0100
@@ -235,5 +235,9 @@
 !False class methodsFor:'documentation'!
 
 version
-    ^ '$Id: False.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: False.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: False.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/FileDirectory.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/FileDirectory.st	Wed Sep 28 20:07:49 2011 +0100
@@ -817,13 +817,15 @@
 !FileDirectory class methodsFor:'documentation'!
 
 version
-    ^ '$Id: FileDirectory.st 10686 2011-09-07 16:25:40Z vranyj1 $'
+    ^ '$Id: FileDirectory.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/FileDirectory.st,v 1.51 2011/08/29 06:23:13 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: FileDirectory.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 FileDirectory initialize!
-
-
--- a/FileDoesNotExistException.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/FileDoesNotExistException.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2006 by eXept Software AG
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
 "{ Package: 'stx:libbasic' }"
 
 OpenError subclass:#FileDoesNotExistException
@@ -7,13 +18,32 @@
 	category:'Kernel-Exceptions-Errors'
 !
 
+!FileDoesNotExistException class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2006 by eXept Software AG
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+! !
 
 !FileDoesNotExistException class methodsFor:'documentation'!
 
 version
-    ^ '$Id: FileDoesNotExistException.st 10690 2011-09-20 10:11:19Z vranyj1 $'
+    ^ '$Id: FileDoesNotExistException.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/FileDoesNotExistException.st,v 1.1 2011/09/09 05:13:24 cg Exp §'
-! !
\ No newline at end of file
+!
+
+version_SVN
+    ^ '$Id: FileDoesNotExistException.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+! !
--- a/FileStream.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/FileStream.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1710,11 +1710,15 @@
 !FileStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: FileStream.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: FileStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.144 2010/08/31 18:05:23 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: FileStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 FileStream initialize!
--- a/Filename.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Filename.st	Wed Sep 28 20:07:49 2011 +0100
@@ -5837,12 +5837,15 @@
 !Filename class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Filename.st 10686 2011-09-07 16:25:40Z vranyj1 $'
+    ^ '$Id: Filename.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Filename.st,v 1.367 2011/09/07 10:22:02 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Filename.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Filename initialize!
-
--- a/FixedPoint.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/FixedPoint.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1351,9 +1351,13 @@
 !FixedPoint class methodsFor:'documentation'!
 
 version
-    ^ '$Id: FixedPoint.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: FixedPoint.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/FixedPoint.st,v 1.45 2010/11/23 13:39:59 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: FixedPoint.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Float.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Float.st	Wed Sep 28 20:07:49 2011 +0100
@@ -395,6 +395,7 @@
     DefaultPrintFormat := something.
 ! !
 
+
 !Float class methodsFor:'binary storage'!
 
 readBinaryIEEEDoubleFrom:aStream
@@ -2736,11 +2737,15 @@
 !Float class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Float.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Float.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Float.st,v 1.176 2010/11/23 13:35:52 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Float.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Float initialize!
--- a/FloatArray.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/FloatArray.st	Wed Sep 28 20:07:49 2011 +0100
@@ -52,7 +52,6 @@
 
 
 
-
 !FloatArray class methodsFor:'queries'!
 
 elementByteSize
@@ -1004,10 +1003,13 @@
 !FloatArray class methodsFor:'documentation'!
 
 version
-    ^ '$Id: FloatArray.st 10690 2011-09-20 10:11:19Z vranyj1 $'
+    ^ '$Id: FloatArray.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/FloatArray.st,v 1.27 2011/09/15 13:11:52 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/FloatArray.st,v 1.27 2011/09/15 13:11:52 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: FloatArray.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/Fraction.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Fraction.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1158,11 +1158,15 @@
 !Fraction class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Fraction.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Fraction.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Fraction.st,v 1.81 2011/05/03 09:08:52 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Fraction.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Fraction initialize!
--- a/GenericException.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/GenericException.st	Wed Sep 28 20:07:49 2011 +0100
@@ -199,6 +199,7 @@
     "Modified: / 24.7.1999 / 13:21:25 / stefan"
 ! !
 
+
 !GenericException class methodsFor:'Compatibility-Dolphin'!
 
 signal:messageText
@@ -1096,6 +1097,7 @@
     "Modified: / 23.7.1999 / 14:50:11 / stefan"
 ! !
 
+
 !GenericException methodsFor:'Compatibility-ANSI'!
 
 pass
@@ -2295,11 +2297,15 @@
 !GenericException class methodsFor:'documentation'!
 
 version
-    ^ '$Id: GenericException.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: GenericException.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.130 2011/02/10 11:30:47 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: GenericException.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 GenericException initialize!
--- a/GetOpt.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/GetOpt.st	Wed Sep 28 20:07:49 2011 +0100
@@ -234,6 +234,9 @@
 !GetOpt class methodsFor:'documentation'!
 
 version
-    ^ '$Id: GetOpt.st 10690 2011-09-20 10:11:19Z vranyj1 $'
+    ^ '$Id: GetOpt.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: GetOpt.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/HaltInterrupt.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/HaltInterrupt.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ControlInterrupt subclass:#HaltInterrupt
@@ -45,5 +44,9 @@
 !HaltInterrupt class methodsFor:'documentation'!
 
 version
-    ^ '$Id: HaltInterrupt.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: HaltInterrupt.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: HaltInterrupt.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/HandleRegistry.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/HandleRegistry.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 Registry subclass:#HandleRegistry
@@ -73,5 +72,9 @@
 !HandleRegistry class methodsFor:'documentation'!
 
 version
-    ^ '$Id: HandleRegistry.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: HandleRegistry.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: HandleRegistry.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/HashStream.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/HashStream.st	Wed Sep 28 20:07:49 2011 +0100
@@ -323,9 +323,13 @@
 !HashStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: HashStream.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: HashStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/HashStream.st,v 1.14 2011/05/13 08:32:58 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: HashStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/IdentityDictionary.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/IdentityDictionary.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 Dictionary subclass:#IdentityDictionary
@@ -163,6 +162,7 @@
     "Created: 19.3.1997 / 15:03:36 / cg"
 ! !
 
+
 !IdentityDictionary methodsFor:'testing'!
 
 includesValue:aValue
@@ -191,5 +191,9 @@
 !IdentityDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Id: IdentityDictionary.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: IdentityDictionary.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: IdentityDictionary.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/IdentitySet.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/IdentitySet.st	Wed Sep 28 20:07:49 2011 +0100
@@ -201,5 +201,9 @@
 !IdentitySet class methodsFor:'documentation'!
 
 version
-    ^ '$Id: IdentitySet.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: IdentitySet.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: IdentitySet.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/ImmutableArray.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ImmutableArray.st	Wed Sep 28 20:07:49 2011 +0100
@@ -224,4 +224,8 @@
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/ImmutableArray.st,v 1.28 2009/11/16 08:59:40 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id$'
 ! !
--- a/ImmutableByteArray.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ImmutableByteArray.st	Wed Sep 28 20:07:49 2011 +0100
@@ -238,4 +238,8 @@
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/ImmutableByteArray.st,v 1.7 2009/11/16 08:59:40 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id$'
 ! !
--- a/ImmutableString.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ImmutableString.st	Wed Sep 28 20:07:49 2011 +0100
@@ -233,4 +233,8 @@
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/ImmutableString.st,v 1.9 2009/11/16 08:59:40 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id$'
 ! !
--- a/IndexNotFoundError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/IndexNotFoundError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 NotFoundError subclass:#IndexNotFoundError
@@ -44,5 +43,9 @@
 !IndexNotFoundError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: IndexNotFoundError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: IndexNotFoundError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: IndexNotFoundError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Infinity.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Infinity.st	Wed Sep 28 20:07:49 2011 +0100
@@ -425,11 +425,15 @@
 !Infinity class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Infinity.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Infinity.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Infinity.st,v 1.13 2009/10/12 19:34:30 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Infinity.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Infinity initialize!
--- a/InlineObject.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/InlineObject.st	Wed Sep 28 20:07:49 2011 +0100
@@ -74,5 +74,9 @@
 !InlineObject class methodsFor:'documentation'!
 
 version
-    ^ '$Id: InlineObject.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: InlineObject.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: InlineObject.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/InlineObjectClassDescription.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/InlineObjectClassDescription.st	Wed Sep 28 20:07:49 2011 +0100
@@ -53,9 +53,13 @@
 !InlineObjectClassDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Id: InlineObjectClassDescription.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: InlineObjectClassDescription.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/InlineObjectClassDescription.st,v 1.2 2010/08/13 16:57:49 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: InlineObjectClassDescription.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/InlineObjectPrototype.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/InlineObjectPrototype.st	Wed Sep 28 20:07:49 2011 +0100
@@ -852,5 +852,9 @@
 !InlineObjectPrototype class methodsFor:'documentation'!
 
 version
-    ^ '$Id: InlineObjectPrototype.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: InlineObjectPrototype.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: InlineObjectPrototype.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Integer.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Integer.st	Wed Sep 28 20:07:49 2011 +0100
@@ -4735,13 +4735,15 @@
 !Integer class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Integer.st 10694 2011-09-28 12:46:37Z vranyj1 $'
+    ^ '$Id: Integer.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Integer.st,v 1.255 2011/09/26 12:05:48 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Integer.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Integer initialize!
-
-
--- a/InterestConverter.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/InterestConverter.st	Wed Sep 28 20:07:49 2011 +0100
@@ -215,5 +215,9 @@
 !InterestConverter class methodsFor:'documentation'!
 
 version
-    ^ '$Id: InterestConverter.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: InterestConverter.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: InterestConverter.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Interval.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Interval.st	Wed Sep 28 20:07:49 2011 +0100
@@ -692,9 +692,13 @@
 !Interval class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Interval.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Interval.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Interval.st,v 1.52 2010/09/21 06:57:23 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: Interval.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/InvalidEncodingError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/InvalidEncodingError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 DecodingError subclass:#InvalidEncodingError
@@ -44,5 +43,9 @@
 !InvalidEncodingError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: InvalidEncodingError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: InvalidEncodingError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: InvalidEncodingError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/InvalidModeError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/InvalidModeError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 StreamError subclass:#InvalidModeError
@@ -38,5 +37,9 @@
 !InvalidModeError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: InvalidModeError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: InvalidModeError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: InvalidModeError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/InvalidOperationError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/InvalidOperationError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 StreamError subclass:#InvalidOperationError
@@ -38,5 +37,9 @@
 !InvalidOperationError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: InvalidOperationError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: InvalidOperationError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: InvalidOperationError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/InvalidPatchError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/InvalidPatchError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -62,6 +62,10 @@
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/InvalidPatchError.st,v 1.1 2011/02/03 11:49:27 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id$'
 ! !
 
 InvalidPatchError initialize!
--- a/InvalidReadError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/InvalidReadError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ReadError subclass:#InvalidReadError
@@ -44,5 +43,9 @@
 !InvalidReadError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: InvalidReadError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: InvalidReadError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: InvalidReadError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/InvalidWriteError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/InvalidWriteError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 WriteError subclass:#InvalidWriteError
@@ -44,5 +43,9 @@
 !InvalidWriteError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: InvalidWriteError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: InvalidWriteError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: InvalidWriteError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/KeyNotFoundError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/KeyNotFoundError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 NotFoundError subclass:#KeyNotFoundError
@@ -44,5 +43,9 @@
 !KeyNotFoundError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: KeyNotFoundError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: KeyNotFoundError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: KeyNotFoundError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/KeyedCollection.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/KeyedCollection.st	Wed Sep 28 20:07:49 2011 +0100
@@ -200,9 +200,13 @@
 !KeyedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Id: KeyedCollection.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: KeyedCollection.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/KeyedCollection.st,v 1.8 2010/08/24 08:29:08 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: KeyedCollection.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/LargeInteger.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/LargeInteger.st	Wed Sep 28 20:07:49 2011 +0100
@@ -290,6 +290,8 @@
     "Modified: / 8.5.1998 / 21:40:41 / cg"
 ! !
 
+
+
 !LargeInteger class methodsFor:'queries'!
 
 isBuiltInClass
@@ -5141,9 +5143,13 @@
 !LargeInteger class methodsFor:'documentation'!
 
 version
-    ^ '$Id: LargeInteger.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: LargeInteger.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/LargeInteger.st,v 1.203 2011/05/17 13:18:34 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: LargeInteger.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/LibraryDefinition.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/LibraryDefinition.st	Wed Sep 28 20:07:49 2011 +0100
@@ -698,11 +698,13 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Id: LibraryDefinition.st 10694 2011-09-28 12:46:37Z vranyj1 $'
+    ^ '$Id: LibraryDefinition.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.103 2011/09/27 17:36:26 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.103 2011/09/27 17:36:26 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: LibraryDefinition.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
-
--- a/LimitedPrecisionReal.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/LimitedPrecisionReal.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1198,11 +1198,15 @@
 !LimitedPrecisionReal class methodsFor:'documentation'!
 
 version
-    ^ '$Id: LimitedPrecisionReal.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: LimitedPrecisionReal.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/LimitedPrecisionReal.st,v 1.72 2010/03/06 11:27:34 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: LimitedPrecisionReal.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 LimitedPrecisionReal initialize!
--- a/Link.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Link.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,6 +9,7 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+"{ Package: 'stx:libbasic' }"
 
 Object subclass:#Link
 	instanceVariableNames:'nextLink'
@@ -62,5 +63,9 @@
 !Link class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Link.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Link.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: Link.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/LinkedList.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/LinkedList.st	Wed Sep 28 20:07:49 2011 +0100
@@ -430,10 +430,13 @@
 !LinkedList class methodsFor:'documentation'!
 
 version
-    ^ '$Id: LinkedList.st 10694 2011-09-28 12:46:37Z vranyj1 $'
+    ^ '$Id: LinkedList.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/LinkedList.st,v 1.41 2011/09/27 09:42:48 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/LinkedList.st,v 1.41 2011/09/27 09:42:48 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: LinkedList.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/LongFloat.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/LongFloat.st	Wed Sep 28 20:07:49 2011 +0100
@@ -2537,11 +2537,15 @@
 !LongFloat class methodsFor:'documentation'!
 
 version
-    ^ '$Id: LongFloat.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: LongFloat.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/LongFloat.st,v 1.68 2010/09/05 15:48:37 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: LongFloat.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 LongFloat initialize!
--- a/LookupKey.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/LookupKey.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,6 +9,7 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+"{ Package: 'stx:libbasic' }"
 
 Magnitude subclass:#LookupKey
 	instanceVariableNames:'key'
@@ -118,8 +119,13 @@
     key printOn:aStream.
 ! !
 
+
 !LookupKey class methodsFor:'documentation'!
 
 version
-    ^ '$Id: LookupKey.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: LookupKey.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: LookupKey.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/MD5Stream.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/MD5Stream.st	Wed Sep 28 20:07:49 2011 +0100
@@ -455,11 +455,15 @@
 !MD5Stream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: MD5Stream.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: MD5Stream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/MD5Stream.st,v 1.14 2010/08/07 17:11:19 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: MD5Stream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 MD5Stream initialize!
--- a/Magnitude.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Magnitude.st	Wed Sep 28 20:07:49 2011 +0100
@@ -401,5 +401,9 @@
 !Magnitude class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Magnitude.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Magnitude.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: Magnitude.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Make.proto	Wed Sep 28 13:46:37 2011 +0100
+++ b/Make.proto	Wed Sep 28 20:07:49 2011 +0100
@@ -1,7 +1,7 @@
-# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.244 2011/09/09 05:15:47 cg Exp $
+# $Header$
 #
 # DO NOT EDIT
-# automagically generated from the projectDefinition: stx_libbasic.
+# automagically generated from the projectDefinition: stx_libbasic at 2011-09-28 17:40:00.803.
 #
 # Warning: once you modify this file, do not rerun
 # stmkmp or projectDefinition-build again - otherwise, your changes are lost.
@@ -68,14 +68,18 @@
 
 
 update-svn-revision:
-	if [ ! -r .svnversion -o "$(shell svnversion -n)" != "$(shell cat .svnversion)" ]; then \
-		svnversion -n > .svnversion; \
-		sed -i -e "s/\"\$$SVN\-Revision:\".*\"\$$\"/\"\$$SVN-Revision:\"'$(shell svnversion -n)'\"\$$\"/g" \
-			stx_libbasic.st; \
+	if [ -d .svn ]; then \
+		if [ ! -r .svnversion -o "$(shell svnversion -n)" != "$(shell cat .svnversion)" ]; then \
+			svnversion -n > .svnversion; \
+			sed -i -e "s/\"\$$SVN\-Revision:\".*\"\$$\"/\"\$$SVN-Revision:\"'$(shell svnversion -n)'\"\$$\"/g" \
+				stx_libbasic.st; \
+		fi \
 	fi
 .PHONY: update-svn-revision
 
 
+
+
 # add more install actions here
 install::
 
@@ -132,8 +136,8 @@
 $(OUTDIR)Magnitude.$(O) Magnitude.$(H): Magnitude.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)Message.$(O) Message.$(H): Message.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)MiniDebugger.$(O) MiniDebugger.$(H): MiniDebugger.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MiniInspector.$(O) MiniInspector.$(H): MiniInspector.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)MiniLogger.$(O) MiniLogger.$(H): MiniLogger.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)MiniInspector.$(O) MiniInspector.$(H): MiniInspector.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)NameSpace.$(O) NameSpace.$(H): NameSpace.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)OSErrorHolder.$(O) OSErrorHolder.$(H): OSErrorHolder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)OSProcess.$(O) OSProcess.$(H): OSProcess.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
@@ -256,6 +260,7 @@
 $(OUTDIR)FileDirectory.$(O) FileDirectory.$(H): FileDirectory.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
 $(OUTDIR)FloatArray.$(O) FloatArray.$(H): FloatArray.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)Fraction.$(O) Fraction.$(H): Fraction.st $(INCLUDE_TOP)/stx/libbasic/Number.$(H) $(INCLUDE_TOP)/stx/libbasic/ArithmeticValue.$(H) $(INCLUDE_TOP)/stx/libbasic/Magnitude.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)GetOpt.$(O) GetOpt.$(H): GetOpt.st $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)IdentityDictionary.$(O) IdentityDictionary.$(H): IdentityDictionary.st $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)InlineObjectClassDescription.$(O) InlineObjectClassDescription.$(H): InlineObjectClassDescription.st $(INCLUDE_TOP)/stx/libbasic/ClassDescription.$(H) $(INCLUDE_TOP)/stx/libbasic/Behavior.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)Integer.$(O) Integer.$(H): Integer.st $(INCLUDE_TOP)/stx/libbasic/Number.$(H) $(INCLUDE_TOP)/stx/libbasic/ArithmeticValue.$(H) $(INCLUDE_TOP)/stx/libbasic/Magnitude.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
@@ -305,7 +310,6 @@
 $(OUTDIR)ExternalBytes.$(O) ExternalBytes.$(H): ExternalBytes.st $(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/Object.$(H) $(STCHDR)
 $(OUTDIR)FixedPoint.$(O) FixedPoint.$(H): FixedPoint.st $(INCLUDE_TOP)/stx/libbasic/Fraction.$(H) $(INCLUDE_TOP)/stx/libbasic/Number.$(H) $(INCLUDE_TOP)/stx/libbasic/ArithmeticValue.$(H) $(INCLUDE_TOP)/stx/libbasic/Magnitude.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)Float.$(O) Float.$(H): Float.st $(INCLUDE_TOP)/stx/libbasic/LimitedPrecisionReal.$(H) $(INCLUDE_TOP)/stx/libbasic/Number.$(H) $(INCLUDE_TOP)/stx/libbasic/ArithmeticValue.$(H) $(INCLUDE_TOP)/stx/libbasic/Magnitude.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)GetOpt.$(O) GetOpt.$(H): GetOpt.st $(INCLUDE_TOP)/stx/libbasic/IdentityDictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)ImmutableArray.$(O) ImmutableArray.$(H): ImmutableArray.st $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)InvalidPatchError.$(O) InvalidPatchError.$(H): InvalidPatchError.st $(INCLUDE_TOP)/stx/libbasic/ProceedableError.$(H) $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)LargeInteger.$(O) LargeInteger.$(H): LargeInteger.st $(INCLUDE_TOP)/stx/libbasic/Integer.$(H) $(INCLUDE_TOP)/stx/libbasic/Number.$(H) $(INCLUDE_TOP)/stx/libbasic/ArithmeticValue.$(H) $(INCLUDE_TOP)/stx/libbasic/Magnitude.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
@@ -400,7 +404,3 @@
 
 # ENDMAKEDEPEND --- do not remove this line
 
-
-
-
-
--- a/Make.spec	Wed Sep 28 13:46:37 2011 +0100
+++ b/Make.spec	Wed Sep 28 20:07:49 2011 +0100
@@ -1,7 +1,7 @@
-# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.121 2011/09/09 05:15:35 cg Exp $
+# $Header$
 #
 # DO NOT EDIT
-# automagically generated from the projectDefinition: stx_libbasic.
+# automagically generated from the projectDefinition: stx_libbasic at 2011-09-28 17:39:56.556.
 #
 # Warning: once you modify this file, do not rerun
 # stmkmp or projectDefinition-build again - otherwise, your changes are lost.
@@ -84,7 +84,6 @@
 	Message \
 	MiniDebugger \
 	MiniInspector \
-	MiniLogger \
 	NameSpace \
 	OSErrorHolder \
 	OSProcess \
@@ -94,7 +93,6 @@
 	ProgrammingLanguage \
 	Project \
 	ProjectDefinition \
-	PrototypeLookupAlgorithm \
 	ReadEvalPrintLoop \
 	RecursionLock \
 	Registry \
@@ -347,17 +345,7 @@
 	Complex \
 	ConfigurableFeatures \
 	FileDoesNotExistException \
-
-WIN32_CLASSES= \
-	CharacterEncoderImplementations::MS_Baltic \
-	CharacterEncoderImplementations::MS_Cyrillic \
-	CharacterEncoderImplementations::MS_Greek \
-	PCFilename \
-	Win32Constants \
-	Win32FILEHandle \
-	Win32Handle \
-	Win32OperatingSystem \
-	Win32Process \
+	MiniLogger \
 
 
 
@@ -397,7 +385,6 @@
     $(OUTDIR)Message.$(O) \
     $(OUTDIR)MiniDebugger.$(O) \
     $(OUTDIR)MiniInspector.$(O) \
-    $(OUTDIR)MiniLogger.$(O) \
     $(OUTDIR)NameSpace.$(O) \
     $(OUTDIR)OSErrorHolder.$(O) \
     $(OUTDIR)OSProcess.$(O) \
@@ -407,7 +394,6 @@
     $(OUTDIR)ProgrammingLanguage.$(O) \
     $(OUTDIR)Project.$(O) \
     $(OUTDIR)ProjectDefinition.$(O) \
-    $(OUTDIR)PrototypeLookupAlgorithm.$(O) \
     $(OUTDIR)ReadEvalPrintLoop.$(O) \
     $(OUTDIR)RecursionLock.$(O) \
     $(OUTDIR)Registry.$(O) \
@@ -660,22 +646,7 @@
     $(OUTDIR)Complex.$(O) \
     $(OUTDIR)ConfigurableFeatures.$(O) \
     $(OUTDIR)FileDoesNotExistException.$(O) \
-
-WIN32_OBJS= \
-    $(OUTDIR)CharacterEncoderImplementations__MS_Baltic.$(O) \
-    $(OUTDIR)CharacterEncoderImplementations__MS_Cyrillic.$(O) \
-    $(OUTDIR)CharacterEncoderImplementations__MS_Greek.$(O) \
-    $(OUTDIR)PCFilename.$(O) \
-    $(OUTDIR)Win32Constants.$(O) \
-    $(OUTDIR)Win32FILEHandle.$(O) \
-    $(OUTDIR)Win32Handle.$(O) \
-    $(OUTDIR)Win32OperatingSystem.$(O) \
-    $(OUTDIR)Win32Process.$(O) \
+    $(OUTDIR)MiniLogger.$(O) \
 
 
 
-
-
-
-
-
--- a/MallocFailure.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/MallocFailure.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 AllocationFailure subclass:#MallocFailure
@@ -38,5 +37,9 @@
 !MallocFailure class methodsFor:'documentation'!
 
 version
-    ^ '$Id: MallocFailure.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: MallocFailure.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: MallocFailure.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/MeasurementValue.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/MeasurementValue.st	Wed Sep 28 20:07:49 2011 +0100
@@ -313,5 +313,9 @@
 !MeasurementValue class methodsFor:'documentation'!
 
 version
-    ^ '$Id: MeasurementValue.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: MeasurementValue.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: MeasurementValue.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Message.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Message.st	Wed Sep 28 20:07:49 2011 +0100
@@ -258,5 +258,9 @@
 !Message class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Message.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Message.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: Message.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/MessageNotUnderstood.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/MessageNotUnderstood.st	Wed Sep 28 20:07:49 2011 +0100
@@ -169,9 +169,13 @@
 !MessageNotUnderstood class methodsFor:'documentation'!
 
 version
-    ^ '$Id: MessageNotUnderstood.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: MessageNotUnderstood.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/MessageNotUnderstood.st,v 1.11 2010/08/19 13:44:12 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: MessageNotUnderstood.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/MessageSend.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/MessageSend.st	Wed Sep 28 20:07:49 2011 +0100
@@ -289,9 +289,13 @@
 !MessageSend class methodsFor:'documentation'!
 
 version
-    ^ '$Id: MessageSend.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: MessageSend.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/MessageSend.st,v 1.23 2010/12/22 12:50:41 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: MessageSend.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/MetaNumber.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/MetaNumber.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 Number subclass:#MetaNumber
@@ -119,5 +118,9 @@
 !MetaNumber class methodsFor:'documentation'!
 
 version
-    ^ '$Id: MetaNumber.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: MetaNumber.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: MetaNumber.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Metaclass.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Metaclass.st	Wed Sep 28 20:07:49 2011 +0100
@@ -127,6 +127,7 @@
     "Created: / 1.11.1997 / 13:16:45 / cg"
 ! !
 
+
 !Metaclass methodsFor:'autoload check'!
 
 isLoaded
@@ -903,6 +904,10 @@
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Metaclass.st,v 1.210 2011/07/01 11:44:26 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Metaclass.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Metaclass initialize!
--- a/Method.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Method.st	Wed Sep 28 20:07:49 2011 +0100
@@ -3574,7 +3574,7 @@
 !Method class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Method.st 10690 2011-09-20 10:11:19Z vranyj1 $'
+    ^ '$Id: Method.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
@@ -3582,10 +3582,7 @@
 !
 
 version_SVN
-    ^ '$ Id: Method.st 10648 2011-06-23 15:55:10Z vranyj1 $'
+    ^ '$Id: Method.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Method initialize!
-
-
-
--- a/MethodDictionary.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/MethodDictionary.st	Wed Sep 28 20:07:49 2011 +0100
@@ -376,10 +376,13 @@
 !MethodDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Id: MethodDictionary.st 10665 2011-08-10 14:59:08Z vranyj1 $'
+    ^ '$Id: MethodDictionary.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/MethodDictionary.st,v 1.29 2011/07/20 15:52:04 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/MethodDictionary.st,v 1.29 2011/07/20 15:52:04 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: MethodDictionary.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/MiniDebugger.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/MiniDebugger.st	Wed Sep 28 20:07:49 2011 +0100
@@ -875,9 +875,13 @@
 !MiniDebugger class methodsFor:'documentation'!
 
 version
-    ^ '$Id: MiniDebugger.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: MiniDebugger.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/MiniDebugger.st,v 1.78 2010/10/29 16:52:00 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: MiniDebugger.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/MiniInspector.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/MiniInspector.st	Wed Sep 28 20:07:49 2011 +0100
@@ -260,5 +260,9 @@
 !MiniInspector class methodsFor:'documentation'!
 
 version
-    ^ '$Id: MiniInspector.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: MiniInspector.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: MiniInspector.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/NoHandlerError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/NoHandlerError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -560,11 +560,15 @@
 !NoHandlerError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: NoHandlerError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: NoHandlerError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/NoHandlerError.st,v 1.19 2010/03/13 10:31:25 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: NoHandlerError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 NoHandlerError initialize!
--- a/NoModificationError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/NoModificationError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -51,6 +51,10 @@
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/NoModificationError.st,v 1.2 2009/11/05 22:42:42 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id$'
 ! !
 
 NoModificationError initialize!
--- a/NonIntegerIndexError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/NonIntegerIndexError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 IndexNotFoundError subclass:#NonIntegerIndexError
@@ -45,5 +44,9 @@
 !NonIntegerIndexError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: NonIntegerIndexError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: NonIntegerIndexError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: NonIntegerIndexError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/NonPositionableExternalStream.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/NonPositionableExternalStream.st	Wed Sep 28 20:07:49 2011 +0100
@@ -560,9 +560,13 @@
 !NonPositionableExternalStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: NonPositionableExternalStream.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: NonPositionableExternalStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/NonPositionableExternalStream.st,v 1.61 2010/03/04 15:11:43 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: NonPositionableExternalStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/NotFoundError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/NotFoundError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ProceedableError subclass:#NotFoundError
@@ -44,5 +43,9 @@
 !NotFoundError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: NotFoundError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: NotFoundError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: NotFoundError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Notification.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Notification.st	Wed Sep 28 20:07:49 2011 +0100
@@ -358,12 +358,15 @@
 !Notification class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Notification.st 10690 2011-09-20 10:11:19Z vranyj1 $'
+    ^ '$Id: Notification.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Notification.st,v 1.27 2011/09/11 14:41:10 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Notification.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Notification initialize!
-
--- a/Number.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Number.st	Wed Sep 28 20:07:49 2011 +0100
@@ -705,6 +705,7 @@
     ^ self == Number
 ! !
 
+
 !Number methodsFor:'*grease-core'!
 
 greaseInteger
@@ -2276,10 +2277,13 @@
 !Number class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Number.st 10686 2011-09-07 16:25:40Z vranyj1 $'
+    ^ '$Id: Number.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Number.st,v 1.134 2011/09/05 09:19:51 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/Number.st,v 1.134 2011/09/05 09:19:51 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Number.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/NumberConversionError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/NumberConversionError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -37,5 +37,9 @@
 !NumberConversionError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: NumberConversionError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: NumberConversionError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: NumberConversionError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/NumberFormatError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/NumberFormatError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -37,5 +37,9 @@
 !NumberFormatError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: NumberFormatError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: NumberFormatError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: NumberFormatError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/OSErrorHolder.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/OSErrorHolder.st	Wed Sep 28 20:07:49 2011 +0100
@@ -412,11 +412,15 @@
 !OSErrorHolder class methodsFor:'documentation'!
 
 version
-    ^ '$Id: OSErrorHolder.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: OSErrorHolder.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/OSErrorHolder.st,v 1.19 2010/07/22 18:11:49 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: OSErrorHolder.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 OSErrorHolder initialize!
--- a/OSProcess.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/OSProcess.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2006 by eXept Software AG
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
 "{ Package: 'stx:libbasic' }"
 
 Object subclass:#OSProcess
@@ -9,6 +20,20 @@
 
 !OSProcess class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2006 by eXept Software AG
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
 documentation
 "
     OSProcess is an abstract class. Instances represent operating system processes
@@ -134,4 +159,8 @@
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/OSProcess.st,v 1.2 2011/03/08 17:01:30 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id$'
 ! !
--- a/Object.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Object.st	Wed Sep 28 20:07:49 2011 +0100
@@ -528,6 +528,9 @@
 
 
 
+
+
+
 !Object methodsFor:'Compatibility-Dolphin'!
 
 stbFixup: anSTBInFiler at: newObjectIndex
@@ -1890,6 +1893,7 @@
     ^ self
 ! !
 
+
 !Object methodsFor:'comparing'!
 
 = anObject
@@ -7243,6 +7247,7 @@
     ^ self
 ! !
 
+
 !Object methodsFor:'secure message sending'!
 
 ?: selector
@@ -7845,6 +7850,7 @@
     "
 ! !
 
+
 !Object methodsFor:'synchronized evaluation'!
 
 freeSynchronizationSemaphore
@@ -9456,12 +9462,7 @@
 !
 
 version_SVN
-    ^ '$ Id: Object.st 10643 2011-06-08 21:53:07Z vranyj1  $'
+    ^ '$Id: Object.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Object initialize!
-
-
-
-
-
--- a/ObjectCoder.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ObjectCoder.st	Wed Sep 28 20:07:49 2011 +0100
@@ -260,6 +260,9 @@
 !ObjectCoder class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ObjectCoder.st 10694 2011-09-28 12:46:37Z vranyj1 $'
+    ^ '$Id: ObjectCoder.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: ObjectCoder.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/ObjectMemory.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ObjectMemory.st	Wed Sep 28 20:07:49 2011 +0100
@@ -5528,9 +5528,7 @@
 !
 
 version_SVN
-    ^ '$ Id: ObjectMemory.st 10643 2011-06-08 21:53:07Z vranyj1  $'
+    ^ '$Id: ObjectMemory.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 ObjectMemory initialize!
-
-
--- a/OpenError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/OpenError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -75,5 +75,9 @@
 !OpenError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: OpenError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: OpenError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: OpenError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/OrderedCollection.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/OrderedCollection.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1407,6 +1407,7 @@
 ! !
 
 
+
 !OrderedCollection methodsFor:'private'!
 
 initContents:size
@@ -1955,5 +1956,9 @@
 !OrderedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Id: OrderedCollection.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: OrderedCollection.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: OrderedCollection.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/OsError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/OsError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 Error subclass:#OsError
@@ -44,5 +43,9 @@
 !OsError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: OsError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: OsError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: OsError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/OsIllegalOperation.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/OsIllegalOperation.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 OsError subclass:#OsIllegalOperation
@@ -38,5 +37,9 @@
 !OsIllegalOperation class methodsFor:'documentation'!
 
 version
-    ^ '$Id: OsIllegalOperation.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: OsIllegalOperation.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: OsIllegalOperation.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/OsInaccessibleError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/OsInaccessibleError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 OsError subclass:#OsInaccessibleError
@@ -38,5 +37,9 @@
 !OsInaccessibleError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: OsInaccessibleError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: OsInaccessibleError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: OsInaccessibleError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/OsInvalidArgumentsError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/OsInvalidArgumentsError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 OsError subclass:#OsInvalidArgumentsError
@@ -38,5 +37,9 @@
 !OsInvalidArgumentsError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: OsInvalidArgumentsError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: OsInvalidArgumentsError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: OsInvalidArgumentsError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/OsNeedRetryError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/OsNeedRetryError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 OsError subclass:#OsNeedRetryError
@@ -38,5 +37,9 @@
 !OsNeedRetryError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: OsNeedRetryError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: OsNeedRetryError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: OsNeedRetryError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/OsNoResourcesError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/OsNoResourcesError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 OsError subclass:#OsNoResourcesError
@@ -38,5 +37,9 @@
 !OsNoResourcesError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: OsNoResourcesError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: OsNoResourcesError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: OsNoResourcesError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/OsNotification.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/OsNotification.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 OsError subclass:#OsNotification
@@ -38,5 +37,9 @@
 !OsNotification class methodsFor:'documentation'!
 
 version
-    ^ '$Id: OsNotification.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: OsNotification.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: OsNotification.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/OsTransferFaultError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/OsTransferFaultError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 OsError subclass:#OsTransferFaultError
@@ -38,5 +37,9 @@
 !OsTransferFaultError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: OsTransferFaultError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: OsTransferFaultError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: OsTransferFaultError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/PackageId.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/PackageId.st	Wed Sep 28 20:07:49 2011 +0100
@@ -291,11 +291,13 @@
 !PackageId class methodsFor:'documentation'!
 
 version
-    ^ '$Id: PackageId.st 10694 2011-09-28 12:46:37Z vranyj1 $'
+    ^ '$Id: PackageId.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/PackageId.st,v 1.18 2011/09/21 16:22:00 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/PackageId.st,v 1.18 2011/09/21 16:22:00 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: PackageId.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
-
--- a/PeekableStream.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/PeekableStream.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1034,11 +1034,15 @@
 !PeekableStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: PeekableStream.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: PeekableStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/PeekableStream.st,v 1.40 2011/02/05 10:40:33 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: PeekableStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 PeekableStream initialize!
--- a/PipeStream.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/PipeStream.st	Wed Sep 28 20:07:49 2011 +0100
@@ -796,11 +796,15 @@
 !PipeStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: PipeStream.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: PipeStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/PipeStream.st,v 1.111 2010/02/09 18:01:01 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: PipeStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 PipeStream initialize!
--- a/PluginSupport.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/PluginSupport.st	Wed Sep 28 20:07:49 2011 +0100
@@ -193,4 +193,8 @@
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/PluginSupport.st,v 1.15 2011/07/04 13:00:52 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: PluginSupport.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/PositionError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/PositionError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 StreamError subclass:#PositionError
@@ -38,5 +37,9 @@
 !PositionError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: PositionError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: PositionError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: PositionError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/PositionOutOfBoundsError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/PositionOutOfBoundsError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 StreamError subclass:#PositionOutOfBoundsError
@@ -44,5 +43,9 @@
 !PositionOutOfBoundsError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: PositionOutOfBoundsError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: PositionOutOfBoundsError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: PositionOutOfBoundsError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/PositionableStream.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/PositionableStream.st	Wed Sep 28 20:07:49 2011 +0100
@@ -114,6 +114,7 @@
     "Modified: / 13-07-2006 / 20:36:54 / cg"
 ! !
 
+
 !PositionableStream methodsFor:'Compatibility-Dolphin'!
 
 endChunk
@@ -139,6 +140,7 @@
     "
 ! !
 
+
 !PositionableStream methodsFor:'accessing'!
 
 collection
@@ -660,11 +662,15 @@
 !PositionableStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: PositionableStream.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: PositionableStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/PositionableStream.st,v 1.154 2011/05/27 14:22:27 sr Exp §'
+!
+
+version_SVN
+    ^ '$Id: PositionableStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 PositionableStream initialize!
--- a/PrimitiveFailure.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/PrimitiveFailure.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ExecutionError subclass:#PrimitiveFailure
@@ -60,5 +59,9 @@
 !PrimitiveFailure class methodsFor:'documentation'!
 
 version
-    ^ '$Id: PrimitiveFailure.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: PrimitiveFailure.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: PrimitiveFailure.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/PrivateMetaclass.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/PrivateMetaclass.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1996 by eXept Software AG
               All Rights Reserved
@@ -11,9 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
-
 "{ Package: 'stx:libbasic' }"
 
 Metaclass subclass:#PrivateMetaclass
@@ -132,5 +127,9 @@
 !PrivateMetaclass class methodsFor:'documentation'!
 
 version
-    ^ '$Id: PrivateMetaclass.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: PrivateMetaclass.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: PrivateMetaclass.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/ProceedableError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ProceedableError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -70,11 +70,15 @@
 !ProceedableError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ProceedableError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: ProceedableError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/ProceedableError.st,v 1.6 2010/11/17 16:53:49 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: ProceedableError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 ProceedableError initialize!
--- a/Process.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Process.st	Wed Sep 28 20:07:49 2011 +0100
@@ -2059,8 +2059,7 @@
 !
 
 version_SVN
-    ^ '$ Id: Process.st 10643 2011-06-08 21:53:07Z vranyj1  $'
+    ^ '$Id: Process.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Process initialize!
-
--- a/ProcessorScheduler.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ProcessorScheduler.st	Wed Sep 28 20:07:49 2011 +0100
@@ -3380,13 +3380,15 @@
 !ProcessorScheduler class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ProcessorScheduler.st 10669 2011-08-18 09:37:43Z vranyj1 $'
+    ^ '$Id: ProcessorScheduler.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.259 2011/08/10 17:57:35 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: ProcessorScheduler.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 ProcessorScheduler initialize!
-
-
--- a/Project.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Project.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1617,11 +1617,15 @@
 !Project class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Project.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Project.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Project.st,v 1.208 2009/10/27 09:00:33 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Project.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Project initialize!
--- a/ProtoObject.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ProtoObject.st	Wed Sep 28 20:07:49 2011 +0100
@@ -48,7 +48,6 @@
 "
 ! !
 
-
 !ProtoObject methodsFor:'error handling'!
 
 doesNotUnderstand:aMessage
@@ -184,9 +183,13 @@
 !ProtoObject class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ProtoObject.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: ProtoObject.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/ProtoObject.st,v 1.13 2009/12/01 19:59:38 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: ProtoObject.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/PrototypeLookupAlgorithm.st	Wed Sep 28 13:46:37 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,86 +0,0 @@
-"{ Package: 'stx:libbasic' }"
-
-Object subclass:#PrototypeLookupAlgorithm
-	instanceVariableNames:''
-	classVariableNames:'TheOneAndOnlyInstance'
-	poolDictionaries:''
-	category:'Kernel-Extensions'
-!
-
-!PrototypeLookupAlgorithm class methodsFor:'documentation'!
-
-documentation
-"
-    this is a dummy lookupAlgorithm class to demonstrate the meta-object-protoocol support.
-    Create a sumclass of me, redefine the lookupmethod to return a method proper.
-    If it returns nil, a doesNotUnderstand will be sent, as usual.
-
-    This class does nothing real - it duplicates the algorithm as found in the VM.
-
-    obsoleted by Lookup
-
-    [author:]
-        cg (cg@CG-PC)
-
-    [see also:]
-        jan Vrany's paper on Smalltalk's Meta-Object-Protocol proposal.
-"
-!
-
-examples
-"
-    this is only a test for the lookup; when installed as a class's lookupObject,
-    the lookup will be called from the VM for instances of that class.
-
-    |mthd|
-
-    mthd := self new
-                lookupMethodForSelector:#squared 
-                directedTo:nil 
-                for:100 
-                withArguments:nil 
-                from:nil.
-    mthd valueWithReceiver:100 arguments:#().     
-"
-! !
-
-!PrototypeLookupAlgorithm class methodsFor:'instance creation'!
-
-new
-    TheOneAndOnlyInstance isNil ifTrue: [
-        TheOneAndOnlyInstance := super new.
-    ].
-    ^ TheOneAndOnlyInstance
-! !
-
-!PrototypeLookupAlgorithm methodsFor:'lookup'!
-
-lookupMethodForSelector:aSelector directedTo:searchClass for:aReceiver withArguments:argArrayOrNil from:sendingContext
-    "invoked by the VM to ask me for a method to call.
-     The arguments are: the selector, receiver and arguments,
-     the class to start the search in (for here-, super and directed sends)
-     the sending context.
-
-     The returned method object will be put into the inline- and polyCache
-     at the call site; it might therefore be called more than once for the
-     same receiver-class/selector combination (once for each call site).
-     If I return nil, a doesNotUnderstand will be invoked."
-
-     |cls md method|
-
-     cls := searchClass.
-     cls isNil ifTrue:[ cls := aReceiver class ].
-     [ cls notNil ] whileTrue:[
-        md := cls methodDictionary.
-        method := md at:aSelector ifAbsent:nil.
-        method notNil ifTrue:[^ method ].
-        cls := cls superclass.
-     ].
-     ^ nil
-! !
-
-!PrototypeLookupAlgorithm class methodsFor:'documentation'!
-
-version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic/PrototypeLookupAlgorithm.st,v 1.5 2011/06/28 11:58:00 cg Exp §'
-! !
--- a/Query.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Query.st	Wed Sep 28 20:07:49 2011 +0100
@@ -272,11 +272,15 @@
 !Query class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Query.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Query.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Query.st,v 1.13 2009/10/01 13:44:05 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Query.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Query initialize!
--- a/QuerySignal.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/QuerySignal.st	Wed Sep 28 20:07:49 2011 +0100
@@ -510,10 +510,13 @@
 !QuerySignal class methodsFor:'documentation'!
 
 version
-    ^ '$Id: QuerySignal.st 10665 2011-08-10 14:59:08Z vranyj1 $'
+    ^ '$Id: QuerySignal.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/QuerySignal.st,v 1.45 2011/07/29 17:59:07 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/QuerySignal.st,v 1.45 2011/07/29 17:59:07 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: QuerySignal.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/ReadError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ReadError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 StreamError subclass:#ReadError
@@ -38,5 +37,9 @@
 !ReadError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ReadError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: ReadError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: ReadError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/ReadEvalPrintLoop.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ReadEvalPrintLoop.st	Wed Sep 28 20:07:49 2011 +0100
@@ -373,9 +373,13 @@
 !ReadEvalPrintLoop class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ReadEvalPrintLoop.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: ReadEvalPrintLoop.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.28 2011/02/09 13:03:41 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: ReadEvalPrintLoop.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/ReadOnlySequenceableCollection.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ReadOnlySequenceableCollection.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 SequenceableCollection subclass:#ReadOnlySequenceableCollection
@@ -106,5 +105,9 @@
 !ReadOnlySequenceableCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ReadOnlySequenceableCollection.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: ReadOnlySequenceableCollection.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: ReadOnlySequenceableCollection.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/ReadStream.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ReadStream.st	Wed Sep 28 20:07:49 2011 +0100
@@ -850,10 +850,13 @@
 !ReadStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ReadStream.st 10694 2011-09-28 12:46:37Z vranyj1 $'
+    ^ '$Id: ReadStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.65 2011/09/23 11:32:54 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.65 2011/09/23 11:32:54 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: ReadStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/ReadWriteStream.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ReadWriteStream.st	Wed Sep 28 20:07:49 2011 +0100
@@ -164,5 +164,9 @@
 !ReadWriteStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ReadWriteStream.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: ReadWriteStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: ReadWriteStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Rectangle.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Rectangle.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1817,9 +1817,13 @@
 !Rectangle class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Rectangle.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Rectangle.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Rectangle.st,v 1.84 2010/07/16 14:59:40 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Rectangle.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/RecursionError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/RecursionError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 Error subclass:#RecursionError
@@ -55,5 +54,9 @@
 !RecursionError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: RecursionError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: RecursionError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: RecursionError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/RecursionLock.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/RecursionLock.st	Wed Sep 28 20:07:49 2011 +0100
@@ -318,9 +318,13 @@
 !RecursionLock class methodsFor:'documentation'!
 
 version
-    ^ '$Id: RecursionLock.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: RecursionLock.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/RecursionLock.st,v 1.36 2011/04/27 15:14:06 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: RecursionLock.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Registry.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Registry.st	Wed Sep 28 20:07:49 2011 +0100
@@ -514,9 +514,13 @@
 !Registry class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Registry.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Registry.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Registry.st,v 1.61 2010/08/11 10:06:08 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: Registry.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/RestartProcessRequest.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/RestartProcessRequest.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ControlRequest subclass:#RestartProcessRequest
@@ -45,5 +44,9 @@
 !RestartProcessRequest class methodsFor:'documentation'!
 
 version
-    ^ '$Id: RestartProcessRequest.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: RestartProcessRequest.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: RestartProcessRequest.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/RomanNumberFormatError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/RomanNumberFormatError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -49,5 +49,9 @@
 !RomanNumberFormatError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: RomanNumberFormatError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: RomanNumberFormatError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: RomanNumberFormatError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/SHA1Stream.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/SHA1Stream.st	Wed Sep 28 20:07:49 2011 +0100
@@ -682,11 +682,15 @@
 !SHA1Stream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SHA1Stream.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: SHA1Stream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/SHA1Stream.st,v 1.19 2010/04/13 14:36:36 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: SHA1Stream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 SHA1Stream initialize!
--- a/SameForAllNotification.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/SameForAllNotification.st	Wed Sep 28 20:07:49 2011 +0100
@@ -46,4 +46,8 @@
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/SameForAllNotification.st,v 1.1 2010/10/14 08:38:23 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id$'
 ! !
--- a/SelectorNamespacesTests.st	Wed Sep 28 13:46:37 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,163 +0,0 @@
-"
- COPYRIGHT (c) 2006 by eXept Software AG
-              All Rights Reserved
-
- This software is furnished under a license and may be used
- only in accordance with the terms of that license and with the
- inclusion of the above copyright notice.   This software may not
- be provided or otherwise made available to, or used by, any
- other person.  No title to or ownership of the software is
- hereby transferred.
-"
-"{ Package: 'stx:libbasic' }"
-
-TestCase subclass:#SelectorNamespacesTests
-	instanceVariableNames:'ambiguousMessageSelector'
-	classVariableNames:''
-	poolDictionaries:''
-	category:'Kernel-Tests'
-!
-
-!SelectorNamespacesTests class methodsFor:'documentation'!
-
-copyright
-"
- COPYRIGHT (c) 2006 by eXept Software AG
-              All Rights Reserved
-
- This software is furnished under a license and may be used
- only in accordance with the terms of that license and with the
- inclusion of the above copyright notice.   This software may not
- be provided or otherwise made available to, or used by, any
- other person.  No title to or ownership of the software is
- hereby transferred.
-"
-! !
-
-!SelectorNamespacesTests methodsFor:'error handling'!
-
-ambiguousMessage: aMessage
-
-    ambiguousMessageSelector := aMessage selector
-
-    "Created: / 19-08-2010 / 22:29:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-! !
-
-!SelectorNamespacesTests methodsFor:'initialization & release'!
-
-setUp
-
-    (NameSpace name: #TestNS3) import: (NameSpace name: #TestNS2).
-
-    (NameSpace name: #TestNS4) import: (NameSpace name: #TestNS1).
-    (NameSpace name: #TestNS4) import: (NameSpace name: #TestNS2).
-
-    ObjectMemory flushCaches
-
-    "Modified: / 21-07-2010 / 17:12:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
-tearDown
-
-    (NameSpace name: #TestNS1) setImports: nil.
-    (NameSpace name: #TestNS2) setImports: nil.
-    (NameSpace name: #TestNS3) setImports: nil.
-    (NameSpace name: #TestNS4) setImports: nil.
-
-    "Created: / 21-07-2010 / 16:02:13 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-! !
-
-!SelectorNamespacesTests methodsFor:'methods'!
-
-bar
-
-    <namespace: #TestNS1 >
-
-    ^self foo
-
-    "Created: / 21-07-2010 / 15:59:15 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
-foo
-    <namespace: #TestNS1 >
-
-    ^#foo_NS1
-
-    "Created: / 01-07-2010 / 18:09:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 21-07-2010 / 15:45:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
-foo
-    <namespace: #TestNS2 >
-
-    ^#foo_NS2
-
-    "Created: / 21-07-2010 / 15:47:40 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
-baz
-
-    <namespace: TestNS3>
-
-    ^self foo
-
-    "Created: / 21-07-2010 / 16:00:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
-qux
-
-    <namespace: TestNS4>
-
-    ^self foo
-
-    "Created: / 21-07-2010 / 16:02:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
-foo
-
-    ^#foo
-
-    "Created: / 01-07-2010 / 18:09:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 01-07-2010 / 20:46:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-! !
-
-!SelectorNamespacesTests methodsFor:'tests'!
-
-test_01
-
-    self assert: self foo == #foo.
-    self assert: self bar == #foo_NS1
-
-    "Created: / 01-07-2010 / 18:47:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 21-07-2010 / 15:59:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
-test_02
-
-    "Basic imports"
-
-    self assert: 
-        ((NameSpace name: #TestNS3) imports includes: (NameSpace name: #TestNS2)).
-    self assert: self baz == #foo_NS2.
-
-    "Created: / 21-07-2010 / 16:05:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 21-07-2010 / 17:19:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
-test_03
-
-    "Ambiguous send"
-    "Disable, I need a kind of unwind-protect on a C level. 
-     Is that possible?"
-    
-    self shouldnt:[self qux] raise: AmbiguousMessage.
-    self assert: ambiguousMessageSelector == #foo.
-
-    "Created: / 19-08-2010 / 22:28:19 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-! !
-
-!SelectorNamespacesTests class methodsFor:'documentation'!
-
-version_SVN
-    ^ '$Id: SelectorNamespacesTests.st 10567 2010-08-19 20:39:34Z vranyj1 $'
-! !
--- a/Semaphore.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Semaphore.st	Wed Sep 28 20:07:49 2011 +0100
@@ -948,10 +948,13 @@
 !Semaphore class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Semaphore.st 10669 2011-08-18 09:37:43Z vranyj1 $'
+    ^ '$Id: Semaphore.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Semaphore.st,v 1.86 2011/08/11 12:38:01 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/Semaphore.st,v 1.86 2011/08/11 12:38:01 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Semaphore.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/SemaphoreSet.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/SemaphoreSet.st	Wed Sep 28 20:07:49 2011 +0100
@@ -306,9 +306,13 @@
 !SemaphoreSet class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SemaphoreSet.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: SemaphoreSet.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/SemaphoreSet.st,v 1.19 2010/02/05 12:58:13 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: SemaphoreSet.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/SequenceableCollection.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/SequenceableCollection.st	Wed Sep 28 20:07:49 2011 +0100
@@ -381,6 +381,8 @@
 ! !
 
 
+
+
 !SequenceableCollection methodsFor:'Compatibility-Squeak'!
 
 allButFirst
@@ -6026,6 +6028,7 @@
     "Created: 14.2.1997 / 16:13:03 / cg"
 ! !
 
+
 !SequenceableCollection methodsFor:'searching'!
 
 detect:aBlock startingAt:startIndex
@@ -7915,8 +7918,10 @@
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.308 2011/09/23 12:03:55 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: SequenceableCollection.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 SequenceableCollection initialize!
-
-
--- a/Set.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Set.st	Wed Sep 28 20:07:49 2011 +0100
@@ -187,6 +187,7 @@
     "Created: / 24.10.1997 / 23:13:44 / cg"
 ! !
 
+
 !Set methodsFor:'Compatibility-ST80'!
 
 initialIndexFor:hashKey boundedBy:length
@@ -1176,11 +1177,15 @@
 !Set class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Set.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Set.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Set.st,v 1.108 2011/02/28 12:27:23 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Set.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Set initialize!
--- a/SharedPool.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/SharedPool.st	Wed Sep 28 20:07:49 2011 +0100
@@ -211,10 +211,13 @@
 !SharedPool class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SharedPool.st 10690 2011-09-20 10:11:19Z vranyj1 $'
+    ^ '$Id: SharedPool.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/SharedPool.st,v 1.18 2011/09/12 08:22:19 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/SharedPool.st,v 1.18 2011/09/12 08:22:19 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: SharedPool.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/ShortFloat.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ShortFloat.st	Wed Sep 28 20:07:49 2011 +0100
@@ -330,6 +330,7 @@
     ^ '.6'
 ! !
 
+
 !ShortFloat class methodsFor:'binary storage'!
 
 readBinaryIEEESingleFrom:aStream
@@ -1784,9 +1785,13 @@
 !ShortFloat class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ShortFloat.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: ShortFloat.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/ShortFloat.st,v 1.108 2011/05/05 08:57:20 mb Exp §'
+!
+
+version_SVN
+    ^ '$Id: ShortFloat.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Signal.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Signal.st	Wed Sep 28 20:07:49 2011 +0100
@@ -964,9 +964,13 @@
 !Signal class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Signal.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Signal.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Signal.st,v 1.109 2010/08/10 08:35:38 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Signal.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/SignalError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/SignalError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,9 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
-
 "{ Package: 'stx:libbasic' }"
 
 ProceedableError subclass:#SignalError
@@ -49,5 +46,9 @@
 !SignalError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SignalError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: SignalError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: SignalError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/SignalSet.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/SignalSet.st	Wed Sep 28 20:07:49 2011 +0100
@@ -332,9 +332,13 @@
 !SignalSet class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SignalSet.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: SignalSet.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/SignalSet.st,v 1.45 2009/10/01 07:38:40 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: SignalSet.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/SmallInteger.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/SmallInteger.st	Wed Sep 28 20:07:49 2011 +0100
@@ -794,6 +794,7 @@
     "
 ! !
 
+
 !SmallInteger methodsFor:'bit operators'!
 
 bitAnd:anInteger
@@ -3945,9 +3946,13 @@
 !SmallInteger class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SmallInteger.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: SmallInteger.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.188 2011/06/20 10:41:39 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: SmallInteger.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Smalltalk.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Smalltalk.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1040,6 +1040,7 @@
     "Created: 20.6.1997 / 16:58:28 / cg"
 ! !
 
+
 !Smalltalk class methodsFor:'browsing'!
 
 browseAllCallsOn:aSelectorSymbol
@@ -7675,19 +7676,13 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Smalltalk.st 10690 2011-09-20 10:11:19Z vranyj1 $'
+    ^ '$Id: Smalltalk.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.976 2011/09/11 15:01:45 cg Exp §'
+    ^ '§Â§Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.976 2011/09/11 15:01:45 cg Exp §§'
 !
 
 version_SVN
-    ^ '$ Id: Smalltalk.st 10648 2011-06-23 15:55:10Z vranyj1  $'
+    ^ '$Id: Smalltalk.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
-
-
-
-
-
--- a/SmalltalkChunkFileSourceWriter.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/SmalltalkChunkFileSourceWriter.st	Wed Sep 28 20:07:49 2011 +0100
@@ -498,5 +498,5 @@
 !
 
 version_SVN
-    ^ '$ Id: SmalltalkChunkFileSourceWriter.st 10643 2011-06-08 21:53:07Z vranyj1  $'
+    ^ '$Id: SmalltalkChunkFileSourceWriter.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/SmalltalkLanguage.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/SmalltalkLanguage.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2006 by eXept Software AG
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
 "{ Package: 'stx:libbasic' }"
 
 ProgrammingLanguage subclass:#SmalltalkLanguage
@@ -9,6 +20,20 @@
 
 !SmalltalkLanguage class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2006 by eXept Software AG
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
 documentation
 "
     provide info about which tools are to be used for smalltalk code
@@ -194,7 +219,7 @@
 !SmalltalkLanguage class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SmalltalkLanguage.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: SmalltalkLanguage.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
@@ -202,5 +227,5 @@
 !
 
 version_SVN
-    ^'$Id: SmalltalkLanguage.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^'$Id: SmalltalkLanguage.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/StandaloneStartup.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/StandaloneStartup.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1138,13 +1138,15 @@
 !StandaloneStartup class methodsFor:'documentation'!
 
 version
-    ^ '$Id: StandaloneStartup.st 10672 2011-08-20 20:29:33Z vranyj1 $'
+    ^ '$Id: StandaloneStartup.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.66 2011/08/18 23:54:49 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: StandaloneStartup.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 StandaloneStartup initialize!
-
-
--- a/Stream.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Stream.st	Wed Sep 28 20:07:49 2011 +0100
@@ -195,6 +195,8 @@
 ! !
 
 
+
+
 !Stream methodsFor:'accessing'!
 
 contents
@@ -3215,11 +3217,15 @@
 !Stream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Stream.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Stream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Stream.st,v 1.189 2011/05/30 08:56:49 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: Stream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Stream initialize!
--- a/StreamError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/StreamError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -53,9 +53,13 @@
 !StreamError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: StreamError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: StreamError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/StreamError.st,v 1.7 2010/02/04 11:42:34 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: StreamError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/StreamIOError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/StreamIOError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 StreamError subclass:#StreamIOError
@@ -38,5 +37,9 @@
 !StreamIOError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: StreamIOError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: StreamIOError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: StreamIOError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/StreamNotOpenError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/StreamNotOpenError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 StreamError subclass:#StreamNotOpenError
@@ -44,5 +43,9 @@
 !StreamNotOpenError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: StreamNotOpenError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: StreamNotOpenError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: StreamNotOpenError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/String.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/String.st	Wed Sep 28 20:07:49 2011 +0100
@@ -512,6 +512,9 @@
 
 
 
+
+
+
 !String methodsFor:'Compatibility-VW5.4'!
 
 asGUID
@@ -2551,6 +2554,7 @@
     ^ super simpleDeepCopy
 ! !
 
+
 !String methodsFor:'filling & replacing'!
 
 atAllPut:aCharacter
@@ -3715,9 +3719,13 @@
 !String class methodsFor:'documentation'!
 
 version
-    ^ '$Id: String.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: String.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/String.st,v 1.275 2011/01/12 13:51:12 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: String.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/StringCollection.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/StringCollection.st	Wed Sep 28 20:07:49 2011 +0100
@@ -258,6 +258,7 @@
     "
 ! !
 
+
 !StringCollection methodsFor:'printing & storing'!
 
 printOn:aStream
@@ -376,9 +377,13 @@
 !StringCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Id: StringCollection.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: StringCollection.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/StringCollection.st,v 1.41 2011/04/11 09:17:14 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: StringCollection.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/SubclassResponsibilityError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/SubclassResponsibilityError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -61,11 +61,15 @@
 !SubclassResponsibilityError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SubclassResponsibilityError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: SubclassResponsibilityError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/SubclassResponsibilityError.st,v 1.8 2010/12/19 11:59:59 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: SubclassResponsibilityError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 SubclassResponsibilityError initialize!
--- a/SubscriptOutOfBoundsError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/SubscriptOutOfBoundsError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 IndexNotFoundError subclass:#SubscriptOutOfBoundsError
@@ -45,5 +44,9 @@
 !SubscriptOutOfBoundsError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SubscriptOutOfBoundsError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: SubscriptOutOfBoundsError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: SubscriptOutOfBoundsError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Symbol.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Symbol.st	Wed Sep 28 20:07:49 2011 +0100
@@ -186,7 +186,6 @@
 
 
 
-
 !Symbol methodsFor:'Compatibility-Squeak'!
 
 isUnary
@@ -763,6 +762,5 @@
 !
 
 version_SVN
-    ^ '$ Id: Symbol.st 10648 2011-06-23 15:55:10Z vranyj1  $'
+    ^ '$Id: Symbol.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/SystemChangeNotifier.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/SystemChangeNotifier.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2006 by eXept Software AG
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
 "{ Package: 'stx:libbasic' }"
 
 Object subclass:#SystemChangeNotifier
@@ -9,6 +20,20 @@
 
 !SystemChangeNotifier class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2006 by eXept Software AG
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
 documentation
 "
     For now, this implementation is mostly for squeak compatibility.
@@ -89,4 +114,8 @@
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/SystemChangeNotifier.st,v 1.4 2010/04/14 16:13:57 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: SystemChangeNotifier.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/TerminateProcessRequest.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/TerminateProcessRequest.st	Wed Sep 28 20:07:49 2011 +0100
@@ -68,5 +68,9 @@
 !TerminateProcessRequest class methodsFor:'documentation'!
 
 version
-    ^ '$Id: TerminateProcessRequest.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: TerminateProcessRequest.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: TerminateProcessRequest.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Time.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Time.st	Wed Sep 28 20:07:49 2011 +0100
@@ -296,6 +296,7 @@
     ^ '%h:%m:%s'
 ! !
 
+
 !Time methodsFor:'Compatibility-Squeak'!
 
 asMilliseconds
@@ -804,14 +805,17 @@
     timeEncoding := encoding
 ! !
 
+
 !Time class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Time.st 10686 2011-09-07 16:25:40Z vranyj1 $'
+    ^ '$Id: Time.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Time.st,v 1.92 2011/09/05 13:03:28 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/Time.st,v 1.92 2011/09/05 13:03:28 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Time.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
-
--- a/TimeoutNotification.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/TimeoutNotification.st	Wed Sep 28 20:07:49 2011 +0100
@@ -44,4 +44,8 @@
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/TimeoutNotification.st,v 1.1 2010/08/20 10:16:29 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id$'
 ! !
--- a/Timestamp.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Timestamp.st	Wed Sep 28 20:07:49 2011 +0100
@@ -289,6 +289,7 @@
     "Modified: / 13.7.1999 / 12:37:57 / stefan"
 ! !
 
+
 !Timestamp class methodsFor:'Compatibility-Squeak'!
 
 current
@@ -2702,14 +2703,15 @@
 !Timestamp class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Timestamp.st 10690 2011-09-20 10:11:19Z vranyj1 $'
+    ^ '$Id: Timestamp.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Timestamp.st,v 1.141 2011/09/15 08:42:09 ca Exp §'
+!
+
+version_SVN
+    ^ '$Id: Timestamp.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Timestamp initialize!
-
-
-
--- a/True.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/True.st	Wed Sep 28 20:07:49 2011 +0100
@@ -246,6 +246,9 @@
 !True class methodsFor:'documentation'!
 
 version
-    ^ '$Id: True.st 10672 2011-08-20 20:29:33Z vranyj1 $'
+    ^ '$Id: True.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: True.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/UndefinedObject.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/UndefinedObject.st	Wed Sep 28 20:07:49 2011 +0100
@@ -108,6 +108,7 @@
     "Modified: 3.1.1997 / 15:06:15 / cg"
 ! !
 
+
 !UndefinedObject class methodsFor:'queries'!
 
 canBeSubclassed
@@ -154,6 +155,8 @@
 
 
 
+
+
 !UndefinedObject methodsFor:'converting'!
 
 asBoolean
@@ -690,12 +693,15 @@
 !UndefinedObject class methodsFor:'documentation'!
 
 version
-    ^ '$Id: UndefinedObject.st 10669 2011-08-18 09:37:43Z vranyj1 $'
+    ^ '$Id: UndefinedObject.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/UndefinedObject.st,v 1.72 2011/08/18 00:35:45 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: UndefinedObject.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 UndefinedObject initialize!
-
--- a/UninterpretedBytes.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/UninterpretedBytes.st	Wed Sep 28 20:07:49 2011 +0100
@@ -2911,11 +2911,13 @@
 !UninterpretedBytes class methodsFor:'documentation'!
 
 version
-    ^ '$Id: UninterpretedBytes.st 10694 2011-09-28 12:46:37Z vranyj1 $'
+    ^ '$Id: UninterpretedBytes.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/UninterpretedBytes.st,v 1.80 2011/09/26 09:58:22 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/UninterpretedBytes.st,v 1.80 2011/09/26 09:58:22 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: UninterpretedBytes.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
-
--- a/UnixFileDescriptorHandle.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/UnixFileDescriptorHandle.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 OSFileHandle subclass:#UnixFileDescriptorHandle
@@ -286,5 +285,9 @@
 !UnixFileDescriptorHandle class methodsFor:'documentation'!
 
 version
-    ^ '$Id: UnixFileDescriptorHandle.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: UnixFileDescriptorHandle.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: UnixFileDescriptorHandle.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/UnixFileHandle.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/UnixFileHandle.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 OSFileHandle subclass:#UnixFileHandle
@@ -60,5 +59,9 @@
 !UnixFileHandle class methodsFor:'documentation'!
 
 version
-    ^ '$Id: UnixFileHandle.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: UnixFileHandle.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: UnixFileHandle.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/UnixFilename.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/UnixFilename.st	Wed Sep 28 20:07:49 2011 +0100
@@ -207,9 +207,13 @@
 !UnixFilename class methodsFor:'documentation'!
 
 version
-    ^ '$Id: UnixFilename.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: UnixFilename.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/UnixFilename.st,v 1.16 2009/10/28 14:02:12 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: UnixFilename.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/UnixOperatingSystem.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/UnixOperatingSystem.st	Wed Sep 28 20:07:49 2011 +0100
@@ -13307,13 +13307,16 @@
 !UnixOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Id: UnixOperatingSystem.st 10694 2011-09-28 12:46:37Z vranyj1 $'
+    ^ '$Id: UnixOperatingSystem.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.281 2011/09/26 16:46:00 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: UnixOperatingSystem.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 UnixOperatingSystem initialize!
 UnixOperatingSystem::FileDescriptorHandle initialize!
-
--- a/UnprotectedExternalBytes.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/UnprotectedExternalBytes.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2006 by eXept Software AG
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
 "{ Package: 'stx:libbasic' }"
 
 ExternalBytes subclass:#UnprotectedExternalBytes
@@ -9,6 +20,20 @@
 
 !UnprotectedExternalBytes class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2006 by eXept Software AG
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
 documentation
 "
     This is just a factory to generate ExternalBytes.
@@ -43,5 +68,9 @@
 !UnprotectedExternalBytes class methodsFor:'documentation'!
 
 version
-    ^ '$Id: UnprotectedExternalBytes.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: UnprotectedExternalBytes.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: UnprotectedExternalBytes.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/UserConfirmation.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/UserConfirmation.st	Wed Sep 28 20:07:49 2011 +0100
@@ -153,5 +153,9 @@
 !UserConfirmation class methodsFor:'documentation'!
 
 version
-    ^ '$Id: UserConfirmation.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: UserConfirmation.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: UserConfirmation.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/UserInterrupt.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/UserInterrupt.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ControlInterrupt subclass:#UserInterrupt
@@ -45,5 +44,9 @@
 !UserInterrupt class methodsFor:'documentation'!
 
 version
-    ^ '$Id: UserInterrupt.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: UserInterrupt.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: UserInterrupt.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/UserMessage.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/UserMessage.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2006 by eXept Software AG
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
 "{ Package: 'stx:libbasic' }"
 
 Object subclass:#UserMessage
@@ -9,6 +20,20 @@
 
 !UserMessage class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2006 by eXept Software AG
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
 documentation
 "
     added for vw5i compatibility, which accesses messageCatalogs
@@ -338,9 +363,13 @@
 !UserMessage class methodsFor:'documentation'!
 
 version
-    ^ '$Id: UserMessage.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: UserMessage.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/UserMessage.st,v 1.7 2011/05/09 13:59:06 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: UserMessage.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/UserNotification.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/UserNotification.st	Wed Sep 28 20:07:49 2011 +0100
@@ -82,6 +82,7 @@
     "Created: / 23.7.1999 / 15:31:44 / stefan"
 ! !
 
+
 !UserNotification class methodsFor:'notification'!
 
 notify:aString
@@ -142,11 +143,15 @@
 !UserNotification class methodsFor:'documentation'!
 
 version
-    ^ '$Id: UserNotification.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: UserNotification.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/UserNotification.st,v 1.15 2009/10/14 17:34:46 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: UserNotification.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 UserNotification initialize!
--- a/UserPreferences.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/UserPreferences.st	Wed Sep 28 20:07:49 2011 +0100
@@ -746,6 +746,7 @@
     ^ self at:#soapLoggingLevel put:anIntegerBetween0_and_3
 ! !
 
+
 !UserPreferences methodsFor:'accessing-pref''d tools'!
 
 changeSetBrowserClass
@@ -3489,6 +3490,8 @@
     "Created: / 19-08-2011 / 12:51:58 / cg"
 ! !
 
+
+
 !UserPreferences methodsFor:'default settings - syntax colors'!
 
 listOfPredefinedSyntaxColoringSchemes
@@ -3709,15 +3712,9 @@
 !UserPreferences class methodsFor:'documentation'!
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.290 2011/09/23 17:50:05 cg Exp §'
+    ^ '§Â§Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.290 2011/09/23 17:50:05 cg Exp §§'
 !
 
 version_SVN
-    ^ '$ Id: UserPreferences.st 10648 2011-06-23 15:55:10Z vranyj1  $'
+    ^ '$Id: UserPreferences.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
-
-
-
-
-
--- a/UtcTimestamp.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/UtcTimestamp.st	Wed Sep 28 20:07:49 2011 +0100
@@ -112,4 +112,8 @@
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/UtcTimestamp.st,v 1.3 2011/01/24 17:58:33 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id$'
 ! !
--- a/Visitor.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Visitor.st	Wed Sep 28 20:07:49 2011 +0100
@@ -262,9 +262,13 @@
 !Visitor class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Visitor.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Visitor.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Visitor.st,v 1.7 2011/01/24 13:20:08 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: Visitor.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/Warning.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/Warning.st	Wed Sep 28 20:07:49 2011 +0100
@@ -155,11 +155,15 @@
 !Warning class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Warning.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: Warning.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Warning.st,v 1.14 2009/10/14 17:34:52 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: Warning.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 Warning initialize!
--- a/WeakArray.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/WeakArray.st	Wed Sep 28 20:07:49 2011 +0100
@@ -1020,11 +1020,15 @@
 !WeakArray class methodsFor:'documentation'!
 
 version
-    ^ '$Id: WeakArray.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: WeakArray.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/WeakArray.st,v 1.66 2010/08/11 14:11:08 sr Exp §'
+!
+
+version_SVN
+    ^ '$Id: WeakArray.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 WeakArray initialize!
--- a/WeakDependencyDictionary.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/WeakDependencyDictionary.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,8 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
 "{ Package: 'stx:libbasic' }"
 
 WeakIdentityDictionary subclass:#WeakDependencyDictionary
@@ -167,5 +165,9 @@
 !WeakDependencyDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Id: WeakDependencyDictionary.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: WeakDependencyDictionary.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: WeakDependencyDictionary.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/WeakIdentityDictionary.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/WeakIdentityDictionary.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 IdentityDictionary subclass:#WeakIdentityDictionary
@@ -410,5 +409,9 @@
 !WeakIdentityDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Id: WeakIdentityDictionary.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: WeakIdentityDictionary.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: WeakIdentityDictionary.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/WeakIdentitySet.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/WeakIdentitySet.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 IdentitySet subclass:#WeakIdentitySet
@@ -297,5 +296,9 @@
 !WeakIdentitySet class methodsFor:'documentation'!
 
 version
-    ^ '$Id: WeakIdentitySet.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: WeakIdentitySet.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: WeakIdentitySet.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/WeakInterestConverter.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/WeakInterestConverter.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,9 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
-
 "{ Package: 'stx:libbasic' }"
 
 InterestConverter subclass:#WeakInterestConverter
@@ -123,5 +120,9 @@
 !WeakInterestConverter class methodsFor:'documentation'!
 
 version
-    ^ '$Id: WeakInterestConverter.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: WeakInterestConverter.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: WeakInterestConverter.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/WeakValueDictionary.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/WeakValueDictionary.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 Dictionary subclass:#WeakValueDictionary
@@ -264,5 +263,9 @@
 !WeakValueDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Id: WeakValueDictionary.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: WeakValueDictionary.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: WeakValueDictionary.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/WriteError.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/WriteError.st	Wed Sep 28 20:07:49 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 StreamError subclass:#WriteError
@@ -38,5 +37,9 @@
 !WriteError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: WriteError.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: WriteError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: WriteError.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/WriteStream.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/WriteStream.st	Wed Sep 28 20:07:49 2011 +0100
@@ -628,10 +628,13 @@
 !WriteStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: WriteStream.st 10686 2011-09-07 16:25:40Z vranyj1 $'
+    ^ '$Id: WriteStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.72 2011/09/05 05:07:03 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.72 2011/09/05 05:07:03 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: WriteStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
--- a/YesToAllConfirmation.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/YesToAllConfirmation.st	Wed Sep 28 20:07:49 2011 +0100
@@ -101,9 +101,13 @@
 !YesToAllConfirmation class methodsFor:'documentation'!
 
 version
-    ^ '$Id: YesToAllConfirmation.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: YesToAllConfirmation.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/YesToAllConfirmation.st,v 1.6 2010/10/14 08:38:03 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: YesToAllConfirmation.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
--- a/abbrev.stc	Wed Sep 28 13:46:37 2011 +0100
+++ b/abbrev.stc	Wed Sep 28 20:07:49 2011 +0100
@@ -65,7 +65,7 @@
 CmdLineOption CmdLineOption stx:libbasic 'System-Support-Command line' 0
 CmdLineOptionError CmdLineOptionError stx:libbasic 'System-Support-Command line' 1
 CmdLineParser CmdLineParser stx:libbasic 'System-Support-Command line' 0
-CmdLineParserTest CmdLineParserTest stx:libbasic 'System-Support-Command line' 0
+CmdLineParserTest CmdLineParserTest stx:libbasic 'System-Support-Command line' 1
 Collection Collection stx:libbasic 'Collections-Abstract' 0
 Context Context stx:libbasic 'Kernel-Methods' 0
 Continuation Continuation stx:libbasic 'Kernel-Processes' 0
@@ -83,13 +83,13 @@
 InterestConverter InterestConverter stx:libbasic 'Interface-Support-Models' 0
 LargeFloat LargeFloat stx:libbasic 'Magnitude-Numbers' 0
 Link Link stx:libbasic 'Collections-Support' 0
-Lookup Lookup stx:libbasic 'Kernel-Extensions' 0
+Lookup Lookup stx:libbasic 'Kernel-Classes' 0
 MacFilename MacFilename stx:libbasic 'OS-Mac' 0
 Magnitude Magnitude stx:libbasic 'Magnitude-General' 0
 MappedExternalBytes MappedExternalBytes stx:libbasic 'System-Support' 0
 Message Message stx:libbasic 'Kernel-Methods' 0
 MetaNumber MetaNumber stx:libbasic 'Magnitude-Numbers' 0
-MethodOverrideTests MethodOverrideTests stx:libbasic '* as yet unknown category *' 0
+MethodOverrideTests MethodOverrideTests stx:libbasic 'Kernel-Tests' 1
 MiniDebugger MiniDebugger stx:libbasic 'System-Debugging-Support' 0
 MiniInspector MiniInspector stx:libbasic 'System-Debugging-Support' 0
 NaiveRomanNumberFormatNotification NaiveRomanNumberFormatNotification stx:libbasic 'Magnitude-Numbers' 1
@@ -130,7 +130,6 @@
 UserMessage UserMessage stx:libbasic 'Interface-Internationalization' 0
 Visitor Visitor stx:libbasic 'System-Visiting' 0
 WeakValueIdentityDictionary WeakValueIdentityDictionary stx:libbasic 'Collections-Weak' 0
-Win32Process Win32Process stx:libbasic 'OS-Windows' 0
 WindowsDesktop WindowsDesktop stx:libbasic 'System-Desktop' 0
 XDGDesktop XDGDesktop stx:libbasic 'System-Desktop' 0
 AbstractTime AbstractTime stx:libbasic 'Magnitude-Time' 0
@@ -140,7 +139,7 @@
 AutoDeletedFilename AutoDeletedFilename stx:libbasic 'System-Support' 0
 Bag Bag stx:libbasic 'Collections-Unordered' 0
 BlockContext BlockContext stx:libbasic 'Kernel-Methods' 0
-BuiltinLookup BuiltinLookup stx:libbasic 'Kernel-Extensions' 0
+BuiltinLookup BuiltinLookup stx:libbasic 'Kernel-Classes' 0
 CachingRegistry CachingRegistry stx:libbasic 'System-Support' 0
 Character Character stx:libbasic 'Magnitude-General' 0
 CharacterEncoderImplementations::ISO10646_1 CharacterEncoderImplementations__ISO10646_1 stx:libbasic 'Collections-Text-Encodings' 0
@@ -163,7 +162,6 @@
 NoHandlerError NoHandlerError stx:libbasic 'Kernel-Exceptions-Errors' 1
 Notification Notification stx:libbasic 'Kernel-Exceptions' 1
 OSHandle OSHandle stx:libbasic 'Compatibility-ST80' 0
-PCFilename PCFilename stx:libbasic 'OS-Windows' 0
 PeekableStream PeekableStream stx:libbasic 'Streams' 0
 Process Process stx:libbasic 'Kernel-Processes' 0
 QuerySignal QuerySignal stx:libbasic 'Kernel-Exceptions' 0
@@ -188,9 +186,6 @@
 CharacterEncoderImplementations::ISO8859_7 CharacterEncoderImplementations__ISO8859_7 stx:libbasic 'Collections-Text-Encodings' 0
 CharacterEncoderImplementations::JIS0208_to_SJIS CharacterEncoderImplementations__JIS0208_to_SJIS stx:libbasic 'Collections-Text-Encodings' 0
 CharacterEncoderImplementations::MS_Ansi CharacterEncoderImplementations__MS_Ansi stx:libbasic 'Collections-Text-Encodings' 0
-CharacterEncoderImplementations::MS_Baltic CharacterEncoderImplementations__MS_Baltic stx:libbasic 'Collections-Text-Encodings' 0
-CharacterEncoderImplementations::MS_Cyrillic CharacterEncoderImplementations__MS_Cyrillic stx:libbasic 'Collections-Text-Encodings' 0
-CharacterEncoderImplementations::MS_Greek CharacterEncoderImplementations__MS_Greek stx:libbasic 'Collections-Text-Encodings' 0
 ClassDescription ClassDescription stx:libbasic 'Kernel-Classes' 0
 ControlRequest ControlRequest stx:libbasic 'Kernel-Exceptions-Control' 1
 Dictionary Dictionary stx:libbasic 'Collections-Unordered' 0
@@ -256,19 +251,17 @@
 StringCollection StringCollection stx:libbasic 'Collections-Text' 0
 TerminateProcessRequest TerminateProcessRequest stx:libbasic 'Kernel-Exceptions-Control' 1
 UninterpretedBytes UninterpretedBytes stx:libbasic 'Collections-Abstract' 0
-UnixFileDescriptorHandle UnixFileDescriptorHandle stx:libbasic  'unknownCategory'  0
-UnixFileHandle UnixFileHandle stx:libbasic  'unknownCategory'  0
-UnixOperatingSystem UnixOperatingSystem stx:libbasic  'unknownCategory'  0
+UnixFileDescriptorHandle UnixFileDescriptorHandle stx:libbasic 'OS-Unix' 0
+UnixFileHandle UnixFileHandle stx:libbasic 'OS-Unix' 0
+UnixOperatingSystem UnixOperatingSystem stx:libbasic 'OS-Unix' 0
 UserConfirmation UserConfirmation stx:libbasic 'Kernel-Exceptions-Notifications' 1
 UserInformation UserInformation stx:libbasic 'Kernel-Exceptions-Notifications' 1
 VMInternalError VMInternalError stx:libbasic 'Kernel-Exceptions-Errors' 1
 VarArgBlock VarArgBlock stx:libbasic 'Kernel-Methods' 0
 Warning Warning stx:libbasic 'Kernel-Exceptions' 1
-Win32Handle Win32Handle stx:libbasic 'OS-Windows' 0
 WeakArray WeakArray stx:libbasic 'Collections-Weak' 0
 WeakIdentitySet WeakIdentitySet stx:libbasic 'Collections-Weak' 0
 WeakValueDictionary WeakValueDictionary stx:libbasic 'Collections-Weak' 0
-Win32FILEHandle Win32FILEHandle stx:libbasic 'OS-Windows' 0
 WriteStream WriteStream stx:libbasic 'Streams' 0
 AbortOperationRequest AbortOperationRequest stx:libbasic 'Kernel-Exceptions-Control' 1
 AllocationFailure AllocationFailure stx:libbasic 'System-Support' 1
@@ -346,8 +339,6 @@
 UnorderedNumbersError UnorderedNumbersError stx:libbasic 'Kernel-Exceptions-Errors' 1
 UnprotectedExternalBytes UnprotectedExternalBytes stx:libbasic 'System-Support' 0
 WeakDependencyDictionary WeakDependencyDictionary stx:libbasic 'Collections-Weak' 0
-Win32Constants Win32Constants stx:libbasic 'OS-Windows' 0
-Win32OperatingSystem Win32OperatingSystem stx:libbasic 'OS-Windows' 0
 WriteError WriteError stx:libbasic 'Kernel-Exceptions-Errors' 1
 WrongProceedabilityError WrongProceedabilityError stx:libbasic 'Kernel-Exceptions-Errors' 1
 BadLiteralsError BadLiteralsError stx:libbasic 'Kernel-Exceptions-ExecutionErrors' 1
@@ -383,4 +374,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	Wed Sep 28 13:46:37 2011 +0100
+++ b/bc.mak	Wed Sep 28 20:07:49 2011 +0100
@@ -1,18 +1,23 @@
-# $Header: /cvs/stx/stx/libbasic/bc.mak,v 1.179 2011/09/09 05:16:07 cg Exp $
+# $Header$
 #
 # DO NOT EDIT
-# automagically generated from the projectDefinition: stx_libbasic.
+# automagically generated from the projectDefinition: stx_libbasic at 2011-09-28 17:40:03.119.
 #
 # Warning: once you modify this file, do not rerun
 # stmkmp or projectDefinition-build again - otherwise, your changes are lost.
 #
-# This file contains make rules for the win32 platform (using borland-bcc).
+# This file contains make rules for the win32 platform (using borland-bcc or visual-c).
 # It shares common definitions with the unix-make in Make.spec.
 # The nt.mak supports the following targets:
 #    bmake         - compile all st-files to a classLib (dll)
 #    bmake clean   - clean all temp files
 #    bmake clobber - clean all
 #
+# Historic Note:
+#    this used to contain only rules to make with borland 
+#    (called via bmake, by "make.exe -f bc.mak")
+#    this has changed; it is now also possible to build using microsoft visual c
+#    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
 #
 TOP=..
 INCLUDE_TOP=$(TOP)\..
@@ -52,6 +57,7 @@
 
 
 
+
 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
 $(OUTDIR)Autoload.$(O) Autoload.$(H): Autoload.st $(STCHDR)
 $(OUTDIR)Object.$(O) Object.$(H): Object.st $(STCHDR)
@@ -206,6 +212,7 @@
 $(OUTDIR)FileDirectory.$(O) FileDirectory.$(H): FileDirectory.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
 $(OUTDIR)FloatArray.$(O) FloatArray.$(H): FloatArray.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)Fraction.$(O) Fraction.$(H): Fraction.st $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)GetOpt.$(O) GetOpt.$(H): GetOpt.st $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)IdentityDictionary.$(O) IdentityDictionary.$(H): IdentityDictionary.st $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)InlineObjectClassDescription.$(O) InlineObjectClassDescription.$(H): InlineObjectClassDescription.st $(INCLUDE_TOP)\stx\libbasic\ClassDescription.$(H) $(INCLUDE_TOP)\stx\libbasic\Behavior.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)Integer.$(O) Integer.$(H): Integer.st $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
@@ -255,7 +262,6 @@
 $(OUTDIR)ExternalBytes.$(O) ExternalBytes.$(H): ExternalBytes.st $(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\Object.$(H) $(STCHDR)
 $(OUTDIR)FixedPoint.$(O) FixedPoint.$(H): FixedPoint.st $(INCLUDE_TOP)\stx\libbasic\Fraction.$(H) $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)Float.$(O) Float.$(H): Float.st $(INCLUDE_TOP)\stx\libbasic\LimitedPrecisionReal.$(H) $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)GetOpt.$(O) GetOpt.$(H): GetOpt.st $(INCLUDE_TOP)\stx\libbasic\IdentityDictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)ImmutableArray.$(O) ImmutableArray.$(H): ImmutableArray.st $(INCLUDE_TOP)\stx\libbasic\Array.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)InvalidPatchError.$(O) InvalidPatchError.$(H): InvalidPatchError.st $(INCLUDE_TOP)\stx\libbasic\ProceedableError.$(H) $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)LargeInteger.$(O) LargeInteger.$(H): LargeInteger.st $(INCLUDE_TOP)\stx\libbasic\Integer.$(H) $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
@@ -344,22 +350,5 @@
 $(OUTDIR)PipeStream.$(O) PipeStream.$(H): PipeStream.st $(INCLUDE_TOP)\stx\libbasic\NonPositionableExternalStream.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalStream.$(H) $(INCLUDE_TOP)\stx\libbasic\ReadWriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic\WriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PositionableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)Symbol.$(O) Symbol.$(H): Symbol.st $(INCLUDE_TOP)\stx\libbasic\String.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(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\Object.$(H) $(STCHDR)
 $(OUTDIR)Unicode16String.$(O) Unicode16String.$(H): Unicode16String.st $(INCLUDE_TOP)\stx\libbasic\TwoByteString.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(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\Object.$(H) $(STCHDR)
-$(OUTDIR)CharacterEncoderImplementations__MS_Baltic.$(O) CharacterEncoderImplementations__MS_Baltic.$(H): CharacterEncoderImplementations__MS_Baltic.st $(INCLUDE_TOP)\stx\libbasic\CharacterEncoderImplementations__SingleByteEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)CharacterEncoderImplementations__MS_Cyrillic.$(O) CharacterEncoderImplementations__MS_Cyrillic.$(H): CharacterEncoderImplementations__MS_Cyrillic.st $(INCLUDE_TOP)\stx\libbasic\CharacterEncoderImplementations__SingleByteEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)CharacterEncoderImplementations__MS_Greek.$(O) CharacterEncoderImplementations__MS_Greek.$(H): CharacterEncoderImplementations__MS_Greek.st $(INCLUDE_TOP)\stx\libbasic\CharacterEncoderImplementations__SingleByteEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)PCFilename.$(O) PCFilename.$(H): PCFilename.st $(INCLUDE_TOP)\stx\libbasic\Filename.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)Win32Constants.$(O) Win32Constants.$(H): Win32Constants.st $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)Win32FILEHandle.$(O) Win32FILEHandle.$(H): Win32FILEHandle.st $(INCLUDE_TOP)\stx\libbasic\OSFileHandle.$(H) $(INCLUDE_TOP)\stx\libbasic\OSHandle.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(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)
 
 # ENDMAKEDEPEND --- do not remove this line
-
-
-
-
-
-
-
-
--- a/libInit.cc	Wed Sep 28 13:46:37 2011 +0100
+++ b/libInit.cc	Wed Sep 28 20:07:49 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$
  *
  * DO NOT EDIT
  * automagically generated from the projectDefinition: stx_libbasic.
@@ -180,6 +180,7 @@
 _FileDirectory_Init(pass,__pRT__,snd);
 _FloatArray_Init(pass,__pRT__,snd);
 _Fraction_Init(pass,__pRT__,snd);
+_GetOpt_Init(pass,__pRT__,snd);
 _IdentityDictionary_Init(pass,__pRT__,snd);
 _InlineObjectClassDescription_Init(pass,__pRT__,snd);
 _Integer_Init(pass,__pRT__,snd);
@@ -229,7 +230,6 @@
 _ExternalBytes_Init(pass,__pRT__,snd);
 _FixedPoint_Init(pass,__pRT__,snd);
 _Float_Init(pass,__pRT__,snd);
-_GetOpt_Init(pass,__pRT__,snd);
 _ImmutableArray_Init(pass,__pRT__,snd);
 _InvalidPatchError_Init(pass,__pRT__,snd);
 _LargeInteger_Init(pass,__pRT__,snd);
@@ -323,25 +323,7 @@
 _UnixFileHandle_Init(pass,__pRT__,snd);
 _UnixOperatingSystem_Init(pass,__pRT__,snd);
 #endif /* UNIX */
-#ifdef WIN32
-_CharacterEncoderImplementations__MS_137Baltic_Init(pass,__pRT__,snd);
-_CharacterEncoderImplementations__MS_137Cyrillic_Init(pass,__pRT__,snd);
-_CharacterEncoderImplementations__MS_137Greek_Init(pass,__pRT__,snd);
-_PCFilename_Init(pass,__pRT__,snd);
-_Win32Constants_Init(pass,__pRT__,snd);
-_Win32FILEHandle_Init(pass,__pRT__,snd);
-_Win32Handle_Init(pass,__pRT__,snd);
-_Win32OperatingSystem_Init(pass,__pRT__,snd);
-_Win32Process_Init(pass,__pRT__,snd);
-#endif /* WIN32 */
 
 
 __END_PACKAGE__();
 }
-
-
-
-
-
-
-
--- a/libbasic.rc	Wed Sep 28 13:46:37 2011 +0100
+++ b/libbasic.rc	Wed Sep 28 20:07:49 2011 +0100
@@ -3,7 +3,7 @@
 // automagically generated from the projectDefinition: stx_libbasic.
 //
 VS_VERSION_INFO VERSIONINFO
-  FILEVERSION     6,2,1,92
+  FILEVERSION     6,2,0,1
   PRODUCTVERSION  6,2,1,1
   FILEFLAGSMASK   VS_FF_DEBUG | VS_FF_PRERELEASE
   FILEFLAGS       VS_FF_PRERELEASE | VS_FF_SPECIALBUILD
@@ -18,12 +18,12 @@
     BEGIN
       VALUE "CompanyName", "eXept Software AG\0"
       VALUE "FileDescription", "Smalltalk/X Basic Classes (LIB)\0"
-      VALUE "FileVersion", "6.2.1.92\0"
+      VALUE "FileVersion", "6.2.0.1\0"
       VALUE "InternalName", "stx:libbasic\0"
       VALUE "LegalCopyright", "Copyright Claus Gittinger 1988-2011\nCopyright eXept Software AG 1998-2011\0"
       VALUE "ProductName", "Smalltalk/X\0"
       VALUE "ProductVersion", "6.2.1.1\0"
-      VALUE "ProductDate", "Fri, 09 Sep 2011 05:15:26 GMT\0"
+      VALUE "ProductDate", "Wed, 28 Sep 2011 16:42:31 GMT\0"
     END
 
   END
@@ -33,9 +33,3 @@
     VALUE "Translation", 0x409, 0x4E4 // U.S. English, Windows Multilingual
   END
 END
-
-
-
-
-
-
--- a/stx_libbasic.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/stx_libbasic.st	Wed Sep 28 20:07:49 2011 +0100
@@ -537,17 +537,37 @@
 
 !stx_libbasic class methodsFor:'description - svn'!
 
+svnRepositoryUrlString
+    "Return a SVN repository URL of myself.
+     (Generated since 2011-04-08)
+    "        
+
+    ^ '$URL$'
+!
+
 svnRevisionNr
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'10693M'"$"
+    ^ "$SVN-Revision:"'10694MP'"$"
+! !
+
+!stx_libbasic class methodsFor:'private-prerequisites'!
+
+searchForPreRequisites:packageId withSubProjects:withSubProjectsBoolean
+
+    "Overriden here to return an empty collection, since stx:libbasic
+     should not have ANY prerequisites"
+
+    ^#()
+
+    "Created: / 28-09-2011 / 16:46:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !stx_libbasic class methodsFor:'documentation'!
 
 version
-    ^ '$Id: stx_libbasic.st 10694 2011-09-28 12:46:37Z vranyj1 $'
+    ^ '$Id: stx_libbasic.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
@@ -555,8 +575,5 @@
 !
 
 version_SVN
-    ^ '$ Id: stx_libbasic.st 10648 2011-06-23 15:55:10Z vranyj1  $'
+    ^ '$Id: stx_libbasic.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-
-
-