merged with /trunk jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 16 Jun 2010 21:12:05 +0100
branchjv
changeset 17767 a4a32df3aa5e
parent 17766 0acf634e6550
child 17768 f9cc4ad4a76f
merged with /trunk
AbstractOperatingSystem.st
AbstractSourceFileReader.st
AbstractSourceFileWriter.st
AbstractTime.st
ApplicationDefinition.st
ArithmeticValue.st
Array.st
Association.st
Autoload.st
AutoloadMetaclass.st
Bag.st
Behavior.st
Block.st
Boolean.st
ByteArray.st
CharacterArray.st
CharacterEncoder.st
CharacterEncoderImplementations__ISO10646_to_UTF16BE.st
CharacterEncoderImplementations__JIS0208_to_SJIS.st
CharacterEncoderImplementations__SingleByteEncoder.st
CharacterEncoderImplementations__TwoByteEncoder.st
CharacterWriteStream.st
Class.st
ClassBuildError.st
ClassBuilder.st
ClassDescription.st
Collection.st
CompiledCode.st
Context.st
Date.st
Dictionary.st
DirectoryStream.st
EncodedStream.st
Error.st
ExecutableFunction.st
ExternalAddress.st
ExternalBytes.st
ExternalFunction.st
ExternalFunctionCallback.st
ExternalLibrary.st
ExternalLibraryFunction.st
ExternalStream.st
FileDirectory.st
FileStream.st
Filename.st
FixedPoint.st
Float.st
FloatArray.st
GenericException.st
HashStream.st
ImmutableArray.st
ImmutableByteArray.st
ImmutableString.st
Infinity.st
Integer.st
KeyedCollection.st
LargeInteger.st
LibraryDefinition.st
LimitedPrecisionReal.st
LongFloat.st
MD5Stream.st
Make.proto
Make.spec
Metaclass.st
Method.st
NameSpace.st
NoHandlerError.st
NoModificationError.st
NonPositionableExternalStream.st
Notification.st
Number.st
OSErrorHolder.st
OSProcess.st
Object.st
ObjectMemory.st
PCFilename.st
PackageId.st
PeekableStream.st
PipeStream.st
PluginSupport.st
Process.st
ProcessorScheduler.st
ProgrammingLanguage.st
Project.st
ProjectDefinition.st
ProtoObject.st
PrototypeLookupAlgorithm.st
Query.st
QuerySignal.st
ReadStream.st
RecursionLock.st
SHA1Stream.st
Semaphore.st
SemaphoreSet.st
SequenceableCollection.st
Set.st
SharedPool.st
ShortFloat.st
Signal.st
SignalSet.st
SmallInteger.st
Smalltalk.st
SmalltalkChunkFileSourceReader.st
SmalltalkChunkFileSourceWriter.st
SmalltalkLanguage.st
StandaloneStartup.st
Stream.st
StreamError.st
String.st
Symbol.st
SystemChangeNotifier.st
Time.st
Timestamp.st
UninterpretedBytes.st
UnixFilename.st
UnixOperatingSystem.st
UserMessage.st
UserNotification.st
UserPreferences.st
Warning.st
Win32Constants.st
Win32OperatingSystem.st
Win32Process.st
WriteStream.st
bc.mak
libInit.cc
resources/af.rs
resources/de.rs
resources/el.rs
resources/en.rs
resources/eo.rs
resources/fr.rs
resources/hu.rs
resources/it.rs
resources/ja.rs
resources/nl.rs
resources/no.rs
resources/pt.rs
resources/resources.rs
resources/ro.rs
resources/ru.rs
resources/sv.rs
resources/tr.rs
resources/zh.rs
resources/zh_trad.rs
stx_libbasic.st
vms.mak
--- a/AbstractOperatingSystem.st	Thu May 20 14:35:23 2010 +0100
+++ b/AbstractOperatingSystem.st	Wed Jun 16 21:12:05 2010 +0100
@@ -6934,15 +6934,16 @@
 !AbstractOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Id: AbstractOperatingSystem.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: AbstractOperatingSystem.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.197 2010/03/30 13:50:30 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.197 2010-03-30 13:50:30 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: AbstractOperatingSystem.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: AbstractOperatingSystem.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 AbstractOperatingSystem initialize!
+
--- a/AbstractSourceFileReader.st	Thu May 20 14:35:23 2010 +0100
+++ b/AbstractSourceFileReader.st	Wed Jun 16 21:12:05 2010 +0100
@@ -72,13 +72,14 @@
 !AbstractSourceFileReader class methodsFor:'documentation'!
 
 version
-    ^ '$Id: AbstractSourceFileReader.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: AbstractSourceFileReader.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/AbstractSourceFileReader.st,v 1.4 2009/10/08 11:50:15 fm Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/AbstractSourceFileReader.st,v 1.4 2009-10-08 11:50:15 fm Exp §'
 !
 
 version_SVN
-    ^ '$Id: AbstractSourceFileReader.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: AbstractSourceFileReader.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/AbstractSourceFileWriter.st	Thu May 20 14:35:23 2010 +0100
+++ b/AbstractSourceFileWriter.st	Wed Jun 16 21:12:05 2010 +0100
@@ -188,13 +188,14 @@
 !AbstractSourceFileWriter class methodsFor:'documentation'!
 
 version
-    ^ '$Id: AbstractSourceFileWriter.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: AbstractSourceFileWriter.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/AbstractSourceFileWriter.st,v 1.6 2009/10/08 12:03:57 fm Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/AbstractSourceFileWriter.st,v 1.6 2009-10-08 12:03:57 fm Exp §'
 !
 
 version_SVN
-    ^ '$Id: AbstractSourceFileWriter.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: AbstractSourceFileWriter.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/AbstractTime.st	Thu May 20 14:35:23 2010 +0100
+++ b/AbstractTime.st	Wed Jun 16 21:12:05 2010 +0100
@@ -1154,13 +1154,14 @@
 !AbstractTime class methodsFor:'documentation'!
 
 version
-    ^ '$Id: AbstractTime.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: AbstractTime.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.68 2010/03/31 13:52:36 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.68 2010-03-31 13:52:36 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: AbstractTime.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: AbstractTime.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/ApplicationDefinition.st	Thu May 20 14:35:23 2010 +0100
+++ b/ApplicationDefinition.st	Wed Jun 16 21:12:05 2010 +0100
@@ -2382,7 +2382,7 @@
   WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "Publisher" "${PRODUCT_PUBLISHER}"
 SectionEnd
 
-LangString appOpen ${LANG_GERMAN}  "Mit %(PRODUCT_NAME) ffnen"
+LangString appOpen ${LANG_GERMAN}  "Mit %(PRODUCT_NAME) ffnen"
 LangString appOpen ${LANG_ENGLISH} "Open with %(PRODUCT_NAME)"
 
 LangString DESC_Section1 ${LANG_ENGLISH} "Program components of %(PRODUCT_NAME)"
@@ -2416,7 +2416,7 @@
 
 Function un.onInit
 !!insertmacro MUI_UNGETLANGUAGE
-  MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "Mchten Sie %(PRODUCT_NAME) und alle seine Komponenten deinstallieren?" IDYES +2
+  MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "Mchten Sie %(PRODUCT_NAME) und alle seine Komponenten deinstallieren?" IDYES +2
   Abort
 FunctionEnd
 
@@ -2629,13 +2629,14 @@
 !ApplicationDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ApplicationDefinition.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ApplicationDefinition.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.158 2009/12/10 17:59:27 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.158 2009-12-10 17:59:27 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: ApplicationDefinition.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ApplicationDefinition.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/ArithmeticValue.st	Thu May 20 14:35:23 2010 +0100
+++ b/ArithmeticValue.st	Wed Jun 16 21:12:05 2010 +0100
@@ -1283,15 +1283,16 @@
 !ArithmeticValue class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ArithmeticValue.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ArithmeticValue.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.85 2010/03/06 10:06:53 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.85 2010-03-06 10:06:53 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: ArithmeticValue.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ArithmeticValue.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 ArithmeticValue initialize!
+
--- a/Array.st	Thu May 20 14:35:23 2010 +0100
+++ b/Array.st	Wed Jun 16 21:12:05 2010 +0100
@@ -2553,13 +2553,14 @@
 !Array class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Array.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Array.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Array.st,v 1.148 2009/11/05 16:25:19 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Array.st,v 1.148 2009-11-05 16:25:19 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: Array.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Array.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/Association.st	Thu May 20 14:35:23 2010 +0100
+++ b/Association.st	Wed Jun 16 21:12:05 2010 +0100
@@ -173,13 +173,14 @@
 !Association class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Association.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Association.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Association.st,v 1.23 2009/10/06 15:16:10 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Association.st,v 1.23 2009-10-06 15:16:10 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Association.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Association.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/Autoload.st	Thu May 20 14:35:23 2010 +0100
+++ b/Autoload.st	Wed Jun 16 21:12:05 2010 +0100
@@ -763,15 +763,16 @@
 !Autoload class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Autoload.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Autoload.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.157 2010/03/13 11:36:57 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.157 2010-03-13 11:36:57 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Autoload.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Autoload.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Autoload initialize!
+
--- a/AutoloadMetaclass.st	Thu May 20 14:35:23 2010 +0100
+++ b/AutoloadMetaclass.st	Wed Jun 16 21:12:05 2010 +0100
@@ -101,13 +101,14 @@
 !AutoloadMetaclass class methodsFor:'documentation'!
 
 version
-    ^ '$Id: AutoloadMetaclass.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: AutoloadMetaclass.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/AutoloadMetaclass.st,v 1.8 2010/04/03 10:47:04 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/AutoloadMetaclass.st,v 1.8 2010-04-03 10:47:04 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: AutoloadMetaclass.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: AutoloadMetaclass.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/Bag.st	Thu May 20 14:35:23 2010 +0100
+++ b/Bag.st	Wed Jun 16 21:12:05 2010 +0100
@@ -416,13 +416,14 @@
 !Bag class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Bag.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Bag.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Bag.st,v 1.41 2010/03/30 13:38:23 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Bag.st,v 1.41 2010-03-30 13:38:23 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: Bag.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Bag.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/Behavior.st	Thu May 20 14:35:23 2010 +0100
+++ b/Behavior.st	Wed Jun 16 21:12:05 2010 +0100
@@ -4689,13 +4689,14 @@
 !Behavior class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Behavior.st 10524 2010-05-20 13:35:23Z vranyj1 $'
+    ^ '$Id: Behavior.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.304 2010/04/12 16:30:42 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.304 2010-04-12 16:30:42 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Behavior.st 10524 2010-05-20 13:35:23Z vranyj1 $'
+    ^ '$Id: Behavior.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/Block.st	Thu May 20 14:35:23 2010 +0100
+++ b/Block.st	Wed Jun 16 21:12:05 2010 +0100
@@ -606,16 +606,6 @@
     ^ nargs
 ! !
 
-!Block methodsFor:'binary storage'!
-
-storeBinaryDefinitionOn:stream manager:manager
-    byteCode isNil ifTrue:[
-        self error:'cannot store stc-compiled code of blocks (yet)'.
-    ].
-    ^ super storeBinaryDefinitionOn:stream manager:manager
-
-    "Modified: / 10-05-2010 / 12:59:55 / cg"
-! !
 
 !Block methodsFor:'compatibility-Cola & Pepsi'!
 
@@ -2025,12 +2015,13 @@
      exceptionBlock's value is returned. The receiver's code must be prepared
      for premature returning (by adding ensure blocks, as required)"
 
