# HG changeset patch # User Claus Gittinger # Date 817146784 -3600 # Node ID b785d23d7c5b0016e8c72254e180c930b86990da # Parent 2ceefe9b5a19a60122e6f2c0854b0e8024d296aa version at the end diff -r 2ceefe9b5a19 -r b785d23d7c5b Filename.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 $' +! ! diff -r 2ceefe9b5a19 -r b785d23d7c5b HRegistry.st --- 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 $' +! ! diff -r 2ceefe9b5a19 -r b785d23d7c5b HandleRegistry.st --- 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 $' +! ! diff -r 2ceefe9b5a19 -r b785d23d7c5b ObjMem.st --- 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! diff -r 2ceefe9b5a19 -r b785d23d7c5b ObjectMemory.st --- 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! diff -r 2ceefe9b5a19 -r b785d23d7c5b Project.st --- 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! diff -r 2ceefe9b5a19 -r b785d23d7c5b Registry.st --- 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 $' +! ! diff -r 2ceefe9b5a19 -r b785d23d7c5b Smalltalk.st --- 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 $' +! ! diff -r 2ceefe9b5a19 -r b785d23d7c5b Unix.st --- 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!