comment
authorClaus Gittinger <cg@exept.de>
Thu, 19 Aug 1999 01:56:06 +0200
changeset 4611 5d77a2fa73ba
parent 4610 742650733761
child 4612 724572ee0390
comment
Integer.st
--- a/Integer.st	Thu Aug 19 01:54:57 1999 +0200
+++ b/Integer.st	Thu Aug 19 01:56:06 1999 +0200
@@ -129,10 +129,11 @@
      Integer fastFromString:'12345' at:3  
      Integer fastFromString:'12345' at:4  
      Integer fastFromString:'12345' at:5  
-     Integer fastFromString:'12345' at:6  
      Integer fastFromString:'1234512345' at:1  
      Integer fastFromString:'2147483647' at:1  
+
      Integer fastFromString:'4294967295' at:1 
+     Integer fastFromString:'12345' at:6  
      Integer fastFromString:'12345' at:0  
 
      Time millisecondsToRun:[
@@ -2196,5 +2197,5 @@
 !Integer class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Integer.st,v 1.104 1999-08-18 23:54:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Integer.st,v 1.105 1999-08-18 23:56:06 cg Exp $'
 ! !