-    |showStopper me signal retVal|
-
+    |showStopper me signal retVal done|
+
+    done := false.
     me := Processor activeProcess.
 
     signal := Signal new notifierString:'timeout'.
-    showStopper := [ me interruptWith:[ signal raise ] ].
+    showStopper := [ me interruptWith:[ done ifFalse:[ signal raise ] ]].
 
     signal handle:[:ex |
         retVal := exceptionBlock value.
@@ -2042,7 +2033,10 @@
                 afterMilliseconds:aTimeLimit.
 
             retVal := self value.
-        ] ensure:[ Processor removeTimedBlock:showStopper ].
+            done := true.
+        ] ensure:[ 
+            Processor removeTimedBlock:showStopper 
+        ].
     ].
     ^ retVal
 
@@ -2053,7 +2047,8 @@
      ] valueWithWatchDog:[false] afterMilliseconds:2000      
     "
 
-    "Modified: / 09-09-2007 / 15:18:22 / cg"
+    "Modified: / 20-05-2010 / 10:35:33 / cg"
+    "Modified: / 21-05-2010 / 12:19:57 / sr"
 ! !
 
 !Block methodsFor:'exception handling private'!
@@ -2933,17 +2928,18 @@
 !Block class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Block.st 10523 2010-05-18 13:31:21Z vranyj1 $'
+    ^ '$Id: Block.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Block.st,v 1.178 2010/05/10 11:02:26 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Block.st,v 1.180 2010-05-21 15:10:55 sr Exp §'
 !
 
 version_SVN
-    ^ '$Id: Block.st 10523 2010-05-18 13:31:21Z vranyj1 $'
+    ^ '$Id: Block.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Block initialize!
 
 
+
--- a/Boolean.st	Thu May 20 14:35:23 2010 +0100
+++ b/Boolean.st	Wed Jun 16 21:12:05 2010 +0100
@@ -222,13 +222,14 @@
 !Boolean class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Boolean.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Boolean.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.40 2010/01/21 11:48:59 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.40 2010-01-21 11:48:59 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Boolean.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Boolean.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/ByteArray.st	Thu May 20 14:35:23 2010 +0100
+++ b/ByteArray.st	Wed Jun 16 21:12:05 2010 +0100
@@ -3005,14 +3005,15 @@
 !ByteArray class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ByteArray.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: ByteArray.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.201 2010/04/14 08:33:59 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.201 2010-04-14 08:33:59 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: ByteArray.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: ByteArray.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
+
--- a/CharacterArray.st	Thu May 20 14:35:23 2010 +0100
+++ b/CharacterArray.st	Wed Jun 16 21:12:05 2010 +0100
@@ -5821,17 +5821,18 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterArray.st 10523 2010-05-18 13:31:21Z vranyj1 $'
+    ^ '$Id: CharacterArray.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.433 2010/05/11 17:14:29 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.433 2010-05-11 17:14:29 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: CharacterArray.st 10523 2010-05-18 13:31:21Z vranyj1 $'
+    ^ '$Id: CharacterArray.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 CharacterArray initialize!
 
 
+
--- a/CharacterEncoder.st	Thu May 20 14:35:23 2010 +0100
+++ b/CharacterEncoder.st	Wed Jun 16 21:12:05 2010 +0100
@@ -1592,15 +1592,16 @@
 !CharacterEncoder class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoder.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: CharacterEncoder.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/CharacterEncoder.st,v 1.106 2009/12/11 16:54:00 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/CharacterEncoder.st,v 1.106 2009-12-11 16:54:00 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: CharacterEncoder.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: CharacterEncoder.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 CharacterEncoder initialize!
+
--- a/CharacterEncoderImplementations__ISO10646_to_UTF16BE.st	Thu May 20 14:35:23 2010 +0100
+++ b/CharacterEncoderImplementations__ISO10646_to_UTF16BE.st	Wed Jun 16 21:12:05 2010 +0100
@@ -264,13 +264,14 @@
 !ISO10646_to_UTF16BE class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__ISO10646_to_UTF16BE.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__ISO10646_to_UTF16BE.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Encoder_ISO10646_to_UTF16BE.st,v 1.3 2009/11/04 00:46:08 cg Exp §'
+    ^ '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 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__ISO10646_to_UTF16BE.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/CharacterEncoderImplementations__JIS0208_to_SJIS.st	Thu May 20 14:35:23 2010 +0100
+++ b/CharacterEncoderImplementations__JIS0208_to_SJIS.st	Wed Jun 16 21:12:05 2010 +0100
@@ -339,13 +339,14 @@
 !JIS0208_to_SJIS class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__JIS0208_to_SJIS.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__JIS0208_to_SJIS.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Encoder_SJIS.st,v 1.12 2009/11/05 16:26:27 stefan Exp §'
+    ^ '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 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__JIS0208_to_SJIS.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/CharacterEncoderImplementations__SingleByteEncoder.st	Thu May 20 14:35:23 2010 +0100
+++ b/CharacterEncoderImplementations__SingleByteEncoder.st	Wed Jun 16 21:12:05 2010 +0100
@@ -73,13 +73,14 @@
 !SingleByteEncoder class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__SingleByteEncoder.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__SingleByteEncoder.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Encoder_SingleByteEncoder.st,v 1.9 2009/12/11 16:54:15 cg Exp §'
+    ^ '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 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__SingleByteEncoder.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/CharacterEncoderImplementations__TwoByteEncoder.st	Thu May 20 14:35:23 2010 +0100
+++ b/CharacterEncoderImplementations__TwoByteEncoder.st	Wed Jun 16 21:12:05 2010 +0100
@@ -79,13 +79,14 @@
 !TwoByteEncoder class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__TwoByteEncoder.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__TwoByteEncoder.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Encoder_TwoByteEncoder.st,v 1.6 2009/11/04 00:47:35 cg Exp §'
+    ^ '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 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__TwoByteEncoder.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/CharacterWriteStream.st	Thu May 20 14:35:23 2010 +0100
+++ b/CharacterWriteStream.st	Wed Jun 16 21:12:05 2010 +0100
@@ -240,13 +240,14 @@
 !CharacterWriteStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterWriteStream.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: CharacterWriteStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/CharacterWriteStream.st,v 1.9 2009/10/05 09:20:25 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/CharacterWriteStream.st,v 1.9 2009-10-05 09:20:25 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: CharacterWriteStream.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: CharacterWriteStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/Class.st	Thu May 20 14:35:23 2010 +0100
+++ b/Class.st	Wed Jun 16 21:12:05 2010 +0100
@@ -5074,14 +5074,15 @@
 !Class class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Class.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: Class.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Class.st,v 1.573 2010/04/30 09:56:51 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Class.st,v 1.573 2010-04-30 09:56:51 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: Class.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: Class.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
+
--- a/ClassBuildError.st	Thu May 20 14:35:23 2010 +0100
+++ b/ClassBuildError.st	Wed Jun 16 21:12:05 2010 +0100
@@ -37,13 +37,14 @@
 !ClassBuildError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ClassBuildError.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ClassBuildError.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ClassBuildError.st,v 1.2 2009/09/29 19:32:30 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ClassBuildError.st,v 1.2 2009-09-29 19:32:30 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: ClassBuildError.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ClassBuildError.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/ClassBuilder.st	Thu May 20 14:35:23 2010 +0100
+++ b/ClassBuilder.st	Wed Jun 16 21:12:05 2010 +0100
@@ -2220,14 +2220,15 @@
 !ClassBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ClassBuilder.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: ClassBuilder.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ClassBuilder.st,v 1.93 2010/04/26 22:03:53 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ClassBuilder.st,v 1.93 2010-04-26 22:03:53 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: ClassBuilder.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: ClassBuilder.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
+
--- a/ClassDescription.st	Thu May 20 14:35:23 2010 +0100
+++ b/ClassDescription.st	Wed Jun 16 21:12:05 2010 +0100
@@ -4104,18 +4104,19 @@
 !ClassDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ClassDescription.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: ClassDescription.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.214 2010/04/19 16:46:03 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.214 2010-04-19 16:46:03 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: ClassDescription.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: ClassDescription.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 ClassDescription initialize!
 ClassDescription::MethodRedefinitionNotification initialize!
 ClassDescription::ClassRedefinitionNotification initialize!
 
+
--- a/Collection.st	Thu May 20 14:35:23 2010 +0100
+++ b/Collection.st	Wed Jun 16 21:12:05 2010 +0100
@@ -3642,15 +3642,16 @@
 !Collection class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Collection.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Collection.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Collection.st,v 1.241 2010/01/29 16:41:43 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Collection.st,v 1.241 2010-01-29 16:41:43 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Collection.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Collection.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Collection initialize!
+
--- a/CompiledCode.st	Thu May 20 14:35:23 2010 +0100
+++ b/CompiledCode.st	Wed Jun 16 21:12:05 2010 +0100
@@ -1801,13 +1801,14 @@
 !CompiledCode class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CompiledCode.st 10487 2009-12-27 19:02:18Z vranyj1 $'
+    ^ '$Id: CompiledCode.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.108 2009/10/06 14:59:40 fm Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.108 2009-10-06 14:59:40 fm Exp §'
 !
 
 version_SVN
-    ^ '$Id: CompiledCode.st 10487 2009-12-27 19:02:18Z vranyj1 $'
+    ^ '$Id: CompiledCode.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/Context.st	Thu May 20 14:35:23 2010 +0100
+++ b/Context.st	Wed Jun 16 21:12:05 2010 +0100
@@ -2390,17 +2390,18 @@
 !Context class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Context.st 10510 2010-04-08 17:25:02Z vranyj1 $'
+    ^ '$Id: Context.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Context.st,v 1.157 2010/04/07 17:36:33 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Context.st,v 1.157 2010-04-07 17:36:33 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Context.st 10510 2010-04-08 17:25:02Z vranyj1 $'
+    ^ '$Id: Context.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Context initialize!
 
 
+
--- a/Date.st	Thu May 20 14:35:23 2010 +0100
+++ b/Date.st	Wed Jun 16 21:12:05 2010 +0100
@@ -583,10 +583,10 @@
      Date readFrom:'30.01' printFormat:'%d %m' onError:'fail'     
 
      Date readFrom:'3-3-1995' printFormat:'%d %m %y' language: #de onError:'fail'          
-     Date readFrom:'3-Mrz-1995' printFormat:'%d %monthName %y' language: #de onError:'fail'          
-     Date readFrom:'3-mr-1995' printFormat:'%d %shortMonthName %y' language: #de onError:'fail'   
-     Date readFrom:'3/mr/1995' printFormat:'%d %shortMonthName %y' language: #de onError:'fail'  
-     Date readFrom:'3/mr/1995' printFormat:'%d-%shortMonthName-%y' language: #de onError:'fail'          
+     Date readFrom:'3-Mrz-1995' printFormat:'%d %monthName %y' language: #de onError:'fail'          
+     Date readFrom:'3-mr-1995' printFormat:'%d %shortMonthName %y' language: #de onError:'fail'   
+     Date readFrom:'3/mr/1995' printFormat:'%d %shortMonthName %y' language: #de onError:'fail'  
+     Date readFrom:'3/mr/1995' printFormat:'%d-%shortMonthName-%y' language: #de onError:'fail'          
      Date readFrom:'3-dez-1995' printFormat:'%d %shortMonthName %y' language: #de onError:'fail'          
      Date readFrom:'3-Dez-1995' printFormat:'%d %shortMonthName %y' language: #de onError:'fail'          
      Date readFrom:'3-Dezember-1995' printFormat:'%d %monthName %y' language: #de onError:'fail'          
