*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 05 Nov 1996 19:40:50 +0100
changeset 1893 c66af5c46272
parent 1892 d3564145c15c
child 1894 b22296ae189f
*** empty log message ***
FixedPoint.st
Float.st
Fraction.st
Integer.st
LPReal.st
LargeInt.st
LargeInteger.st
LimitedPrecisionReal.st
Number.st
SFloat.st
ShortFloat.st
SmallInt.st
SmallInteger.st
--- a/FixedPoint.st	Tue Nov 05 19:36:39 1996 +0100
+++ b/FixedPoint.st	Tue Nov 05 19:40:50 1996 +0100
@@ -74,7 +74,7 @@
         modified & enhanced by Claus Gittinger
 
     [see also:]
-        Integer Float Number
+        Integer Float Number Fraction
 "
 !
 
@@ -822,5 +822,5 @@
 !FixedPoint class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/FixedPoint.st,v 1.3 1996-11-05 18:36:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/FixedPoint.st,v 1.4 1996-11-05 18:38:32 cg Exp $'
 ! !
--- a/Float.st	Tue Nov 05 19:36:39 1996 +0100
+++ b/Float.st	Tue Nov 05 19:40:50 1996 +0100
@@ -79,7 +79,7 @@
 
     [see also:]
         Number
-        ShortFloat Fraction Integer
+        ShortFloat Fraction FixedPoint Integer
         FloatArray DoubleArray
 
     [author:]
@@ -1235,5 +1235,5 @@
 !Float class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.45 1996-11-05 18:36:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.46 1996-11-05 18:40:32 cg Exp $'
 ! !
--- a/Fraction.st	Tue Nov 05 19:36:39 1996 +0100
+++ b/Fraction.st	Tue Nov 05 19:40:50 1996 +0100
@@ -51,7 +51,7 @@
 
     [see also:]
         Number
-        Float Integer
+        Float Integer FixedPoint 
 "
 ! !
 
@@ -630,6 +630,6 @@
 !Fraction class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Fraction.st,v 1.34 1996-11-05 18:36:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Fraction.st,v 1.35 1996-11-05 18:39:52 cg Exp $'
 ! !
 Fraction initialize!
--- a/Integer.st	Tue Nov 05 19:36:39 1996 +0100
+++ b/Integer.st	Tue Nov 05 19:40:50 1996 +0100
@@ -60,7 +60,7 @@
     [see also:]
         Number
         LargeInteger SmallInteger
-        Float ShortFloat Fraction 
+        Float ShortFloat Fraction FixedPoint
 "
 ! !
 
@@ -1197,5 +1197,5 @@
 !Integer class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Integer.st,v 1.53 1996-11-05 18:36:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Integer.st,v 1.54 1996-11-05 18:38:39 cg Exp $'
 ! !
--- a/LPReal.st	Tue Nov 05 19:36:39 1996 +0100
+++ b/LPReal.st	Tue Nov 05 19:40:50 1996 +0100
@@ -43,6 +43,9 @@
 
     [author:]
         Claus Gittinger
+
+    [see also:]
+        Fraction FixedPoint
 "
 ! !
 
@@ -398,5 +401,5 @@
 !LimitedPrecisionReal class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/LPReal.st,v 1.16 1996-11-05 11:21:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/LPReal.st,v 1.17 1996-11-05 18:38:50 cg Exp $'
 ! !
--- a/LargeInt.st	Tue Nov 05 19:36:39 1996 +0100
+++ b/LargeInt.st	Tue Nov 05 19:40:50 1996 +0100
@@ -64,7 +64,7 @@
 
     [see also:]
         Number
-        Float Fraction 
+        Float Fraction FixedPoint 
         SmallInteger
 "
 ! !
@@ -1825,5 +1825,5 @@
 !LargeInteger class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/LargeInt.st,v 1.37 1996-11-05 18:26:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/LargeInt.st,v 1.38 1996-11-05 18:40:50 cg Exp $'
 ! !
