checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 25 Apr 1996 18:12:44 +0200
changeset 1289 3abde2c376de
parent 1288 9f6420305017
child 1290 15ba3221b89b
checkin from browser
ArrColl.st
ArrayedCollection.st
Coll.st
Collection.st
SeqColl.st
SequenceableCollection.st
--- a/ArrColl.st	Thu Apr 25 18:11:23 1996 +0200
+++ b/ArrColl.st	Thu Apr 25 18:12:44 1996 +0200
@@ -62,6 +62,9 @@
         ST/X versions may be changed to trigger an error (instead of a
         warning) in those situations.
 
+    [author:]
+        Claus Gittinger
+
     [see also:]
         OrderedCollection
 "
@@ -332,5 +335,5 @@
 !ArrayedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ArrColl.st,v 1.34 1996-04-25 11:10:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ArrColl.st,v 1.35 1996-04-25 16:12:11 cg Exp $'
 ! !
--- a/ArrayedCollection.st	Thu Apr 25 18:11:23 1996 +0200
+++ b/ArrayedCollection.st	Thu Apr 25 18:12:44 1996 +0200
@@ -62,6 +62,9 @@
         ST/X versions may be changed to trigger an error (instead of a
         warning) in those situations.
 
+    [author:]
+        Claus Gittinger
+
     [see also:]
         OrderedCollection
 "
@@ -332,5 +335,5 @@
 !ArrayedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.34 1996-04-25 11:10:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.35 1996-04-25 16:12:11 cg Exp $'
 ! !
--- a/Coll.st	Thu Apr 25 18:11:23 1996 +0200
+++ b/Coll.st	Thu Apr 25 18:12:44 1996 +0200
@@ -43,6 +43,9 @@
     concrete class. 
     These basic methods are usually defined as #subclassResponsibility here.
     Some methods are also redefined for better performance.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -1450,6 +1453,6 @@
 !Collection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Coll.st,v 1.51 1996-04-23 11:47:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Coll.st,v 1.52 1996-04-25 16:12:44 cg Exp $'
 ! !
 Collection initialize!
--- a/Collection.st	Thu Apr 25 18:11:23 1996 +0200
+++ b/Collection.st	Thu Apr 25 18:12:44 1996 +0200
@@ -43,6 +43,9 @@
     concrete class. 
     These basic methods are usually defined as #subclassResponsibility here.
     Some methods are also redefined for better performance.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -1450,6 +1453,6 @@
 !Collection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.51 1996-04-23 11:47:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.52 1996-04-25 16:12:44 cg Exp $'
 ! !
 Collection initialize!
--- a/SeqColl.st	Thu Apr 25 18:11:23 1996 +0200
+++ b/SeqColl.st	Thu Apr 25 18:12:44 1996 +0200
@@ -39,6 +39,9 @@
     a numeric index. 
     SequenceableCollection is an abstract class - there are no instances of 
     it in the system. See concrete subclasses (such as OrderedCollection).
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -2545,5 +2548,5 @@
 !SequenceableCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/SeqColl.st,v 1.55 1996-04-22 11:03:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/SeqColl.st,v 1.56 1996-04-25 16:12:25 cg Exp $'
 ! !
--- a/SequenceableCollection.st	Thu Apr 25 18:11:23 1996 +0200
+++ b/SequenceableCollection.st	Thu Apr 25 18:12:44 1996 +0200
@@ -39,6 +39,9 @@
     a numeric index. 
     SequenceableCollection is an abstract class - there are no instances of 
     it in the system. See concrete subclasses (such as OrderedCollection).
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -2545,5 +2548,5 @@
 !SequenceableCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.55 1996-04-22 11:03:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.56 1996-04-25 16:12:25 cg Exp $'
 ! !