@@ -3014,15 +3014,16 @@
 !Date class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Date.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Date.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Date.st,v 1.135 2010/03/26 14:26:26 fm Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Date.st,v 1.135 2010-03-26 14:26:26 fm Exp §'
 !
 
 version_SVN
-    ^ '$Id: Date.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Date.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Date initialize!
+
--- a/Dictionary.st	Thu May 20 14:35:23 2010 +0100
+++ b/Dictionary.st	Wed Jun 16 21:12:05 2010 +0100
@@ -2055,15 +2055,16 @@
 !Dictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Dictionary.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Dictionary.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Dictionary.st,v 1.101 2010/02/26 10:48:56 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Dictionary.st,v 1.101 2010-02-26 10:48:56 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Dictionary.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Dictionary.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Dictionary initialize!
+
--- a/DirectoryStream.st	Thu May 20 14:35:23 2010 +0100
+++ b/DirectoryStream.st	Wed Jun 16 21:12:05 2010 +0100
@@ -795,14 +795,15 @@
 !DirectoryStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: DirectoryStream.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: DirectoryStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/DirectoryStream.st,v 1.74 2010/04/30 16:48:14 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/DirectoryStream.st,v 1.74 2010-04-30 16:48:14 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: DirectoryStream.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: DirectoryStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
+
--- a/EncodedStream.st	Thu May 20 14:35:23 2010 +0100
+++ b/EncodedStream.st	Wed Jun 16 21:12:05 2010 +0100
@@ -258,13 +258,14 @@
 !EncodedStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: EncodedStream.st 10503 2010-02-25 22:58:21Z vranyj1 $'
+    ^ '$Id: EncodedStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/EncodedStream.st,v 1.18 2010/02/04 16:11:51 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/EncodedStream.st,v 1.18 2010-02-04 16:11:51 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: EncodedStream.st 10503 2010-02-25 22:58:21Z vranyj1 $'
+    ^ '$Id: EncodedStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/Error.st	Thu May 20 14:35:23 2010 +0100
+++ b/Error.st	Wed Jun 16 21:12:05 2010 +0100
@@ -85,15 +85,16 @@
 !Error class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Error.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Error.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Error.st,v 1.10 2009/10/01 13:44:07 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Error.st,v 1.10 2009-10-01 13:44:07 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Error.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Error.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Error initialize!
+
--- a/ExecutableFunction.st	Thu May 20 14:35:23 2010 +0100
+++ b/ExecutableFunction.st	Wed Jun 16 21:12:05 2010 +0100
@@ -413,14 +413,15 @@
 !ExecutableFunction class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ExecutableFunction.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: ExecutableFunction.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_SVN
-    ^ '$Id: ExecutableFunction.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: ExecutableFunction.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.56 2010/04/27 10:26:12 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.56 2010-04-27 10:26:12 cg Exp §'
 ! !
 
+
--- a/ExternalAddress.st	Thu May 20 14:35:23 2010 +0100
+++ b/ExternalAddress.st	Wed Jun 16 21:12:05 2010 +0100
@@ -304,14 +304,15 @@
 !ExternalAddress class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ExternalAddress.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: ExternalAddress.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ExternalAddress.st,v 1.25 2010/04/08 11:57:19 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ExternalAddress.st,v 1.25 2010-04-08 11:57:19 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: ExternalAddress.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: ExternalAddress.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
+
--- a/ExternalBytes.st	Thu May 20 14:35:23 2010 +0100
+++ b/ExternalBytes.st	Wed Jun 16 21:12:05 2010 +0100
@@ -1279,16 +1279,17 @@
 !ExternalBytes class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ExternalBytes.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: ExternalBytes.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ExternalBytes.st,v 1.78 2010/04/08 11:57:17 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ExternalBytes.st,v 1.78 2010-04-08 11:57:17 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: ExternalBytes.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: ExternalBytes.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 ExternalBytes initialize!
 
+
--- a/ExternalFunction.st	Thu May 20 14:35:23 2010 +0100
+++ b/ExternalFunction.st	Wed Jun 16 21:12:05 2010 +0100
@@ -972,15 +972,16 @@
 !ExternalFunction class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ExternalFunction.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ExternalFunction.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ExternalFunction.st,v 1.27 2009/11/05 16:26:28 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ExternalFunction.st,v 1.27 2009-11-05 16:26:28 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: ExternalFunction.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ExternalFunction.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 ExternalFunction initialize!
+
--- a/ExternalFunctionCallback.st	Thu May 20 14:35:23 2010 +0100
+++ b/ExternalFunctionCallback.st	Wed Jun 16 21:12:05 2010 +0100
@@ -829,13 +829,14 @@
 !ExternalFunctionCallback class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ExternalFunctionCallback.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ExternalFunctionCallback.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ExternalFunctionCallback.st,v 1.15 2009/11/05 16:25:17 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ExternalFunctionCallback.st,v 1.15 2009-11-05 16:25:17 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: ExternalFunctionCallback.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ExternalFunctionCallback.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/ExternalLibrary.st	Thu May 20 14:35:23 2010 +0100
+++ b/ExternalLibrary.st	Wed Jun 16 21:12:05 2010 +0100
@@ -43,9 +43,10 @@
 !ExternalLibrary class methodsFor:'documentation'!
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ExternalLibrary.st,v 1.2 2010/02/01 11:29:17 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ExternalLibrary.st,v 1.2 2010-02-01 11:29:17 cg Exp §'
 !
 
 version_SVN
     ^ '$Id$'
 ! !
+
--- a/ExternalLibraryFunction.st	Thu May 20 14:35:23 2010 +0100
+++ b/ExternalLibraryFunction.st	Wed Jun 16 21:12:05 2010 +0100
@@ -1485,15 +1485,16 @@
 !ExternalLibraryFunction class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ExternalLibraryFunction.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ExternalLibraryFunction.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ExternalLibraryFunction.st,v 1.78 2010/02/02 15:44:48 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ExternalLibraryFunction.st,v 1.78 2010-02-02 15:44:48 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: ExternalLibraryFunction.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ExternalLibraryFunction.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 ExternalLibraryFunction initialize!
+
--- a/ExternalStream.st	Thu May 20 14:35:23 2010 +0100
+++ b/ExternalStream.st	Wed Jun 16 21:12:05 2010 +0100
@@ -5691,16 +5691,17 @@
 !ExternalStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ExternalStream.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: ExternalStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.341 2010/04/12 19:27:17 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.341 2010-04-12 19:27:17 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: ExternalStream.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: ExternalStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 ExternalStream initialize!
 
+
--- a/FileDirectory.st	Thu May 20 14:35:23 2010 +0100
+++ b/FileDirectory.st	Wed Jun 16 21:12:05 2010 +0100
@@ -794,13 +794,14 @@
 !FileDirectory class methodsFor:'documentation'!
 
 version
-    ^ '$Id: FileDirectory.st 10480 2009-12-02 21:30:55Z vranyj1 $'
+    ^ '$Id: FileDirectory.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/FileDirectory.st,v 1.49 2009/10/26 15:24:34 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/FileDirectory.st,v 1.49 2009-10-26 15:24:34 cg Exp §'
 ! !
 
 FileDirectory initialize!
 
 
+
--- a/FileStream.st	Thu May 20 14:35:23 2010 +0100
+++ b/FileStream.st	Wed Jun 16 21:12:05 2010 +0100
@@ -1693,15 +1693,16 @@
 !FileStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: FileStream.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: FileStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.142 2010/02/09 14:23:17 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.142 2010-02-09 14:23:17 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: FileStream.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: FileStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 FileStream initialize!
+
--- a/Filename.st	Thu May 20 14:35:23 2010 +0100
+++ b/Filename.st	Wed Jun 16 21:12:05 2010 +0100
@@ -5775,17 +5775,18 @@
 !Filename class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Filename.st 10523 2010-05-18 13:31:21Z vranyj1 $'
+    ^ '$Id: Filename.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Filename.st,v 1.351 2010/05/07 12:06:04 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Filename.st,v 1.351 2010-05-07 12:06:04 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Filename.st 10523 2010-05-18 13:31:21Z vranyj1 $'
+    ^ '$Id: Filename.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Filename initialize!
 
 
+
--- a/FixedPoint.st	Thu May 20 14:35:23 2010 +0100
+++ b/FixedPoint.st	Wed Jun 16 21:12:05 2010 +0100
@@ -1354,13 +1354,14 @@
 !FixedPoint class methodsFor:'documentation'!
 
 version
-    ^ '$Id: FixedPoint.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: FixedPoint.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/FixedPoint.st,v 1.44 2010/02/10 17:46:09 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/FixedPoint.st,v 1.44 2010-02-10 17:46:09 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: FixedPoint.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: FixedPoint.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/Float.st	Thu May 20 14:35:23 2010 +0100
+++ b/Float.st	Wed Jun 16 21:12:05 2010 +0100
@@ -2733,16 +2733,17 @@
 !Float class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Float.st 10523 2010-05-18 13:31:21Z vranyj1 $'
+    ^ '$Id: Float.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Float.st,v 1.175 2010/05/05 14:06:04 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Float.st,v 1.175 2010-05-05 14:06:04 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: Float.st 10523 2010-05-18 13:31:21Z vranyj1 $'
+    ^ '$Id: Float.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Float initialize!
 
+
--- a/FloatArray.st	Thu May 20 14:35:23 2010 +0100
+++ b/FloatArray.st	Wed Jun 16 21:12:05 2010 +0100
@@ -992,13 +992,14 @@
 !FloatArray class methodsFor:'documentation'!
 
 version
-    ^ '$Id: FloatArray.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: FloatArray.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/FloatArray.st,v 1.26 2009/12/01 22:11:19 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/FloatArray.st,v 1.26 2009-12-01 22:11:19 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: FloatArray.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: FloatArray.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/GenericException.st	Thu May 20 14:35:23 2010 +0100
+++ b/GenericException.st	Wed Jun 16 21:12:05 2010 +0100
@@ -2133,15 +2133,16 @@
 !GenericException class methodsFor:'documentation'!
 
 version
-    ^ '$Id: GenericException.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: GenericException.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.124 2009/12/01 20:03:39 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.124 2009-12-01 20:03:39 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: GenericException.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: GenericException.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 GenericException initialize!
+
--- a/HashStream.st	Thu May 20 14:35:23 2010 +0100
+++ b/HashStream.st	Wed Jun 16 21:12:05 2010 +0100
@@ -327,13 +327,14 @@
 !HashStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: HashStream.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: HashStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/HashStream.st,v 1.13 2010/03/04 14:34:21 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/HashStream.st,v 1.13 2010-03-04 14:34:21 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: HashStream.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: HashStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/ImmutableArray.st	Thu May 20 14:35:23 2010 +0100
+++ b/ImmutableArray.st	Wed Jun 16 21:12:05 2010 +0100
@@ -223,9 +223,10 @@
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ImmutableArray.st,v 1.28 2009/11/16 08:59:40 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ImmutableArray.st,v 1.28 2009-11-16 08:59:40 stefan Exp §'
 !
 
 version_SVN
     ^ '$Id$'
 ! !
+
--- a/ImmutableByteArray.st	Thu May 20 14:35:23 2010 +0100
+++ b/ImmutableByteArray.st	Wed Jun 16 21:12:05 2010 +0100
@@ -237,9 +237,10 @@
 !ImmutableByteArray class methodsFor:'documentation'!
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ImmutableByteArray.st,v 1.7 2009/11/16 08:59:40 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ImmutableByteArray.st,v 1.7 2009-11-16 08:59:40 stefan Exp §'
 !
 
 version_SVN
     ^ '$Id$'
 ! !
