version at the end
authorClaus Gittinger <cg@exept.de>
Thu, 23 Nov 1995 18:08:20 +0100
changeset 131 19e548711b65
parent 130 c6b0235349fe
child 132 8156cdaa99a1
version at the end
FileText.st
MappedColl.st
MappedCollection.st
Queue.st
ValLink.st
ValueLink.st
VarArray.st
VariableArray.st
--- a/FileText.st	Thu Nov 23 17:32:09 1995 +0100
+++ b/FileText.st	Thu Nov 23 18:08:20 1995 +0100
@@ -50,10 +50,6 @@
 
     It is highly recommended, to use fileText for readonly texts only.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic2/FileText.st,v 1.13 1995-11-23 01:23:34 cg Exp $'
 ! !
 
 !FileText class methodsFor:'instance creation'!
@@ -184,3 +180,8 @@
     ]
 ! !
 
+!FileText class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic2/FileText.st,v 1.14 1995-11-23 17:08:20 cg Exp $'
+! !
--- a/MappedColl.st	Thu Nov 23 17:32:09 1995 +0100
+++ b/MappedColl.st	Thu Nov 23 18:08:20 1995 +0100
@@ -41,10 +41,6 @@
     real association.  In order to work properly, the domain and map objects must
     be instances of a subclass of SequenceableCollection or Dictionary. 
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/MappedColl.st,v 1.13 1995-11-23 01:18:58 cg Exp $'
 ! !
 
 !MappedCollection class methodsFor:'instance creation'!
@@ -142,3 +138,8 @@
     ^ map size
 ! !
 
+!MappedCollection class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/MappedColl.st,v 1.14 1995-11-23 17:06:10 cg Exp $'
+! !
--- a/MappedCollection.st	Thu Nov 23 17:32:09 1995 +0100
+++ b/MappedCollection.st	Thu Nov 23 18:08:20 1995 +0100
@@ -41,10 +41,6 @@
     real association.  In order to work properly, the domain and map objects must
     be instances of a subclass of SequenceableCollection or Dictionary. 
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic2/MappedCollection.st,v 1.13 1995-11-23 01:18:58 cg Exp $'
 ! !
 
 !MappedCollection class methodsFor:'instance creation'!
@@ -142,3 +138,8 @@
     ^ map size
 ! !
 
+!MappedCollection class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic2/MappedCollection.st,v 1.14 1995-11-23 17:06:10 cg Exp $'
+! !
--- a/Queue.st	Thu Nov 23 17:32:09 1995 +0100
+++ b/Queue.st	Thu Nov 23 18:08:20 1995 +0100
@@ -50,10 +50,6 @@
     See SharedQueue for a class which is safe with processes and blocks
     on write when full or on read when empty.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Queue.st,v 1.14 1995-11-23 01:17:16 cg Exp $'
 ! !
 
 !Queue class methodsFor:'instance creation'!
@@ -201,3 +197,8 @@
     ^ tally
 ! !
 
+!Queue class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic2/Queue.st,v 1.15 1995-11-23 17:05:39 cg Exp $'
+! !
--- a/ValLink.st	Thu Nov 23 17:32:09 1995 +0100
+++ b/ValLink.st	Thu Nov 23 18:08:20 1995 +0100
@@ -38,10 +38,6 @@
     this class provides Links which can hold a value.
     Instances are typically used as elements in a linkedList.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/ValLink.st,v 1.10 1995-11-23 01:21:34 cg Exp $'
 ! !
 
 !ValueLink methodsFor:'accessing'!
@@ -58,3 +54,8 @@
     value := anObject
 ! !
 
+!ValueLink class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/ValLink.st,v 1.11 1995-11-23 17:07:34 cg Exp $'
+! !
--- a/ValueLink.st	Thu Nov 23 17:32:09 1995 +0100
+++ b/ValueLink.st	Thu Nov 23 18:08:20 1995 +0100
@@ -38,10 +38,6 @@
     this class provides Links which can hold a value.
     Instances are typically used as elements in a linkedList.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic2/ValueLink.st,v 1.10 1995-11-23 01:21:34 cg Exp $'
 ! !
 
 !ValueLink methodsFor:'accessing'!
@@ -58,3 +54,8 @@
     value := anObject
 ! !
 
+!ValueLink class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic2/ValueLink.st,v 1.11 1995-11-23 17:07:34 cg Exp $'
+! !
--- a/VarArray.st	Thu Nov 23 17:32:09 1995 +0100
+++ b/VarArray.st	Thu Nov 23 18:08:20 1995 +0100
@@ -43,10 +43,6 @@
     Use OrderedCollection, which offers more functionality, and is even
     a bit faster in some operations.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/VarArray.st,v 1.13 1995-11-23 01:20:36 cg Exp $'
 ! !
 
 !VariableArray class methodsFor:'instance creation'!
@@ -277,3 +273,8 @@
     ^ contentsArray occurrencesOf:anObject
 ! !
 
+!VariableArray class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/VarArray.st,v 1.14 1995-11-23 17:06:54 cg Exp $'
+! !
--- a/VariableArray.st	Thu Nov 23 17:32:09 1995 +0100
+++ b/VariableArray.st	Thu Nov 23 18:08:20 1995 +0100
@@ -43,10 +43,6 @@
     Use OrderedCollection, which offers more functionality, and is even
     a bit faster in some operations.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic2/VariableArray.st,v 1.13 1995-11-23 01:20:36 cg Exp $'
 ! !
 
 !VariableArray class methodsFor:'instance creation'!
@@ -277,3 +273,8 @@
     ^ contentsArray occurrencesOf:anObject
 ! !
 
+!VariableArray class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic2/VariableArray.st,v 1.14 1995-11-23 17:06:54 cg Exp $'
+! !