SmallInteger.st
Wed, 02 Jul 2003 11:52:56 +0200 Claus Gittinger comments
Sat, 21 Jun 2003 12:13:53 +0200 Claus Gittinger code refactoring for metaNumbers and complete double dispatch.
Mon, 16 Jun 2003 11:17:33 +0200 Claus Gittinger double dispatching fixed;
Wed, 07 May 2003 17:18:09 +0200 Claus Gittinger method category rename
Tue, 01 Apr 2003 15:10:37 +0200 Claus Gittinger comment
Mon, 31 Mar 2003 11:15:41 +0200 Claus Gittinger replaced refs to DivisionByZeroSignal with ZeroDivide
Wed, 31 Jul 2002 12:30:19 +0200 Claus Gittinger double dispatch fallback code in comparing fixed
Thu, 28 Mar 2002 12:04:12 +0100 Claus Gittinger checkin from browser
Thu, 28 Mar 2002 12:02:25 +0100 Claus Gittinger highBit now returns 0 if no bit is set.
Thu, 28 Mar 2002 11:50:28 +0100 Claus Gittinger lowBit now returns 0 if no bit is set.
Tue, 26 Feb 2002 11:48:26 +0100 Claus Gittinger *** empty log message ***
Tue, 26 Feb 2002 11:42:50 +0100 Claus Gittinger checkin from browser
Tue, 26 Feb 2002 11:41:59 +0100 Claus Gittinger unsigned C/Java 32bit shifts
Mon, 18 Feb 2002 16:11:24 +0100 Claus Gittinger bitShift:float trouble fixed.
Wed, 19 Dec 2001 15:25:28 +0100 Stefan Vogel Raise more specific errors
Mon, 05 Nov 2001 16:32:32 +0100 james check for bad radix
Thu, 11 Oct 2001 17:22:54 +0200 Claus Gittinger avoid endless recursion when trying to evaluate anInt < aSymbol
Tue, 02 Oct 2001 16:35:22 +0200 Claus Gittinger comment
Tue, 02 Oct 2001 11:58:53 +0200 Claus Gittinger comments about double dispatching
Fri, 07 Sep 2001 13:58:39 +0200 Claus Gittinger ANSI
Tue, 04 Sep 2001 13:27:12 +0200 Claus Gittinger ZeroDivide has a parameter
Thu, 23 Aug 2001 23:00:58 +0200 Claus Gittinger compare fallBacks changed to enable VW compatible double dispatching
Tue, 16 Jan 2001 12:28:56 +0100 Claus Gittinger comment change
Thu, 03 Aug 2000 19:48:44 +0200 Claus Gittinger index bounds in bit operations;
Tue, 11 Jul 2000 15:41:44 +0200 Claus Gittinger example
Fri, 07 Jul 2000 11:35:35 +0200 Claus Gittinger *** empty log message ***
Fri, 23 Jun 2000 21:08:42 +0200 Claus Gittinger *** empty log message ***
Fri, 23 Jun 2000 20:57:24 +0200 Claus Gittinger *** empty log message ***
Mon, 07 Feb 2000 12:33:26 +0100 Claus Gittinger categories
Tue, 25 Jan 2000 11:12:20 +0100 Claus Gittinger setBit/clearBit.
Wed, 03 Nov 1999 10:28:05 +0100 Stefan Vogel Fix bad result -1 when doing 1000 // 3600000
Wed, 27 Oct 1999 01:34:03 +0200 Claus Gittinger slightly better lowBit & highBit on intel
Wed, 27 Oct 1999 01:33:14 +0200 Claus Gittinger slightly better lowBit & highBit on intel
Wed, 27 Oct 1999 00:09:59 +0200 Claus Gittinger better highBit (using binary search)
Tue, 26 Oct 1999 23:47:50 +0200 Claus Gittinger better #highBit
Sun, 03 Oct 1999 10:41:14 +0200 Claus Gittinger New: #digitBytes and #digitBytesMSB:
Wed, 01 Sep 1999 22:03:44 +0200 Claus Gittinger comment
Mon, 30 Aug 1999 13:22:01 +0200 Claus Gittinger moved anyMask, allMask ... to Integer.
Thu, 19 Aug 1999 02:14:26 +0200 Claus Gittinger faster and:/bitTest: with a largeInteger
Wed, 04 Aug 1999 16:10:55 +0200 Claus Gittinger subscriptBoundsError when accessing bad bits
Mon, 26 Jul 1999 11:11:55 +0200 Stefan Vogel Raise DivisionByZeroSignal proceedable (as in ST-80)!
Wed, 12 May 1999 12:19:01 +0200 Claus Gittinger *** empty log message ***
Wed, 12 May 1999 11:55:58 +0200 Claus Gittinger oops - longlong shift fails with i386,GCC
Tue, 11 May 1999 18:21:22 +0200 Claus Gittinger checkin from browser
Tue, 11 May 1999 17:34:11 +0200 Claus Gittinger fixed * (for sparc)
Mon, 10 May 1999 15:45:48 +0200 Claus Gittinger inline asm mul for WIN32
Fri, 19 Mar 1999 22:39:37 +0100 Claus Gittinger *** empty log message ***
Sun, 14 Feb 1999 12:15:07 +0100 Stefan Vogel Fix so that // and \\ truncate towards negative infinity and
Thu, 05 Nov 1998 16:12:17 +0100 Claus Gittinger comment change
Sat, 31 Oct 1998 12:35:50 +0100 Claus Gittinger oops - multiply of 64 bit values wrong if both low-parts were zero
Mon, 26 Oct 1998 17:29:54 +0100 Claus Gittinger added #digitByteAt:
Fri, 31 Jul 1998 22:21:09 +0200 Claus Gittinger *** empty log message ***
Fri, 31 Jul 1998 22:20:04 +0200 Claus Gittinger avoid name conflict.
Fri, 31 Jul 1998 22:10:06 +0200 Claus Gittinger new printStringRadix:
Fri, 31 Jul 1998 21:56:46 +0200 Claus Gittinger SmallInteger>>printString now twice as fast (for andi and olbi)
Tue, 28 Jul 1998 20:32:07 +0200 Claus Gittinger comment
Tue, 28 Jul 1998 18:37:47 +0200 Claus Gittinger fixed clearBit:
Tue, 09 Jun 1998 13:36:39 +0200 Claus Gittinger added int op shortFloat inline
Sun, 17 May 1998 23:16:30 +0200 Claus Gittinger same for signExtendedShortValue (alpha)
Sun, 17 May 1998 23:00:03 +0200 Claus Gittinger signExtendedByteValue for alpha64
less more (0) -100 -60 tip