+
--- a/ImmutableString.st	Thu May 20 14:35:23 2010 +0100
+++ b/ImmutableString.st	Wed Jun 16 21:12:05 2010 +0100
@@ -232,9 +232,10 @@
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ImmutableString.st,v 1.9 2009/11/16 08:59:40 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ImmutableString.st,v 1.9 2009-11-16 08:59:40 stefan Exp §'
 !
 
 version_SVN
     ^ '$Id$'
 ! !
+
--- a/Infinity.st	Thu May 20 14:35:23 2010 +0100
+++ b/Infinity.st	Wed Jun 16 21:12:05 2010 +0100
@@ -425,15 +425,16 @@
 !Infinity class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Infinity.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Infinity.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Infinity.st,v 1.13 2009/10/12 19:34:30 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Infinity.st,v 1.13 2009-10-12 19:34:30 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Infinity.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Infinity.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Infinity initialize!
+
--- a/Integer.st	Thu May 20 14:35:23 2010 +0100
+++ b/Integer.st	Wed Jun 16 21:12:05 2010 +0100
@@ -4699,16 +4699,17 @@
 !Integer class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Integer.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: Integer.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Integer.st,v 1.246 2010/04/13 16:11:42 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Integer.st,v 1.246 2010-04-13 16:11:42 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Integer.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: Integer.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Integer initialize!
 
+
--- a/KeyedCollection.st	Thu May 20 14:35:23 2010 +0100
+++ b/KeyedCollection.st	Wed Jun 16 21:12:05 2010 +0100
@@ -208,13 +208,14 @@
 !KeyedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Id: KeyedCollection.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: KeyedCollection.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/KeyedCollection.st,v 1.7 2010/01/29 16:42:18 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/KeyedCollection.st,v 1.7 2010-01-29 16:42:18 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: KeyedCollection.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: KeyedCollection.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/LargeInteger.st	Thu May 20 14:35:23 2010 +0100
+++ b/LargeInteger.st	Wed Jun 16 21:12:05 2010 +0100
@@ -5139,14 +5139,15 @@
 !LargeInteger class methodsFor:'documentation'!
 
 version
-    ^ '$Id: LargeInteger.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: LargeInteger.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/LargeInteger.st,v 1.201 2010/04/14 08:00:14 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/LargeInteger.st,v 1.201 2010-04-14 08:00:14 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: LargeInteger.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: LargeInteger.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
+
--- a/LibraryDefinition.st	Thu May 20 14:35:23 2010 +0100
+++ b/LibraryDefinition.st	Wed Jun 16 21:12:05 2010 +0100
@@ -682,13 +682,14 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Id: LibraryDefinition.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: LibraryDefinition.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.98 2010/03/08 12:00:07 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.98 2010-03-08 12:00:07 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: LibraryDefinition.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: LibraryDefinition.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/LimitedPrecisionReal.st	Thu May 20 14:35:23 2010 +0100
+++ b/LimitedPrecisionReal.st	Wed Jun 16 21:12:05 2010 +0100
@@ -1197,15 +1197,16 @@
 !LimitedPrecisionReal class methodsFor:'documentation'!
 
 version
-    ^ '$Id: LimitedPrecisionReal.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: LimitedPrecisionReal.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/LimitedPrecisionReal.st,v 1.72 2010/03/06 11:27:34 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/LimitedPrecisionReal.st,v 1.72 2010-03-06 11:27:34 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: LimitedPrecisionReal.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: LimitedPrecisionReal.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 LimitedPrecisionReal initialize!
+
--- a/LongFloat.st	Thu May 20 14:35:23 2010 +0100
+++ b/LongFloat.st	Wed Jun 16 21:12:05 2010 +0100
@@ -2537,16 +2537,17 @@
 !LongFloat class methodsFor:'documentation'!
 
 version
-    ^ '$Id: LongFloat.st 10523 2010-05-18 13:31:21Z vranyj1 $'
+    ^ '$Id: LongFloat.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/LongFloat.st,v 1.67 2010/05/05 13:56:53 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/LongFloat.st,v 1.67 2010-05-05 13:56:53 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: LongFloat.st 10523 2010-05-18 13:31:21Z vranyj1 $'
+    ^ '$Id: LongFloat.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 LongFloat initialize!
 
+
--- a/MD5Stream.st	Thu May 20 14:35:23 2010 +0100
+++ b/MD5Stream.st	Wed Jun 16 21:12:05 2010 +0100
@@ -452,15 +452,16 @@
 !MD5Stream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: MD5Stream.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: MD5Stream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/MD5Stream.st,v 1.13 2010/03/04 20:55:03 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/MD5Stream.st,v 1.13 2010-03-04 20:55:03 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: MD5Stream.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: MD5Stream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 MD5Stream initialize!
+
--- a/Make.proto	Thu May 20 14:35:23 2010 +0100
+++ b/Make.proto	Wed Jun 16 21:12:05 2010 +0100
@@ -1,4 +1,4 @@
-# $Header$
+# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.230 2010-04-27 08:10:23 stefan Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libbasic.
@@ -380,10 +380,10 @@
 $(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)CmdLineParserTest.$(O) CmdLineParserTest.$(H): CmdLineParserTest.st $(STCHDR)
 $(OUTDIR)UnixFileDescriptorHandle.$(O) UnixFileDescriptorHandle.$(H): UnixFileDescriptorHandle.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)UnixFileHandle.$(O) UnixFileHandle.$(H): UnixFileHandle.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)UnixOperatingSystem.$(O) UnixOperatingSystem.$(H): UnixOperatingSystem.st $(INCLUDE_TOP)/stx/libbasic/AbstractOperatingSystem.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/OSFileHandle.$(H) $(INCLUDE_TOP)/stx/libbasic/OSHandle.$(H) $(INCLUDE_TOP)/stx/libbasic/ExternalAddress.$(H) $(STCHDR)
 
 # ENDMAKEDEPEND --- do not remove this line
 
+
--- a/Make.spec	Thu May 20 14:35:23 2010 +0100
+++ b/Make.spec	Wed Jun 16 21:12:05 2010 +0100
@@ -1,4 +1,4 @@
-# $Header$
+# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.107 2010-04-27 08:10:27 stefan Exp $
 #
 # DO NOT EDIT 
 # automagically generated from the projectDefinition: stx_libbasic.
@@ -650,3 +650,4 @@
 
 
 
+
--- a/Metaclass.st	Thu May 20 14:35:23 2010 +0100
+++ b/Metaclass.st	Wed Jun 16 21:12:05 2010 +0100
@@ -889,15 +889,16 @@
 !Metaclass class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Metaclass.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Metaclass.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Metaclass.st,v 1.208 2010/04/03 10:46:40 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Metaclass.st,v 1.208 2010-04-03 10:46:40 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Metaclass.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Metaclass.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Metaclass initialize!
+
--- a/Method.st	Thu May 20 14:35:23 2010 +0100
+++ b/Method.st	Wed Jun 16 21:12:05 2010 +0100
@@ -3179,15 +3179,16 @@
 !Method class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Method.st 10524 2010-05-20 13:35:23Z vranyj1 $'
+    ^ '$Id: Method.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Method.st,v 1.350 2010/05/04 15:49:48 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Method.st,v 1.350 2010-05-04 15:49:48 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Method.st 10524 2010-05-20 13:35:23Z vranyj1 $'
+    ^ '$Id: Method.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Method initialize!
+
--- a/NameSpace.st	Thu May 20 14:35:23 2010 +0100
+++ b/NameSpace.st	Wed Jun 16 21:12:05 2010 +0100
@@ -678,13 +678,14 @@
 !NameSpace class methodsFor:'documentation'!
 
 version
-    ^ '$Id: NameSpace.st 10524 2010-05-20 13:35:23Z vranyj1 $'
+    ^ '$Id: NameSpace.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/NameSpace.st,v 1.69 2009/12/03 10:42:57 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/NameSpace.st,v 1.69 2009-12-03 10:42:57 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: NameSpace.st 10524 2010-05-20 13:35:23Z vranyj1 $'
+    ^ '$Id: NameSpace.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/NoHandlerError.st	Thu May 20 14:35:23 2010 +0100
+++ b/NoHandlerError.st	Wed Jun 16 21:12:05 2010 +0100
@@ -560,15 +560,16 @@
 !NoHandlerError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: NoHandlerError.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: NoHandlerError.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/NoHandlerError.st,v 1.19 2010/03/13 10:31:25 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/NoHandlerError.st,v 1.19 2010-03-13 10:31:25 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: NoHandlerError.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: NoHandlerError.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 NoHandlerError initialize!
+
--- a/NoModificationError.st	Thu May 20 14:35:23 2010 +0100
+++ b/NoModificationError.st	Wed Jun 16 21:12:05 2010 +0100
@@ -50,7 +50,7 @@
 !NoModificationError class methodsFor:'documentation'!
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/NoModificationError.st,v 1.2 2009/11/05 22:42:42 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/NoModificationError.st,v 1.2 2009-11-05 22:42:42 cg Exp §'
 !
 
 version_SVN
@@ -58,3 +58,4 @@
 ! !
 
 NoModificationError initialize!
+
--- a/NonPositionableExternalStream.st	Thu May 20 14:35:23 2010 +0100
+++ b/NonPositionableExternalStream.st	Wed Jun 16 21:12:05 2010 +0100
@@ -560,13 +560,14 @@
 !NonPositionableExternalStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: NonPositionableExternalStream.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: NonPositionableExternalStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/NonPositionableExternalStream.st,v 1.61 2010/03/04 15:11:43 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/NonPositionableExternalStream.st,v 1.61 2010-03-04 15:11:43 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: NonPositionableExternalStream.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: NonPositionableExternalStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/Notification.st	Thu May 20 14:35:23 2010 +0100
+++ b/Notification.st	Wed Jun 16 21:12:05 2010 +0100
@@ -338,15 +338,16 @@
 !Notification class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Notification.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Notification.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Notification.st,v 1.25 2009/10/14 17:34:24 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Notification.st,v 1.25 2009-10-14 17:34:24 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Notification.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Notification.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Notification initialize!
+
--- a/Number.st	Thu May 20 14:35:23 2010 +0100
+++ b/Number.st	Wed Jun 16 21:12:05 2010 +0100
@@ -2248,13 +2248,14 @@
 !Number class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Number.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Number.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Number.st,v 1.132 2010/03/06 11:29:09 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Number.st,v 1.132 2010-03-06 11:29:09 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Number.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Number.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/OSErrorHolder.st	Thu May 20 14:35:23 2010 +0100
+++ b/OSErrorHolder.st	Wed Jun 16 21:12:05 2010 +0100
@@ -406,15 +406,16 @@
 !OSErrorHolder class methodsFor:'documentation'!
 
 version
-    ^ '$Id: OSErrorHolder.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: OSErrorHolder.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/OSErrorHolder.st,v 1.17 2009/10/06 08:31:33 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/OSErrorHolder.st,v 1.17 2009-10-06 08:31:33 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: OSErrorHolder.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: OSErrorHolder.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 OSErrorHolder initialize!
+
--- a/OSProcess.st	Thu May 20 14:35:23 2010 +0100
+++ b/OSProcess.st	Wed Jun 16 21:12:05 2010 +0100
@@ -146,9 +146,10 @@
 !OSProcess class methodsFor:'documentation'!
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/OSProcess.st,v 1.1 2010/04/27 08:07:00 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/OSProcess.st,v 1.1 2010-04-27 08:07:00 stefan Exp §'
 !
 
 version_SVN
     ^ '$Id$'
 ! !
