version at the end
authorClaus Gittinger <cg@exept.de>
Thu, 23 Nov 1995 18:13:04 +0100
changeset 630 b785d23d7c5b
parent 629 2ceefe9b5a19
child 631 d43deb0ec558
version at the end
Filename.st
HRegistry.st
HandleRegistry.st
ObjMem.st
ObjectMemory.st
Project.st
Registry.st
Smalltalk.st
Unix.st
--- a/Filename.st	Thu Nov 23 18:07:57 1995 +0100
+++ b/Filename.st	Thu Nov 23 18:13:04 1995 +0100
@@ -182,10 +182,6 @@
 
 	f edit
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.42 1995-11-23 02:00:32 cg Exp $'
 ! !
 
 !Filename class methodsFor:'instance creation'!
@@ -1581,3 +1577,8 @@
     ^ self baseName
 ! !
 
+!Filename class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.43 1995-11-23 17:10:27 cg Exp $'
+! !
--- a/HRegistry.st	Thu Nov 23 18:07:57 1995 +0100
+++ b/HRegistry.st	Thu Nov 23 18:13:04 1995 +0100
@@ -41,10 +41,6 @@
     Use Registry for objects which know themself how to clean up;
     use HandleRegistry, if someone else does the cleanup.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/HRegistry.st,v 1.5 1995-11-23 02:00:59 cg Exp $'
 ! !
 
 !HandleRegistry methodsFor:'dispose handling'!
@@ -67,3 +63,8 @@
     self shouldNotImplement
 ! !
 
+!HandleRegistry class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/HRegistry.st,v 1.6 1995-11-23 17:10:40 cg Exp $'
+! !
--- a/HandleRegistry.st	Thu Nov 23 18:07:57 1995 +0100
+++ b/HandleRegistry.st	Thu Nov 23 18:13:04 1995 +0100
@@ -41,10 +41,6 @@
     Use Registry for objects which know themself how to clean up;
     use HandleRegistry, if someone else does the cleanup.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/HandleRegistry.st,v 1.5 1995-11-23 02:00:59 cg Exp $'
 ! !
 
 !HandleRegistry methodsFor:'dispose handling'!
@@ -67,3 +63,8 @@
     self shouldNotImplement
 ! !
 
+!HandleRegistry class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/HandleRegistry.st,v 1.6 1995-11-23 17:10:40 cg Exp $'
+! !
--- a/ObjMem.st	Thu Nov 23 18:07:57 1995 +0100
+++ b/ObjMem.st	Thu Nov 23 18:13:04 1995 +0100
@@ -558,10 +558,6 @@
     when processes switch control (i.e. you cannot block interrupts across
     a suspend, delay etc.). However, the state will be restored after a resume.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ObjMem.st,v 1.78 1995-11-23 02:01:22 cg Exp $'
 ! !
 
 !ObjectMemory class methodsFor:'initialization'!
@@ -3168,4 +3164,9 @@
     "
 ! !
 
+!ObjectMemory class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ObjMem.st,v 1.79 1995-11-23 17:11:06 cg Exp $'
+! !
 ObjectMemory initialize!
--- a/ObjectMemory.st	Thu Nov 23 18:07:57 1995 +0100
+++ b/ObjectMemory.st	Thu Nov 23 18:13:04 1995 +0100
@@ -558,10 +558,6 @@
     when processes switch control (i.e. you cannot block interrupts across
     a suspend, delay etc.). However, the state will be restored after a resume.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/ObjectMemory.st,v 1.78 1995-11-23 02:01:22 cg Exp $'
 ! !
 
 !ObjectMemory class methodsFor:'initialization'!
@@ -3168,4 +3164,9 @@
     "
 ! !
 
+!ObjectMemory class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/ObjectMemory.st,v 1.79 1995-11-23 17:11:06 cg Exp $'
+! !
 ObjectMemory initialize!
--- a/Project.st	Thu Nov 23 18:07:57 1995 +0100
+++ b/Project.st	Thu Nov 23 18:13:04 1995 +0100
@@ -47,10 +47,6 @@
 	  (this will allow build of class libs and apps by clicking a button)
 	- allow removal of project specific classes, methods etc.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.29 1995-11-23 02:09:08 cg Exp $'
 ! !
 
 !Project class methodsFor:'initialization'!
@@ -708,4 +704,9 @@
     ].
 ! !
 
+!Project class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.30 1995-11-23 17:12:25 cg Exp $'
+! !
 Project initialize!
--- a/Registry.st	Thu Nov 23 18:07:57 1995 +0100
+++ b/Registry.st	Thu Nov 23 18:13:04 1995 +0100
@@ -60,10 +60,6 @@
 
     See axample uses in Form, Color, ExternalStream and Font
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/Registry.st,v 1.20 1995-11-23 02:09:25 cg Exp $'
 ! !
 
 !Registry methodsFor:'accessing'!
@@ -215,3 +211,8 @@
     ]
 ! !
 
+!Registry class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/Registry.st,v 1.21 1995-11-23 17:12:37 cg Exp $'
+! !
--- a/Smalltalk.st	Thu Nov 23 18:07:57 1995 +0100
+++ b/Smalltalk.st	Thu Nov 23 18:13:04 1995 +0100
@@ -84,10 +84,6 @@
 					existing directories is cached when the SystemPath
 					is walked the first time.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.88 1995-11-23 02:09:54 cg Exp $'
 ! !
 
 !Smalltalk class methodsFor:'initialization'!
@@ -2602,3 +2598,8 @@
     "
 ! !
 
+!Smalltalk class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.89 1995-11-23 17:13:04 cg Exp $'
+! !
--- a/Unix.st	Thu Nov 23 18:07:57 1995 +0100
+++ b/Unix.st	Thu Nov 23 18:13:04 1995 +0100
@@ -665,10 +665,6 @@
 
 	FileNotFoundErrorSignal
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Unix.st,v 1.77 1995-11-23 02:07:56 cg Exp $'
 ! !
 
 !OperatingSystem class methodsFor:'initialization'!
@@ -5196,4 +5192,9 @@
     ^ false
 ! !
 
+!OperatingSystem class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Unix.st,v 1.78 1995-11-23 17:11:54 cg Exp $'
+! !
 OperatingSystem initialize!