version at the end
authorClaus Gittinger <cg@exept.de>
Thu, 23 Nov 1995 18:00:32 +0100
changeset 628 7aa563e4c64a
parent 627 0a9e18feab08
child 629 2ceefe9b5a19
version at the end
ArrColl.st
ArrayedCollection.st
ByteArray.st
Coll.st
Collection.st
FloatArray.st
SeqColl.st
SequenceableCollection.st
WeakArr.st
WeakArray.st
--- a/ArrColl.st	Thu Nov 23 17:59:58 1995 +0100
+++ b/ArrColl.st	Thu Nov 23 18:00:32 1995 +0100
@@ -57,10 +57,6 @@
 	    ST/X versions may be changed to trigger an error (instead of a
 	    warning) in those situations.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ArrColl.st,v 1.27 1995-11-23 01:05:48 cg Exp $'
 ! !
 
 !ArrayedCollection class methodsFor:'instance creation'!
@@ -311,3 +307,8 @@
     ^ self basicSize
 ! !
 
+!ArrayedCollection class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ArrColl.st,v 1.28 1995-11-23 16:57:30 cg Exp $'
+! !
--- a/ArrayedCollection.st	Thu Nov 23 17:59:58 1995 +0100
+++ b/ArrayedCollection.st	Thu Nov 23 18:00:32 1995 +0100
@@ -57,10 +57,6 @@
 	    ST/X versions may be changed to trigger an error (instead of a
 	    warning) in those situations.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.27 1995-11-23 01:05:48 cg Exp $'
 ! !
 
 !ArrayedCollection class methodsFor:'instance creation'!
@@ -311,3 +307,8 @@
     ^ self basicSize
 ! !
 
+!ArrayedCollection class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.28 1995-11-23 16:57:30 cg Exp $'
+! !
--- a/ByteArray.st	Thu Nov 23 17:59:58 1995 +0100
+++ b/ByteArray.st	Thu Nov 23 18:00:32 1995 +0100
@@ -52,10 +52,6 @@
     It allows the definition of subclasses of ByteArray, which transparently fetch
     and store C-structure fields.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.38 1995-11-15 17:08:15 cg Exp $'
 ! !
 
 !ByteArray class methodsFor:'instance creation'!
@@ -2010,3 +2006,8 @@
     "
 ! !
 
+!ByteArray class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.39 1995-11-23 16:59:39 cg Exp $'
+! !
--- a/Coll.st	Thu Nov 23 17:59:58 1995 +0100
+++ b/Coll.st	Thu Nov 23 18:00:32 1995 +0100
@@ -44,10 +44,6 @@
     These basic methods are usually defined as #subclassResponsibility here.
     Some methods are also redefined for better performance.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Coll.st,v 1.43 1995-11-23 01:06:19 cg Exp $'
 ! !
 
 !Collection class methodsFor:'initialization'!
@@ -1332,4 +1328,9 @@
     ^ count
 ! !
 
+!Collection class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Coll.st,v 1.44 1995-11-23 16:57:49 cg Exp $'
+! !
 Collection initialize!
--- a/Collection.st	Thu Nov 23 17:59:58 1995 +0100
+++ b/Collection.st	Thu Nov 23 18:00:32 1995 +0100
@@ -44,10 +44,6 @@
     These basic methods are usually defined as #subclassResponsibility here.
     Some methods are also redefined for better performance.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.43 1995-11-23 01:06:19 cg Exp $'
 ! !
 
 !Collection class methodsFor:'initialization'!
@@ -1332,4 +1328,9 @@
     ^ count
 ! !
 
+!Collection class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.44 1995-11-23 16:57:49 cg Exp $'
+! !
 Collection initialize!
--- a/FloatArray.st	Thu Nov 23 17:59:58 1995 +0100
+++ b/FloatArray.st	Thu Nov 23 18:00:32 1995 +0100
@@ -38,9 +38,10 @@
     FloatArrays store floats (and nothing else).
     See documentation in DoubleArray for more information.
 "
-!
+! !
+
+!FloatArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/FloatArray.st,v 1.10 1995-11-23 01:07:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/FloatArray.st,v 1.11 1995-11-23 17:00:09 cg Exp $'
 ! !
-
--- a/SeqColl.st	Thu Nov 23 17:59:58 1995 +0100
+++ b/SeqColl.st	Thu Nov 23 18:00:32 1995 +0100
@@ -40,10 +40,6 @@
     SequenceableCollection is an abstract class - there are no instances of 
     it in the system. See concrete subclasses (such as OrderedCollection).
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/SeqColl.st,v 1.42 1995-11-23 01:06:55 cg Exp $'
 ! !
 
 !SequenceableCollection class methodsFor:'instance creation'!
@@ -2378,3 +2374,8 @@
     "
 ! !
 
+!SequenceableCollection class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/SeqColl.st,v 1.43 1995-11-23 16:58:46 cg Exp $'
+! !
--- a/SequenceableCollection.st	Thu Nov 23 17:59:58 1995 +0100
+++ b/SequenceableCollection.st	Thu Nov 23 18:00:32 1995 +0100
@@ -40,10 +40,6 @@
     SequenceableCollection is an abstract class - there are no instances of 
     it in the system. See concrete subclasses (such as OrderedCollection).
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.42 1995-11-23 01:06:55 cg Exp $'
 ! !
 
 !SequenceableCollection class methodsFor:'instance creation'!
@@ -2378,3 +2374,8 @@
     "
 ! !
 
+!SequenceableCollection class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.43 1995-11-23 16:58:46 cg Exp $'
+! !
--- a/WeakArr.st	Thu Nov 23 17:59:58 1995 +0100
+++ b/WeakArr.st	Thu Nov 23 18:00:32 1995 +0100
@@ -91,10 +91,6 @@
 					if the VM has to resize its shadow tables
 					and is running out of malloc-memory.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/WeakArr.st,v 1.20 1995-11-23 01:14:07 cg Exp $'
 ! !
 
 !WeakArray class methodsFor:'initialization'!
@@ -602,4 +598,9 @@
     ]
 ! !
 
+!WeakArray class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/WeakArr.st,v 1.21 1995-11-23 17:00:32 cg Exp $'
+! !
 WeakArray initialize!
--- a/WeakArray.st	Thu Nov 23 17:59:58 1995 +0100
+++ b/WeakArray.st	Thu Nov 23 18:00:32 1995 +0100
@@ -91,10 +91,6 @@
 					if the VM has to resize its shadow tables
 					and is running out of malloc-memory.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/WeakArray.st,v 1.20 1995-11-23 01:14:07 cg Exp $'
 ! !
 
 !WeakArray class methodsFor:'initialization'!
@@ -602,4 +598,9 @@
     ]
 ! !
 
+!WeakArray class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/WeakArray.st,v 1.21 1995-11-23 17:00:32 cg Exp $'
+! !
 WeakArray initialize!