+
--- a/Object.st	Thu May 20 14:35:23 2010 +0100
+++ b/Object.st	Wed Jun 16 21:12:05 2010 +0100
@@ -9283,15 +9283,16 @@
 !Object class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Object.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Object.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Object.st,v 1.650 2010/04/07 14:33:48 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Object.st,v 1.650 2010-04-07 14:33:48 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Object.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Object.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Object initialize!
+
--- a/ObjectMemory.st	Thu May 20 14:35:23 2010 +0100
+++ b/ObjectMemory.st	Wed Jun 16 21:12:05 2010 +0100
@@ -5353,16 +5353,17 @@
 !ObjectMemory class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ObjectMemory.st 10523 2010-05-18 13:31:21Z vranyj1 $'
+    ^ '$Id: ObjectMemory.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ObjectMemory.st,v 1.249 2010/05/11 10:31:43 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ObjectMemory.st,v 1.249 2010-05-11 10:31:43 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: ObjectMemory.st 10523 2010-05-18 13:31:21Z vranyj1 $'
+    ^ '$Id: ObjectMemory.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 ObjectMemory initialize!
 
+
--- a/PCFilename.st	Thu May 20 14:35:23 2010 +0100
+++ b/PCFilename.st	Wed Jun 16 21:12:05 2010 +0100
@@ -879,12 +879,13 @@
 !PCFilename class methodsFor:'documentation'!
 
 version
-    ^ '$Id: PCFilename.st 10508 2010-03-21 19:37:43Z vranyj1 $'
+    ^ '$Id: PCFilename.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/PCFilename.st,v 1.50 2010/03/09 12:09:53 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/PCFilename.st,v 1.50 2010-03-09 12:09:53 cg Exp §'
 ! !
 
 
 
+
--- a/PackageId.st	Thu May 20 14:35:23 2010 +0100
+++ b/PackageId.st	Wed Jun 16 21:12:05 2010 +0100
@@ -279,13 +279,14 @@
 !PackageId class methodsFor:'documentation'!
 
 version
-    ^ '$Id: PackageId.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: PackageId.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/PackageId.st,v 1.16 2009/10/22 15:43:27 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/PackageId.st,v 1.16 2009-10-22 15:43:27 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: PackageId.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: PackageId.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/PeekableStream.st	Thu May 20 14:35:23 2010 +0100
+++ b/PeekableStream.st	Wed Jun 16 21:12:05 2010 +0100
@@ -1026,15 +1026,16 @@
 !PeekableStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: PeekableStream.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: PeekableStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/PeekableStream.st,v 1.39 2010/03/12 12:39:13 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/PeekableStream.st,v 1.39 2010-03-12 12:39:13 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: PeekableStream.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: PeekableStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 PeekableStream initialize!
+
--- a/PipeStream.st	Thu May 20 14:35:23 2010 +0100
+++ b/PipeStream.st	Wed Jun 16 21:12:05 2010 +0100
@@ -215,7 +215,7 @@
 	|p|
 
 	p := PipeStream bidirectionalFor:'cat -u'.
-	p nextPutAll:'Wer ist der Brgermeister von Wesel'; cr.
+	p nextPutAll:'Wer ist der Brgermeister von Wesel'; cr.
 	Transcript showCR:p nextLine.
 	p close
     "
@@ -796,15 +796,16 @@
 !PipeStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: PipeStream.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: PipeStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/PipeStream.st,v 1.111 2010/02/09 18:01:01 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/PipeStream.st,v 1.111 2010-02-09 18:01:01 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: PipeStream.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: PipeStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 PipeStream initialize!
+
--- a/PluginSupport.st	Thu May 20 14:35:23 2010 +0100
+++ b/PluginSupport.st	Wed Jun 16 21:12:05 2010 +0100
@@ -184,13 +184,14 @@
 !PluginSupport class methodsFor:'documentation'!
 
 version
-    ^ '$Id: PluginSupport.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: PluginSupport.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/PluginSupport.st,v 1.13 2010/02/01 18:20:21 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/PluginSupport.st,v 1.13 2010-02-01 18:20:21 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: PluginSupport.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: PluginSupport.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/Process.st	Thu May 20 14:35:23 2010 +0100
+++ b/Process.st	Wed Jun 16 21:12:05 2010 +0100
@@ -2043,15 +2043,16 @@
 !Process class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Process.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Process.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Process.st,v 1.170 2010/03/06 13:45:45 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Process.st,v 1.170 2010-03-06 13:45:45 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: Process.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Process.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Process initialize!
+
--- a/ProcessorScheduler.st	Thu May 20 14:35:23 2010 +0100
+++ b/ProcessorScheduler.st	Wed Jun 16 21:12:05 2010 +0100
@@ -3377,15 +3377,16 @@
 !ProcessorScheduler class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ProcessorScheduler.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ProcessorScheduler.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.253 2010/02/09 19:05:37 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.253 2010-02-09 19:05:37 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: ProcessorScheduler.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ProcessorScheduler.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 ProcessorScheduler initialize!
+
--- a/ProgrammingLanguage.st	Thu May 20 14:35:23 2010 +0100
+++ b/ProgrammingLanguage.st	Wed Jun 16 21:12:05 2010 +0100
@@ -396,15 +396,16 @@
 !ProgrammingLanguage class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ProgrammingLanguage.st 10524 2010-05-20 13:35:23Z vranyj1 $'
+    ^ '$Id: ProgrammingLanguage.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ProgrammingLanguage.st,v 1.10 2009/12/04 11:21:32 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ProgrammingLanguage.st,v 1.10 2009-12-04 11:21:32 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: ProgrammingLanguage.st 10524 2010-05-20 13:35:23Z vranyj1 $'
+    ^ '$Id: ProgrammingLanguage.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 ProgrammingLanguage initialize!
+
--- a/Project.st	Thu May 20 14:35:23 2010 +0100
+++ b/Project.st	Wed Jun 16 21:12:05 2010 +0100
@@ -1617,15 +1617,16 @@
 !Project class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Project.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Project.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Project.st,v 1.208 2009/10/27 09:00:33 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Project.st,v 1.208 2009-10-27 09:00:33 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Project.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Project.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Project initialize!
+
--- a/ProjectDefinition.st	Thu May 20 14:35:23 2010 +0100
+++ b/ProjectDefinition.st	Wed Jun 16 21:12:05 2010 +0100
@@ -5378,15 +5378,15 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ProjectDefinition.st 10523 2010-05-18 13:31:21Z vranyj1 $'
+    ^ '$Id: ProjectDefinition.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.313 2010/05/12 08:55:22 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.313 2010-05-12 08:55:22 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: ProjectDefinition.st 10523 2010-05-18 13:31:21Z vranyj1 $'
+    ^ '$Id: ProjectDefinition.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 ProjectDefinition initialize!
@@ -5395,3 +5395,4 @@
 
 
 
+
--- a/ProtoObject.st	Thu May 20 14:35:23 2010 +0100
+++ b/ProtoObject.st	Wed Jun 16 21:12:05 2010 +0100
@@ -183,13 +183,14 @@
 !ProtoObject class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ProtoObject.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ProtoObject.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ProtoObject.st,v 1.13 2009/12/01 19:59:38 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ProtoObject.st,v 1.13 2009-12-01 19:59:38 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: ProtoObject.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ProtoObject.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/PrototypeLookupAlgorithm.st	Thu May 20 14:35:23 2010 +0100
+++ b/PrototypeLookupAlgorithm.st	Wed Jun 16 21:12:05 2010 +0100
@@ -105,9 +105,10 @@
 !PrototypeLookupAlgorithm class methodsFor:'documentation'!
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/PrototypeLookupAlgorithm.st,v 1.3 2010/04/07 16:39:47 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/PrototypeLookupAlgorithm.st,v 1.3 2010-04-07 16:39:47 cg Exp §'
 !
 
 version_SVN
     ^ '$Id$'
 ! !
+
--- a/Query.st	Thu May 20 14:35:23 2010 +0100
+++ b/Query.st	Wed Jun 16 21:12:05 2010 +0100
@@ -272,15 +272,16 @@
 !Query class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Query.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Query.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Query.st,v 1.13 2009/10/01 13:44:05 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Query.st,v 1.13 2009-10-01 13:44:05 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Query.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Query.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Query initialize!
+
--- a/QuerySignal.st	Thu May 20 14:35:23 2010 +0100
+++ b/QuerySignal.st	Wed Jun 16 21:12:05 2010 +0100
@@ -504,13 +504,14 @@
 !QuerySignal class methodsFor:'documentation'!
 
 version
-    ^ '$Id: QuerySignal.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: QuerySignal.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/QuerySignal.st,v 1.44 2009/10/01 07:27:33 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/QuerySignal.st,v 1.44 2009-10-01 07:27:33 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: QuerySignal.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: QuerySignal.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/ReadStream.st	Thu May 20 14:35:23 2010 +0100
+++ b/ReadStream.st	Wed Jun 16 21:12:05 2010 +0100
@@ -828,13 +828,14 @@
 !ReadStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ReadStream.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ReadStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.64 2009/11/05 16:25:23 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.64 2009-11-05 16:25:23 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: ReadStream.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ReadStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/RecursionLock.st	Thu May 20 14:35:23 2010 +0100
+++ b/RecursionLock.st	Wed Jun 16 21:12:05 2010 +0100
@@ -310,13 +310,14 @@
 !RecursionLock class methodsFor:'documentation'!
 
 version
-    ^ '$Id: RecursionLock.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: RecursionLock.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/RecursionLock.st,v 1.35 2010/02/04 09:03:44 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/RecursionLock.st,v 1.35 2010-02-04 09:03:44 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: RecursionLock.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: RecursionLock.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/SHA1Stream.st	Thu May 20 14:35:23 2010 +0100
+++ b/SHA1Stream.st	Wed Jun 16 21:12:05 2010 +0100
@@ -682,16 +682,17 @@
 !SHA1Stream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SHA1Stream.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: SHA1Stream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/SHA1Stream.st,v 1.19 2010/04/13 14:36:36 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/SHA1Stream.st,v 1.19 2010-04-13 14:36:36 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: SHA1Stream.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: SHA1Stream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 SHA1Stream initialize!
 
+
--- a/Semaphore.st	Thu May 20 14:35:23 2010 +0100
+++ b/Semaphore.st	Wed Jun 16 21:12:05 2010 +0100
@@ -920,13 +920,14 @@
 !Semaphore class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Semaphore.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Semaphore.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Semaphore.st,v 1.83 2010/02/05 12:58:06 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Semaphore.st,v 1.83 2010-02-05 12:58:06 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Semaphore.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Semaphore.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/SemaphoreSet.st	Thu May 20 14:35:23 2010 +0100
+++ b/SemaphoreSet.st	Wed Jun 16 21:12:05 2010 +0100
@@ -306,13 +306,14 @@
 !SemaphoreSet class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SemaphoreSet.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: SemaphoreSet.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/SemaphoreSet.st,v 1.19 2010/02/05 12:58:13 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/SemaphoreSet.st,v 1.19 2010-02-05 12:58:13 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: SemaphoreSet.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: SemaphoreSet.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/SequenceableCollection.st	Thu May 20 14:35:23 2010 +0100
