documentation
authorClaus Gittinger <cg@exept.de>
Thu, 25 Apr 1996 18:47:14 +0200
changeset 1292 89497fff7f87
parent 1291 74d61fd64c4a
child 1293 02fb05148c98
documentation
Autoload.st
Behavior.st
ClassDescr.st
ClassDescription.st
Exception.st
Metaclass.st
QuerySig.st
QuerySignal.st
Signal.st
SignalSet.st
--- a/Autoload.st	Thu Apr 25 18:43:30 1996 +0200
+++ b/Autoload.st	Thu Apr 25 18:47:14 1996 +0200
@@ -58,6 +58,9 @@
 
         LoadedClasses           <Collection>    set of classes that heve been
                                                 autoloaded (for later unload)
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -440,6 +443,6 @@
 !Autoload class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.46 1996-04-24 17:55:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.47 1996-04-25 16:46:06 cg Exp $'
 ! !
 Autoload initialize!
--- a/Behavior.st	Thu Apr 25 18:43:30 1996 +0200
+++ b/Behavior.st	Thu Apr 25 18:47:14 1996 +0200
@@ -84,6 +84,9 @@
 
     NOTICE: layout known by compiler and runtime system; be careful when changing
 
+    [author:]
+        Claus Gittinger
+
     [see also:]
         Class ClassDescription
         Method
@@ -3192,5 +3195,5 @@
 !Behavior class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.72 1996-04-25 11:16:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.73 1996-04-25 16:46:25 cg Exp $'
 ! !
--- a/ClassDescr.st	Thu Apr 25 18:43:30 1996 +0200
+++ b/ClassDescr.st	Thu Apr 25 18:47:14 1996 +0200
@@ -42,19 +42,22 @@
     ClassDescription adds some descriptive information to the basic
     Behavior class.
 
-    Instance variables:
+    [Instance variables:]
+
+        name            <Symbol>            the classes name
 
-	name            <Symbol>            the classes name
+        category        <String | Symbol>   the classes category
 
-	category        <String | Symbol>   the classes category
+        instvars        <String>            the names of the instance variables
 
-	instvars        <String>            the names of the instance variables
-
-	primitiveSpec   <Array | nil>       describes primitiveIncludes, primitiveFunctions etc.
+        primitiveSpec   <Array | nil>       describes primitiveIncludes, primitiveFunctions etc.
 
-	signature       <SmallInteger>      the classes signature (used to detect obsolete
-					    or changed classes with binaryStorage)
-					    This is filled in lazy - i.e. upon the first signature query.
+        signature       <SmallInteger>      the classes signature (used to detect obsolete
+                                            or changed classes with binaryStorage)
+                                            This is filled in lazy - i.e. upon the first signature query.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -325,5 +328,5 @@
 !ClassDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ClassDescr.st,v 1.27 1996-04-23 14:35:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ClassDescr.st,v 1.28 1996-04-25 16:45:33 cg Exp $'
 ! !
--- a/ClassDescription.st	Thu Apr 25 18:43:30 1996 +0200
+++ b/ClassDescription.st	Thu Apr 25 18:47:14 1996 +0200
@@ -42,19 +42,22 @@
     ClassDescription adds some descriptive information to the basic
     Behavior class.
 
-    Instance variables:
+    [Instance variables:]
+
+        name            <Symbol>            the classes name
 
-	name            <Symbol>            the classes name
+        category        <String | Symbol>   the classes category
 
-	category        <String | Symbol>   the classes category
+        instvars        <String>            the names of the instance variables
 
-	instvars        <String>            the names of the instance variables
-
-	primitiveSpec   <Array | nil>       describes primitiveIncludes, primitiveFunctions etc.
+        primitiveSpec   <Array | nil>       describes primitiveIncludes, primitiveFunctions etc.
 