--- a/LargeInteger.st	Tue Nov 05 19:36:39 1996 +0100
+++ b/LargeInteger.st	Tue Nov 05 19:40:50 1996 +0100
@@ -64,7 +64,7 @@
 
     [see also:]
         Number
-        Float Fraction 
+        Float Fraction FixedPoint 
         SmallInteger
 "
 ! !
@@ -1825,5 +1825,5 @@
 !LargeInteger class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LargeInteger.st,v 1.37 1996-11-05 18:26:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LargeInteger.st,v 1.38 1996-11-05 18:40:50 cg Exp $'
 ! !
--- a/LimitedPrecisionReal.st	Tue Nov 05 19:36:39 1996 +0100
+++ b/LimitedPrecisionReal.st	Tue Nov 05 19:40:50 1996 +0100
@@ -43,6 +43,9 @@
 
     [author:]
         Claus Gittinger
+
+    [see also:]
+        Fraction FixedPoint
 "
 ! !
 
@@ -398,5 +401,5 @@
 !LimitedPrecisionReal class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LimitedPrecisionReal.st,v 1.16 1996-11-05 11:21:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LimitedPrecisionReal.st,v 1.17 1996-11-05 18:38:50 cg Exp $'
 ! !
--- a/Number.st	Tue Nov 05 19:36:39 1996 +0100
+++ b/Number.st	Tue Nov 05 19:40:50 1996 +0100
@@ -43,6 +43,7 @@
     [see also:]
         Integer LargeInteger SmallInteger
         LimitedPrecisionReal Float ShortFloat
+        Fraction FixedPoint
 "
 ! !
 
@@ -463,5 +464,5 @@
 !Number class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Number.st,v 1.37 1996-11-05 18:36:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Number.st,v 1.38 1996-11-05 18:40:22 cg Exp $'
 ! !
--- a/SFloat.st	Tue Nov 05 19:36:39 1996 +0100
+++ b/SFloat.st	Tue Nov 05 19:40:50 1996 +0100
@@ -66,7 +66,7 @@
 
     [see also:]
         Number
-        Float Fraction Integer
+        Float Fraction FixedPoint Integer
 "
 
 ! !
@@ -562,5 +562,5 @@
 !ShortFloat class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/SFloat.st,v 1.11 1996-11-05 11:20:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/SFloat.st,v 1.12 1996-11-05 18:39:47 cg Exp $'
 ! !
--- a/ShortFloat.st	Tue Nov 05 19:36:39 1996 +0100
+++ b/ShortFloat.st	Tue Nov 05 19:40:50 1996 +0100
@@ -66,7 +66,7 @@
 
     [see also:]
         Number
-        Float Fraction Integer
+        Float Fraction FixedPoint Integer
 "
 
 ! !
@@ -562,5 +562,5 @@
 !ShortFloat class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ShortFloat.st,v 1.11 1996-11-05 11:20:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ShortFloat.st,v 1.12 1996-11-05 18:39:47 cg Exp $'
 ! !
--- a/SmallInt.st	Tue Nov 05 19:36:39 1996 +0100
+++ b/SmallInt.st	Tue Nov 05 19:40:50 1996 +0100
@@ -55,7 +55,7 @@
 
     [see also:]
         Number
-        Float Fraction 
+        Float Fraction FixedPoint
         LargeInteger
 "
 ! !
@@ -2112,5 +2112,5 @@
 !SmallInteger class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/SmallInt.st,v 1.61 1996-11-05 18:25:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/SmallInt.st,v 1.62 1996-11-05 18:40:06 cg Exp $'
 ! !
--- a/SmallInteger.st	Tue Nov 05 19:36:39 1996 +0100
+++ b/SmallInteger.st	Tue Nov 05 19:40:50 1996 +0100
@@ -55,7 +55,7 @@
 
     [see also:]
         Number
-        Float Fraction 
+        Float Fraction FixedPoint
         LargeInteger
 "
 ! !
@@ -2112,5 +2112,5 @@
 !SmallInteger class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.61 1996-11-05 18:25:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.62 1996-11-05 18:40:06 cg Exp $'
 ! !