+++ b/SequenceableCollection.st	Wed Jun 16 21:12:05 2010 +0100
@@ -7762,16 +7762,17 @@
 !SequenceableCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SequenceableCollection.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: SequenceableCollection.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.295 2010/04/23 13:39:19 mb Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.295 2010-04-23 13:39:19 mb Exp §'
 !
 
 version_SVN
-    ^ '$Id: SequenceableCollection.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: SequenceableCollection.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 SequenceableCollection initialize!
 
+
--- a/Set.st	Thu May 20 14:35:23 2010 +0100
+++ b/Set.st	Wed Jun 16 21:12:05 2010 +0100
@@ -1156,15 +1156,16 @@
 !Set class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Set.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Set.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Set.st,v 1.105 2010/02/26 10:53:48 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Set.st,v 1.105 2010-02-26 10:53:48 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Set.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Set.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Set initialize!
+
--- a/SharedPool.st	Thu May 20 14:35:23 2010 +0100
+++ b/SharedPool.st	Wed Jun 16 21:12:05 2010 +0100
@@ -147,13 +147,14 @@
 !SharedPool class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SharedPool.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: SharedPool.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/SharedPool.st,v 1.8 2009/10/12 19:09:14 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/SharedPool.st,v 1.8 2009-10-12 19:09:14 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: SharedPool.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: SharedPool.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/ShortFloat.st	Thu May 20 14:35:23 2010 +0100
+++ b/ShortFloat.st	Wed Jun 16 21:12:05 2010 +0100
@@ -1724,14 +1724,15 @@
 !ShortFloat class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ShortFloat.st 10523 2010-05-18 13:31:21Z vranyj1 $'
+    ^ '$Id: ShortFloat.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ShortFloat.st,v 1.104 2010/05/05 13:56:55 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ShortFloat.st,v 1.104 2010-05-05 13:56:55 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: ShortFloat.st 10523 2010-05-18 13:31:21Z vranyj1 $'
+    ^ '$Id: ShortFloat.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
+
--- a/Signal.st	Thu May 20 14:35:23 2010 +0100
+++ b/Signal.st	Wed Jun 16 21:12:05 2010 +0100
@@ -982,13 +982,14 @@
 !Signal class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Signal.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Signal.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Signal.st,v 1.108 2009/10/01 07:38:26 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Signal.st,v 1.108 2009-10-01 07:38:26 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Signal.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Signal.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/SignalSet.st	Thu May 20 14:35:23 2010 +0100
+++ b/SignalSet.st	Wed Jun 16 21:12:05 2010 +0100
@@ -332,13 +332,14 @@
 !SignalSet class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SignalSet.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: SignalSet.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/SignalSet.st,v 1.45 2009/10/01 07:38:40 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/SignalSet.st,v 1.45 2009-10-01 07:38:40 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: SignalSet.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: SignalSet.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/SmallInteger.st	Thu May 20 14:35:23 2010 +0100
+++ b/SmallInteger.st	Wed Jun 16 21:12:05 2010 +0100
@@ -3917,14 +3917,15 @@
 !SmallInteger class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SmallInteger.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: SmallInteger.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.185 2010/04/13 18:58:23 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.185 2010-04-13 18:58:23 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: SmallInteger.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: SmallInteger.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
+
--- a/Smalltalk.st	Thu May 20 14:35:23 2010 +0100
+++ b/Smalltalk.st	Wed Jun 16 21:12:05 2010 +0100
@@ -7462,15 +7462,15 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Smalltalk.st 10523 2010-05-18 13:31:21Z vranyj1 $'
+    ^ '$Id: Smalltalk.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.936 2010/05/07 12:37:03 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.936 2010-05-07 12:37:03 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Smalltalk.st 10523 2010-05-18 13:31:21Z vranyj1 $'
+    ^ '$Id: Smalltalk.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 
@@ -7480,3 +7480,4 @@
 
 
 
+
--- a/SmalltalkChunkFileSourceReader.st	Thu May 20 14:35:23 2010 +0100
+++ b/SmalltalkChunkFileSourceReader.st	Wed Jun 16 21:12:05 2010 +0100
@@ -47,16 +47,17 @@
 !SmalltalkChunkFileSourceReader class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SmalltalkChunkFileSourceReader.st 10480 2009-12-02 21:30:55Z vranyj1 $'
+    ^ '$Id: SmalltalkChunkFileSourceReader.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/SmalltalkChunkFileSourceReader.st,v 1.5 2009/10/08 11:56:01 fm Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/SmalltalkChunkFileSourceReader.st,v 1.5 2009-10-08 11:56:01 fm Exp §'
 !
 
 version_SVN
-    ^ '$Id: SmalltalkChunkFileSourceReader.st 10480 2009-12-02 21:30:55Z vranyj1 $'
+    ^ '$Id: SmalltalkChunkFileSourceReader.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 
 
+
--- a/SmalltalkChunkFileSourceWriter.st	Thu May 20 14:35:23 2010 +0100
+++ b/SmalltalkChunkFileSourceWriter.st	Wed Jun 16 21:12:05 2010 +0100
@@ -502,13 +502,14 @@
 !SmalltalkChunkFileSourceWriter class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SmalltalkChunkFileSourceWriter.st 10502 2010-02-14 22:33:13Z vranyj1 $'
+    ^ '$Id: SmalltalkChunkFileSourceWriter.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/SmalltalkChunkFileSourceWriter.st,v 1.12 2009/10/02 14:30:07 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/SmalltalkChunkFileSourceWriter.st,v 1.12 2009-10-02 14:30:07 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: SmalltalkChunkFileSourceWriter.st 10502 2010-02-14 22:33:13Z vranyj1 $'
+    ^ '$Id: SmalltalkChunkFileSourceWriter.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/SmalltalkLanguage.st	Thu May 20 14:35:23 2010 +0100
+++ b/SmalltalkLanguage.st	Wed Jun 16 21:12:05 2010 +0100
@@ -211,13 +211,14 @@
 !SmalltalkLanguage class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SmalltalkLanguage.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: SmalltalkLanguage.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/SmalltalkLanguage.st,v 1.12 2009/11/12 13:53:17 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/SmalltalkLanguage.st,v 1.12 2009-11-12 13:53:17 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: SmalltalkLanguage.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: SmalltalkLanguage.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/StandaloneStartup.st	Thu May 20 14:35:23 2010 +0100
+++ b/StandaloneStartup.st	Wed Jun 16 21:12:05 2010 +0100
@@ -690,15 +690,16 @@
 !StandaloneStartup class methodsFor:'documentation'!
 
 version