-	signature       <SmallInteger>      the classes signature (used to detect obsolete
-					    or changed classes with binaryStorage)
-					    This is filled in lazy - i.e. upon the first signature query.
+        signature       <SmallInteger>      the classes signature (used to detect obsolete
+                                            or changed classes with binaryStorage)
+                                            This is filled in lazy - i.e. upon the first signature query.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -325,5 +328,5 @@
 !ClassDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.27 1996-04-23 14:35:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.28 1996-04-25 16:45:33 cg Exp $'
 ! !
--- a/Exception.st	Thu Apr 25 18:43:30 1996 +0200
+++ b/Exception.st	Thu Apr 25 18:47:14 1996 +0200
@@ -108,6 +108,9 @@
         Signal  SignalSet
         Context Block
         Object DebugView
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -508,6 +511,6 @@
 !Exception class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Exception.st,v 1.34 1996-04-23 20:20:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Exception.st,v 1.35 1996-04-25 16:47:14 cg Exp $'
 ! !
 Exception initialize!
--- a/Metaclass.st	Thu Apr 25 18:43:30 1996 +0200
+++ b/Metaclass.st	Thu Apr 25 18:47:14 1996 +0200
@@ -39,6 +39,9 @@
     (i.e. every class is the sole instance of its Metaclass)
     Metaclass provides support for creating new (sub)classes and/or 
     changing the definition of an already existing class.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -1450,5 +1453,5 @@
 !Metaclass class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Metaclass.st,v 1.52 1996-04-23 14:35:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Metaclass.st,v 1.53 1996-04-25 16:45:49 cg Exp $'
 ! !
--- a/QuerySig.st	Thu Apr 25 18:43:30 1996 +0200
+++ b/QuerySig.st	Thu Apr 25 18:47:14 1996 +0200
@@ -58,6 +58,9 @@
     [see also:]
         Signal SignalSet Exception
         Object
+
+    [author:]
+        Claus Gittinger
 "
 !
 
@@ -122,5 +125,5 @@
 !QuerySignal class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/QuerySig.st,v 1.8 1996-04-23 20:22:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/QuerySig.st,v 1.9 1996-04-25 16:47:09 cg Exp $'
 ! !
--- a/QuerySignal.st	Thu Apr 25 18:43:30 1996 +0200
+++ b/QuerySignal.st	Thu Apr 25 18:47:14 1996 +0200
@@ -58,6 +58,9 @@
     [see also:]
         Signal SignalSet Exception
         Object
+
+    [author:]
+        Claus Gittinger
 "
 !
 
@@ -122,5 +125,5 @@
 !QuerySignal class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/QuerySignal.st,v 1.8 1996-04-23 20:22:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/QuerySignal.st,v 1.9 1996-04-25 16:47:09 cg Exp $'
 ! !
--- a/Signal.st	Thu Apr 25 18:43:30 1996 +0200
+++ b/Signal.st	Thu Apr 25 18:47:14 1996 +0200
@@ -114,6 +114,10 @@
                                         Exceptions emergencyHandler will be evaluated
                                         instead (or a per-proces handler, if there
                                         is one).
+
+    [author:]
+        Claus Gittinger
+
     [see also:]
         Exception 
         SignalSet QuerySignal
@@ -609,6 +613,6 @@
 !Signal class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.33 1996-04-23 20:22:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.34 1996-04-25 16:47:02 cg Exp $'
 ! !
 Signal initialize!
--- a/SignalSet.st	Thu Apr 25 18:43:30 1996 +0200
+++ b/SignalSet.st	Thu Apr 25 18:47:14 1996 +0200
@@ -53,6 +53,9 @@
     handler.
 
 
+    [author:]
+        Claus Gittinger
+
     [see also:]
         Exception 
         Signal QuerySignal
@@ -170,5 +173,5 @@
 !SignalSet class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/SignalSet.st,v 1.19 1996-04-23 20:22:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SignalSet.st,v 1.20 1996-04-25 16:46:55 cg Exp $'
 ! !