Set.st
Thu, 30 Sep 2004 14:01:24 +0200 Claus Gittinger comments
Mon, 30 Aug 2004 18:48:46 +0200 Stefan Vogel Add methods for diagnosis
Fri, 11 Jun 2004 20:12:49 +0200 Stefan Vogel Generalize visitor pattern and define #visit...:with: -methods instead
Thu, 09 Oct 2003 23:06:56 +0200 Claus Gittinger avoid need for elements to know how to compare against nil.
Wed, 03 Sep 2003 17:54:12 +0200 Stefan Vogel Speed aup #literalArrayEncoding
Mon, 19 May 2003 20:40:02 +0200 Claus Gittinger +copyWithout/copyWithoutAll:
Wed, 07 May 2003 17:20:03 +0200 Claus Gittinger method category rename
Wed, 07 May 2003 16:15:41 +0200 Claus Gittinger method category rename
Thu, 03 Apr 2003 10:45:30 +0200 Stefan Vogel Clean up set operations
Thu, 03 Apr 2003 10:06:23 +0200 Stefan Vogel Move set operations (#intersect: et al) to Collection
Mon, 03 Feb 2003 11:18:45 +0100 Stefan Vogel Remove unused method var
Sun, 02 Feb 2003 17:41:18 +0100 Claus Gittinger comment and category change only
Fri, 29 Nov 2002 12:10:04 +0100 Claus Gittinger refactored to invoke #hash/#identityHash only from one place
Thu, 13 Jun 2002 16:02:39 +0200 Stefan Vogel Allow asking if a set contains nil.
Mon, 13 May 2002 11:30:46 +0200 Claus Gittinger better invalidElementError message
Thu, 02 May 2002 11:19:23 +0200 Claus Gittinger +
Fri, 23 Nov 2001 11:13:43 +0100 martin *** empty log message ***
Fri, 16 Nov 2001 11:51:54 +0100 Claus Gittinger comments;
Wed, 31 Oct 2001 10:54:23 +0100 Claus Gittinger + changeCapacityTo: (VW compatibility)
Mon, 08 Oct 2001 15:57:33 +0200 tm added: literalArrayEncoding
Thu, 19 Apr 2001 15:54:50 +0200 Stefan Vogel Use #invalidElementError to warn about illegal use of nil in Sets
Mon, 19 Mar 2001 10:33:05 +0100 Claus Gittinger *** empty log message ***
Wed, 20 Dec 2000 19:58:35 +0100 Claus Gittinger nope - not better.
Wed, 20 Dec 2000 19:56:35 +0100 Claus Gittinger better findNil:
Fri, 15 Sep 2000 12:31:31 +0200 Stefan Vogel Define #intersect:
Wed, 30 Aug 2000 23:24:57 +0200 Claus Gittinger includes:nil - allowed, but send out a warning
Tue, 22 Aug 2000 15:57:33 +0200 Claus Gittinger category change
Tue, 18 Jul 2000 11:07:00 +0200 Stefan Vogel General encoding method (#encodeOn:with:)
Tue, 28 Mar 2000 19:43:44 +0200 Claus Gittinger added a warning: adding nil will soon be an error.
Tue, 21 Mar 2000 11:55:06 +0100 Claus Gittinger added #-
Wed, 23 Feb 2000 23:56:45 +0100 Claus Gittinger added #= & #hash; EXPERIMENTAL
Thu, 02 Dec 1999 12:22:34 +0100 Claus Gittinger comment
Thu, 23 Sep 1999 18:04:23 +0200 Stefan Vogel New method #sameContentsAs:
Mon, 01 Mar 1999 16:59:06 +0100 Claus Gittinger there can be only one EmptySlot
Wed, 05 Aug 1998 10:47:57 +0200 Claus Gittinger try to avoid allocation of a new keyArray in #setTally:
Tue, 03 Feb 1998 14:34:21 +0100 Claus Gittinger handle attempt to remove nil.
Mon, 02 Feb 1998 17:27:21 +0100 Claus Gittinger added access to my (private) keyArray instVar (sorry)
Sun, 02 Nov 1997 18:57:25 +0100 Claus Gittinger checkin from browser
Sat, 25 Oct 1997 01:03:09 +0200 Claus Gittinger *** empty log message ***
Fri, 21 Mar 1997 10:34:00 +0100 Claus Gittinger use #hashFor: in #findNil:
Thu, 20 Mar 1997 20:37:19 +0100 Claus Gittinger added #elementAt: / #elementAt:ifAbsent:
Wed, 19 Mar 1997 16:08:46 +0100 Claus Gittinger minimum goodSize reduced to 7.
Wed, 19 Mar 1997 16:00:25 +0100 Claus Gittinger findNil: no need to check for wraparound;
Sat, 01 Mar 1997 01:01:21 +0100 Claus Gittinger checkin from browser
Wed, 12 Feb 1997 14:17:41 +0100 Claus Gittinger checkin from browser
Thu, 30 Jan 1997 14:59:44 +0100 Claus Gittinger oops - the last one was not good
Thu, 30 Jan 1997 12:22:06 +0100 Claus Gittinger make findKeyOrNil more idiot-proof
Wed, 29 Jan 1997 22:05:45 +0100 Claus Gittinger comment
Sat, 25 Jan 1997 14:59:27 +0100 Claus Gittinger *** empty log message ***
Fri, 24 Jan 1997 23:11:36 +0100 Claus Gittinger semaphore names
Fri, 24 Jan 1997 21:53:11 +0100 Claus Gittinger a better deletedClass
Tue, 12 Nov 1996 16:13:57 +0100 Claus Gittinger avoid largeIntegers
Tue, 12 Nov 1996 15:04:56 +0100 Claus Gittinger *** empty log message ***
Wed, 04 Sep 1996 14:41:22 +0200 Claus Gittinger oops - shrinking of Set could create a fully populated Set,
Tue, 04 Jun 1996 11:26:28 +0200 Claus Gittinger first look for nil-entry in findKeyOrNil: - saves a compare in the good case, when adding new elements
Tue, 30 Apr 1996 14:15:45 +0200 Claus Gittinger checkin from browser
Thu, 25 Apr 1996 18:20:46 +0200 Claus Gittinger documentation
Fri, 12 Apr 1996 18:55:03 +0200 Claus Gittinger commentary
Tue, 09 Apr 1996 22:47:46 +0200 Claus Gittinger commentary
Tue, 26 Mar 1996 21:45:09 +0100 Claus Gittinger OOPS - could add elements twice after a remove (shame on me: how could that go unnoticed for so long ...)
less more (0) -60 tip