-    ^ '$Id: StandaloneStartup.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: StandaloneStartup.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.41 2009/12/18 10:15:16 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.41 2009-12-18 10:15:16 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: StandaloneStartup.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: StandaloneStartup.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 StandaloneStartup initialize!
+
--- a/Stream.st	Thu May 20 14:35:23 2010 +0100
+++ b/Stream.st	Wed Jun 16 21:12:05 2010 +0100
@@ -1744,7 +1744,7 @@
     "
       (String streamContents:[:s| 
             s nextPutUtf8:$a.
-            s nextPutUtf8:$.
+            s nextPutUtf8:$.
             s nextPutUtf8: (Character value:16r1fff).
             s nextPutUtf8: (Character value:16rffff).
             s nextPutUtf8: (Character value:16r800).
@@ -3129,15 +3129,16 @@
 !Stream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Stream.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Stream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Stream.st,v 1.185 2009/12/17 15:52:07 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Stream.st,v 1.185 2009-12-17 15:52:07 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: Stream.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Stream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Stream initialize!
+
--- a/StreamError.st	Thu May 20 14:35:23 2010 +0100
+++ b/StreamError.st	Wed Jun 16 21:12:05 2010 +0100
@@ -53,13 +53,14 @@
 !StreamError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: StreamError.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: StreamError.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/StreamError.st,v 1.7 2010/02/04 11:42:34 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/StreamError.st,v 1.7 2010-02-04 11:42:34 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: StreamError.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: StreamError.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/String.st	Thu May 20 14:35:23 2010 +0100
+++ b/String.st	Wed Jun 16 21:12:05 2010 +0100
@@ -1094,7 +1094,7 @@
      'hello world' indexOfAny:'AOE' startingAt:1
      'hello world' indexOfAny:'o' startingAt:6
      'hello world' indexOfAny:'o' startingAt:6
-     'hello world' indexOfAny:'#$' startingAt:6
+     'hello world' indexOfAny:'#$' startingAt:6
     "
 !
 
@@ -3708,13 +3708,14 @@
 !String class methodsFor:'documentation'!
 
 version
-    ^ '$Id: String.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: String.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/String.st,v 1.271 2010/03/06 13:31:19 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/String.st,v 1.271 2010-03-06 13:31:19 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: String.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: String.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/Symbol.st	Thu May 20 14:35:23 2010 +0100
+++ b/Symbol.st	Wed Jun 16 21:12:05 2010 +0100
@@ -692,13 +692,14 @@
 !Symbol class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Symbol.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Symbol.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Symbol.st,v 1.90 2010/03/06 13:45:51 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Symbol.st,v 1.90 2010-03-06 13:45:51 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: Symbol.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Symbol.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/SystemChangeNotifier.st	Thu May 20 14:35:23 2010 +0100
+++ b/SystemChangeNotifier.st	Wed Jun 16 21:12:05 2010 +0100
@@ -113,10 +113,11 @@
 !SystemChangeNotifier class methodsFor:'documentation'!
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/SystemChangeNotifier.st,v 1.4 2010/04/14 16:13:57 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/SystemChangeNotifier.st,v 1.4 2010-04-14 16:13:57 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: SystemChangeNotifier.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: SystemChangeNotifier.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
+
--- a/Time.st	Thu May 20 14:35:23 2010 +0100
+++ b/Time.st	Wed Jun 16 21:12:05 2010 +0100
@@ -714,13 +714,14 @@
 !Time class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Time.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Time.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Time.st,v 1.87 2010/03/31 09:39:45 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Time.st,v 1.87 2010-03-31 09:39:45 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: Time.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Time.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/Timestamp.st	Thu May 20 14:35:23 2010 +0100
+++ b/Timestamp.st	Wed Jun 16 21:12:05 2010 +0100
@@ -2426,15 +2426,16 @@
 !Timestamp class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Timestamp.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Timestamp.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Timestamp.st,v 1.129 2010/03/31 09:41:13 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Timestamp.st,v 1.129 2010-03-31 09:41:13 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: Timestamp.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Timestamp.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Timestamp initialize!
+
--- a/UninterpretedBytes.st	Thu May 20 14:35:23 2010 +0100
+++ b/UninterpretedBytes.st	Wed Jun 16 21:12:05 2010 +0100
@@ -2886,13 +2886,14 @@
 !UninterpretedBytes class methodsFor:'documentation'!
 
 version
-    ^ '$Id: UninterpretedBytes.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: UninterpretedBytes.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/UninterpretedBytes.st,v 1.76 2010/03/08 07:42:57 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/UninterpretedBytes.st,v 1.76 2010-03-08 07:42:57 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: UninterpretedBytes.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: UninterpretedBytes.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/UnixFilename.st	Thu May 20 14:35:23 2010 +0100
+++ b/UnixFilename.st	Wed Jun 16 21:12:05 2010 +0100
@@ -43,7 +43,7 @@
 
 examples
     "
-        (self named:'/tmp/') writeStream close
+        (self named:'/tmp/') writeStream close
     "
 ! !
 
@@ -207,13 +207,14 @@
 !UnixFilename class methodsFor:'documentation'!
 
 version
-    ^ '$Id: UnixFilename.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: UnixFilename.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/UnixFilename.st,v 1.16 2009/10/28 14:02:12 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/UnixFilename.st,v 1.16 2009-10-28 14:02:12 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: UnixFilename.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: UnixFilename.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/UnixOperatingSystem.st	Thu May 20 14:35:23 2010 +0100
+++ b/UnixOperatingSystem.st	Wed Jun 16 21:12:05 2010 +0100
@@ -12721,17 +12721,18 @@
 !UnixOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Id: UnixOperatingSystem.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: UnixOperatingSystem.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.274 2010/04/12 18:37:20 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.274 2010-04-12 18:37:20 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: UnixOperatingSystem.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: UnixOperatingSystem.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 UnixOperatingSystem initialize!
 UnixOperatingSystem::FileDescriptorHandle initialize!
 
+
--- a/UserMessage.st	Thu May 20 14:35:23 2010 +0100
+++ b/UserMessage.st	Wed Jun 16 21:12:05 2010 +0100
@@ -195,13 +195,14 @@
 !UserMessage class methodsFor:'documentation'!
 
 version
-    ^ '$Id: UserMessage.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: UserMessage.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/UserMessage.st,v 1.6 2009/10/02 00:08:10 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/UserMessage.st,v 1.6 2009-10-02 00:08:10 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: UserMessage.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: UserMessage.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/UserNotification.st	Thu May 20 14:35:23 2010 +0100
+++ b/UserNotification.st	Wed Jun 16 21:12:05 2010 +0100
@@ -142,15 +142,16 @@
 !UserNotification class methodsFor:'documentation'!
 
 version
-    ^ '$Id: UserNotification.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: UserNotification.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/UserNotification.st,v 1.15 2009/10/14 17:34:46 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/UserNotification.st,v 1.15 2009-10-14 17:34:46 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: UserNotification.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: UserNotification.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 UserNotification initialize!
+
--- a/UserPreferences.st	Thu May 20 14:35:23 2010 +0100
+++ b/UserPreferences.st	Wed Jun 16 21:12:05 2010 +0100
@@ -2543,7 +2543,7 @@
 !
 
 enforcedDropModeForFiles
-    "when dropping a file, paste the name, the contents or ask ?
+    "when dropping a file, paste the #name, the #contents or ask ?
      (default is nil, for ask)"
 
     ^ self at:#enforcedDropModeForFiles ifAbsent:nil
@@ -2554,13 +2554,14 @@
 !
 
 enforcedDropModeForFiles:aSymbolOrNil
-    "when dropping a file, paste the name, the contents or ask ?
+    "when dropping a file, paste the #name, the #contents or ask ?
      (default is nil, for ask)"
 
     ^ self at:#enforcedDropModeForFiles put:aSymbolOrNil
 
     "
-     UserPreferences current enforcedDropModeForFiles
+     UserPreferences current enforcedDropModeForFiles:#contents
+     UserPreferences current enforcedDropModeForFiles:#name
     "
 !
 
@@ -3244,14 +3245,15 @@
 !UserPreferences class methodsFor:'documentation'!
 
 version
-    ^ '$Id: UserPreferences.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: UserPreferences.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.248 2010/04/30 09:52:43 cg Exp §'
+    ^ '§Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.249 2010-06-11 14:33:14 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: UserPreferences.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: UserPreferences.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
+
--- a/Warning.st	Thu May 20 14:35:23 2010 +0100
+++ b/Warning.st	Wed Jun 16 21:12:05 2010 +0100
@@ -155,15 +155,16 @@
 !Warning class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Warning.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Warning.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Warning.st,v 1.14 2009/10/14 17:34:52 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Warning.st,v 1.14 2009-10-14 17:34:52 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Warning.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Warning.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Warning initialize!
+
--- a/Win32Constants.st	Thu May 20 14:35:23 2010 +0100
+++ b/Win32Constants.st	Wed Jun 16 21:12:05 2010 +0100
@@ -57,11 +57,12 @@
 !Win32Constants class methodsFor:'documentation'!
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Win32Constants.st,v 1.3 2010/02/01 11:29:27 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Win32Constants.st,v 1.3 2010-02-01 11:29:27 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Win32Constants.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: Win32Constants.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Win32Constants initialize!
+
--- a/Win32OperatingSystem.st	Thu May 20 14:35:23 2010 +0100
+++ b/Win32OperatingSystem.st	Wed Jun 16 21:12:05 2010 +0100
@@ -16293,18 +16293,19 @@
 !Win32OperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Win32OperatingSystem.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: Win32OperatingSystem.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.403 2010/04/30 13:52:43 ca Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.403 2010-04-30 13:52:43 ca Exp §'
 !
 
 version_SVN
-    ^ '$Id: Win32OperatingSystem.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: Win32OperatingSystem.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
 
 Win32OperatingSystem initialize!
 Win32OperatingSystem::PerformanceData initialize!
 Win32OperatingSystem::RegistryEntry initialize!
 
+
--- a/Win32Process.st	Thu May 20 14:35:23 2010 +0100
+++ b/Win32Process.st	Wed Jun 16 21:12:05 2010 +0100
@@ -217,10 +217,11 @@
 !Win32Process class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Win32Process.st 10501 2010-02-13 23:34:44Z vranyj1 $'
+    ^ '$Id: Win32Process.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Win32Process.st,v 1.2 2010/02/01 11:29:35 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Win32Process.st,v 1.2 2010-02-01 11:29:35 cg Exp §'
 ! !
 
+
--- a/WriteStream.st	Thu May 20 14:35:23 2010 +0100
+++ b/WriteStream.st	Wed Jun 16 21:12:05 2010 +0100
@@ -622,13 +622,14 @@
 !WriteStream class methodsFor:'documentation'!
 
 version
-    ^ '$Id: WriteStream.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: WriteStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.71 2009/10/05 09:19:55 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.71 2009-10-05 09:19:55 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: WriteStream.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: WriteStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/bc.mak	Thu May 20 14:35:23 2010 +0100
+++ b/bc.mak	Wed Jun 16 21:12:05 2010 +0100
@@ -1,4 +1,4 @@
-# $Header$
+# $Header: /cvs/stx/stx/libbasic/bc.mak,v 1.166 2010-04-27 08:10:26 stefan Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libbasic.
@@ -333,7 +333,6 @@
 $(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)CmdLineParserTest.$(O) CmdLineParserTest.$(H): CmdLineParserTest.st $(STCHDR)
 $(OUTDIR)Win32Process.$(O) Win32Process.$(H): Win32Process.st $(STCHDR)
 $(OUTDIR)PCFilename.$(O) PCFilename.$(H): PCFilename.st $(STCHDR)
 $(OUTDIR)CharacterEncoderImplementations__MS_Baltic.$(O) CharacterEncoderImplementations__MS_Baltic.$(H): CharacterEncoderImplementations__MS_Baltic.st $(STCHDR)
@@ -345,3 +344,4 @@
 $(OUTDIR)Win32OperatingSystem.$(O) Win32OperatingSystem.$(H): Win32OperatingSystem.st $(STCHDR)
 
 # ENDMAKEDEPEND --- do not remove this line
+
--- a/libInit.cc	Thu May 20 14:35:23 2010 +0100
+++ b/libInit.cc	Wed Jun 16 21:12:05 2010 +0100
@@ -1,5 +1,5 @@
 /*
- * $Header$
+ * $Header: /cvs/stx/stx/libbasic/libInit.cc,v 1.158 2010-04-27 08:10:28 stefan Exp $
  *
  * DO NOT EDIT
  * automagically generated from the projectDefinition: stx_libbasic.
@@ -327,3 +327,4 @@
 
 __END_PACKAGE__();
 }
+
--- a/resources/af.rs	Thu May 20 14:35:23 2010 +0100
+++ b/resources/af.rs	Wed Jun 16 21:12:05 2010 +0100
@@ -1,6 +1,6 @@
 #encoding iso8859-1
 
-; $Header: /cvs/stx/stx/libbasic/resources/af.rs,v 1.3 2004/03/15 16:39:09 cg Exp $
+; $Header: /cvs/stx/stx/libbasic/resources/af.rs,v 1.3 2004-03-15 16:39:09 cg Exp $
 ;
 ; Afrikaans strings
 ;
@@ -48,3 +48,4 @@
 'oct'         'okt'
 'nov'         'nov'
 'dec'         'des'
+
--- a/resources/de.rs	Thu May 20 14:35:23 2010 +0100
+++ b/resources/de.rs	Wed Jun 16 21:12:05 2010 +0100
@@ -1,6 +1,6 @@
 #encoding iso8859-1
 
-; $Header: /cvs/stx/stx/libbasic/resources/de.rs,v 1.7 2010/03/24 12:42:58 cg Exp $
+; $Header: /cvs/stx/stx/libbasic/resources/de.rs,v 1.8 2010-06-08 19:20:52 cg Exp $
 ;
 ; German strings
 ;
@@ -60,6 +60,9 @@
 'january'     'Jnner'
 #endif
 
+;
+; OS stuff...
+;
 'EPERM'             'Unerlaubte Operation'
 'ENOENT'            'Datei oder Verzeichnis existiert nicht'
 'ESRCH'             'Prozess existiert nicht'
@@ -192,3 +195,4 @@
 #endif
 
 
+
--- a/resources/el.rs	Thu May 20 14:35:23 2010 +0100
+++ b/resources/el.rs	Wed Jun 16 21:12:05 2010 +0100
@@ -1,6 +1,6 @@
 #encoding iso8859-7
 
-; $Header: /cvs/stx/stx/libbasic/resources/el.rs,v 1.2 2004/03/15 16:39:09 cg Exp $
+; $Header: /cvs/stx/stx/libbasic/resources/el.rs,v 1.2 2004-03-15 16:39:09 cg Exp $
 ;
 ; Greek strings
 ;
@@ -48,3 +48,4 @@
 'oct'         ''
 'nov'         ''
 'dec'         ''
+
--- a/resources/en.rs	Thu May 20 14:35:23 2010 +0100
+++ b/resources/en.rs	Wed Jun 16 21:12:05 2010 +0100
@@ -1,6 +1,6 @@
 #encoding iso8859-1
 
-; $Header: /cvs/stx/stx/libbasic/resources/en.rs,v 1.2 2004/03/15 16:39:09 cg Exp $
+; $Header: /cvs/stx/stx/libbasic/resources/en.rs,v 1.2 2004-03-15 16:39:09 cg Exp $
 ;
 ; English date strings
 ;
@@ -143,3 +143,4 @@
 #endif
 
 MAY_ABBREV                      ? 'may'
+
--- a/resources/eo.rs	Thu May 20 14:35:23 2010 +0100
+++ b/resources/eo.rs	Wed Jun 16 21:12:05 2010 +0100
@@ -1,6 +1,6 @@
 #encoding utf8
 
-; $Header: /cvs/stx/stx/libbasic/resources/eo.rs,v 1.3 2004/03/15 16:39:09 cg Exp $
+; $Header: /cvs/stx/stx/libbasic/resources/eo.rs,v 1.3 2004-03-15 16:39:09 cg Exp $
 ;
 ; Esperanto strings
 ;
@@ -48,3 +48,4 @@
 'oct'         'okt'
 ; 'nov'         'nov'
 ; 'dec'         'dec'
+
--- a/resources/fr.rs	Thu May 20 14:35:23 2010 +0100
+++ b/resources/fr.rs	Wed Jun 16 21:12:05 2010 +0100
@@ -1,6 +1,6 @@
 #encoding iso8859-1
 
-; $Header: /cvs/stx/stx/libbasic/resources/fr.rs,v 1.3 2008/02/05 12:23:42 sr Exp $
+; $Header: /cvs/stx/stx/libbasic/resources/fr.rs,v 1.3 2008-02-05 12:23:42 sr Exp $
 ;
 ; French strings
 ;
@@ -50,3 +50,4 @@
 'oct'           'oct'
 'nov'           'nov'
 'dec'           'dc'
+
--- a/resources/hu.rs	Thu May 20 14:35:23 2010 +0100
+++ b/resources/hu.rs	Wed Jun 16 21:12:05 2010 +0100
@@ -1,6 +1,6 @@
 #encoding utf-8
 
-; $Header: /cvs/stx/stx/libbasic/resources/hu.rs,v 1.2 2006/10/23 10:20:55 cg Exp $
+; $Header: /cvs/stx/stx/libbasic/resources/hu.rs,v 1.2 2006-10-23 10:20:55 cg Exp $
 ;
 ; Hungarian strings
 ;
@@ -48,3 +48,4 @@
 'oct'           'okt'
 'nov'           'nov'
 'dec'           'dec'
+
--- a/resources/it.rs	Thu May 20 14:35:23 2010 +0100
+++ b/resources/it.rs	Wed Jun 16 21:12:05 2010 +0100
@@ -1,6 +1,6 @@
 #encoding iso8859-1
 
-; $Header: /cvs/stx/stx/libbasic/resources/it.rs,v 1.4 2006/10/28 14:11:17 cg Exp $
+; $Header: /cvs/stx/stx/libbasic/resources/it.rs,v 1.4 2006-10-28 14:11:17 cg Exp $
 ;
 ; Italian strings
 ;
@@ -54,3 +54,4 @@
 'oct'           'ott'
 'nov'           'nov'
 'dec'           'dic'
+
--- a/resources/ja.rs	Thu May 20 14:35:23 2010 +0100
+++ b/resources/ja.rs	Wed Jun 16 21:12:05 2010 +0100
@@ -1,6 +1,6 @@
 #encoding utf-8
 
-; $Header: /cvs/stx/stx/libbasic/resources/ja.rs,v 1.2 2004/03/15 16:39:09 cg Exp $
+; $Header: /cvs/stx/stx/libbasic/resources/ja.rs,v 1.2 2004-03-15 16:39:09 cg Exp $
 ;
 ; Japanese strings
 ;
@@ -59,3 +59,4 @@
 'fri'         '金曜'
 'sat'         '土曜'
 'sun'         '日曜'
+
--- a/resources/nl.rs	Thu May 20 14:35:23 2010 +0100
+++ b/resources/nl.rs	Wed Jun 16 21:12:05 2010 +0100
@@ -1,6 +1,6 @@
 #encoding iso8859-1
 
-; $Header: /cvs/stx/stx/libbasic/resources/nl.rs,v 1.2 2004/03/15 16:39:09 cg Exp $
+; $Header: /cvs/stx/stx/libbasic/resources/nl.rs,v 1.2 2004-03-15 16:39:09 cg Exp $
 ;
 ; Dutch strings
 ;
@@ -48,3 +48,4 @@
 'oct'           'okt'
 'nov'           'nov'
 'dec'           'dec'
+
--- a/resources/no.rs	Thu May 20 14:35:23 2010 +0100
+++ b/resources/no.rs	Wed Jun 16 21:12:05 2010 +0100
@@ -1,6 +1,6 @@
 #encoding iso8859-1
 
-; $Header: /cvs/stx/stx/libbasic/resources/no.rs,v 1.2 2004/03/15 16:39:09 cg Exp $
+; $Header: /cvs/stx/stx/libbasic/resources/no.rs,v 1.2 2004-03-15 16:39:09 cg Exp $
 ;
 ; Norwegian strings
 ;
@@ -48,3 +48,4 @@
 'oct'         'okt'
 'nov'         'nov'
 'dec'         'des'
+
--- a/resources/pt.rs	Thu May 20 14:35:23 2010 +0100
+++ b/resources/pt.rs	Wed Jun 16 21:12:05 2010 +0100
@@ -1,6 +1,6 @@
 #encoding iso8859-1
 
-; $Header: /cvs/stx/stx/libbasic/resources/pt.rs,v 1.2 2004/03/15 16:39:09 cg Exp $
+; $Header: /cvs/stx/stx/libbasic/resources/pt.rs,v 1.2 2004-03-15 16:39:09 cg Exp $
 ;
 ; Portuguese strings
 ;
@@ -49,3 +49,4 @@
 'oct'         'out'
 'nov'         'nov'
 'dec'         'dez'
+
--- a/resources/resources.rs	Thu May 20 14:35:23 2010 +0100
+++ b/resources/resources.rs	Wed Jun 16 21:12:05 2010 +0100
@@ -1,7 +1,7 @@
 #encoding ascii
 
 ;
-; $Header: /cvs/stx/stx/libbasic/resources/resources.rs,v 1.8 2008/11/28 16:44:55 cg Exp $
+; $Header: /cvs/stx/stx/libbasic/resources/resources.rs,v 1.8 2008-11-28 16:44:55 cg Exp $
 ;
 
 #if Language == #af
@@ -128,3 +128,4 @@
 #else
 'TIME_FORMAT'                       ? 24
 #endif
+
--- a/resources/ro.rs	Thu May 20 14:35:23 2010 +0100
+++ b/resources/ro.rs	Wed Jun 16 21:12:05 2010 +0100
@@ -1,6 +1,6 @@
 #encoding iso8859-2
 
-; $Header: /cvs/stx/stx/libbasic/resources/ro.rs,v 1.2 2004/03/15 16:39:09 cg Exp $
+; $Header: /cvs/stx/stx/libbasic/resources/ro.rs,v 1.2 2004-03-15 16:39:09 cg Exp $
 ;
 ; Romanian strings
 ;
@@ -48,3 +48,4 @@
 'oct'         'oct'
 'nov'         'noi'
 'dec'         'dec'
+
--- a/resources/ru.rs	Thu May 20 14:35:23 2010 +0100
+++ b/resources/ru.rs	Wed Jun 16 21:12:05 2010 +0100
@@ -1,6 +1,6 @@
 #encoding iso8859-5
 
-; $Header: /cvs/stx/stx/libbasic/resources/ru.rs,v 1.2 2004/03/15 16:39:09 cg Exp $
+; $Header: /cvs/stx/stx/libbasic/resources/ru.rs,v 1.2 2004-03-15 16:39:09 cg Exp $
 ;
 ; Russian strings
 ;
@@ -48,3 +48,4 @@
 'oct'         ''       "/ ???
 'nov'         ''       "/ ???
 'dec'         ''       "/ ???
+
--- a/resources/sv.rs	Thu May 20 14:35:23 2010 +0100
+++ b/resources/sv.rs	Wed Jun 16 21:12:05 2010 +0100
@@ -1,6 +1,6 @@
 #encoding iso8859-1
 
-; $Header: /cvs/stx/stx/libbasic/resources/sv.rs,v 1.3 2004/03/15 16:39:09 cg Exp $
+; $Header: /cvs/stx/stx/libbasic/resources/sv.rs,v 1.3 2004-03-15 16:39:09 cg Exp $
 ;
 ; Swedish strings
 ;
@@ -52,3 +52,4 @@
 'oct'           'okt'
 'nov'           'nov'
 'dec'           'dec'
+
--- a/resources/tr.rs	Thu May 20 14:35:23 2010 +0100
+++ b/resources/tr.rs	Wed Jun 16 21:12:05 2010 +0100
@@ -1,6 +1,6 @@
 #encoding iso8859-1
 
-; $Header: /cvs/stx/stx/libbasic/resources/tr.rs,v 1.2 2004/03/15 16:39:09 cg Exp $
+; $Header: /cvs/stx/stx/libbasic/resources/tr.rs,v 1.2 2004-03-15 16:39:09 cg Exp $
 ;
 ; Turkish strings
 ;
@@ -48,3 +48,4 @@
 'oct'         'eki'
 'nov'         'kas'
 'dec'         'ara'
+
--- a/resources/zh.rs	Thu May 20 14:35:23 2010 +0100
+++ b/resources/zh.rs	Wed Jun 16 21:12:05 2010 +0100
@@ -1,6 +1,6 @@
 #encoding utf8
 
-; $Header: /cvs/stx/stx/libbasic/resources/zh.rs,v 1.2 2008/11/28 16:44:28 cg Exp $
+; $Header: /cvs/stx/stx/libbasic/resources/zh.rs,v 1.2 2008-11-28 16:44:28 cg Exp $
 ;
 ; Chinese simplified
 ; extracted from google by claus - can someone proofread, please.
@@ -48,3 +48,4 @@
 'oct'         '十月'
 'nov'         '十一月'
 'dec'         '十二月'
+
--- a/resources/zh_trad.rs	Thu May 20 14:35:23 2010 +0100
+++ b/resources/zh_trad.rs	Wed Jun 16 21:12:05 2010 +0100
@@ -1,6 +1,6 @@
 #encoding utf8
 
-; $Header: /cvs/stx/stx/libbasic/resources/zh_trad.rs,v 1.2 2008/11/28 16:50:03 cg Exp $
+; $Header: /cvs/stx/stx/libbasic/resources/zh_trad.rs,v 1.2 2008-11-28 16:50:03 cg Exp $
 ;
 ; Chinese traditional
 ; this file contains 8bit national characters;
@@ -9,3 +9,4 @@
 #include 'zh.rs'
 
 ; please redefine any differences to traditional chinese below
+
--- a/stx_libbasic.st	Thu May 20 14:35:23 2010 +0100
+++ b/stx_libbasic.st	Wed Jun 16 21:12:05 2010 +0100
@@ -533,19 +533,20 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'10523M'"$"
+    ^ "$SVN-Revision:"'10526M'"$"
 ! !
 
 !stx_libbasic class methodsFor:'documentation'!
 
 version
-    ^ '$Id: stx_libbasic.st 10524 2010-05-20 13:35:23Z vranyj1 $'
+    ^ '$Id: stx_libbasic.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.74 2010/04/27 08:10:31 stefan Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.74 2010-04-27 08:10:31 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: stx_libbasic.st 10524 2010-05-20 13:35:23Z vranyj1 $'
+    ^ '$Id: stx_libbasic.st 10527 2010-06-16 20:12:05Z vranyj1 $'
 ! !
+
--- a/vms.mak	Thu May 20 14:35:23 2010 +0100
+++ b/vms.mak	Wed Jun 16 21:12:05 2010 +0100
@@ -2,7 +2,7 @@
 # DO NOT EDIT 
 # automatically generated from Make.proto
 #
-# $Header: /cvs/stx/stx/libbasic/vms.mak,v 1.9 2001/10/31 15:02:19 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/vms.mak,v 1.9 2001-10-31 15:02:19 cg Exp $
 #
 TOP=..
 LIBNAME=libbasic
@@ -296,3 +296,4 @@
 $(OUTDIR)WriteStream.$(O) WriteStream.$(H): WriteStream.st $(STCHDR)  ../include/PositionableStream.$(H)  ../include/PeekableStream.$(H)  ../include/Stream.$(H)  ../include/Object.$(H) 
 $(OUTDIR)WrongProceedabilityError.$(O) WrongProceedabilityError.$(H): WrongProceedabilityError.st $(STCHDR)  ../include/SignalError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
 # ENDMAKEDEPEND
+