SequenceableCollection.st
Tue, 07 Oct 2003 23:27:12 +0200 Claus Gittinger allow mergeSort with a sortBlock
Fri, 19 Sep 2003 09:50:23 +0200 Claus Gittinger +replaceAllForWhich:with:
Wed, 03 Sep 2003 17:54:12 +0200 Stefan Vogel Speed aup #literalArrayEncoding
Tue, 05 Aug 2003 11:49:06 +0200 Stefan Vogel Define #< for comparing collections
Tue, 22 Jul 2003 20:06:14 +0200 Claus Gittinger avoid Large arithmetic when computing the hashValue.
Thu, 10 Jul 2003 14:32:07 +0200 Claus Gittinger +from:keysAndValuesDo:
Tue, 10 Jun 2003 12:59:59 +0200 Claus Gittinger *** empty log message ***
Tue, 10 Jun 2003 12:37:35 +0200 Claus Gittinger comment
Mon, 19 May 2003 14:50:13 +0200 Claus Gittinger category
Fri, 09 May 2003 17:54:24 +0200 Claus Gittinger +startsWithAnyOf:
Fri, 09 May 2003 17:52:51 +0200 Claus Gittinger +endsWithAnyOf:
Wed, 07 May 2003 16:44:51 +0200 Claus Gittinger method category rename
Wed, 07 May 2003 16:32:07 +0200 Claus Gittinger method category rename
Wed, 07 May 2003 16:15:41 +0200 Claus Gittinger method category rename
Wed, 07 May 2003 11:53:03 +0200 Claus Gittinger matrix support
Tue, 06 May 2003 20:27:25 +0200 Claus Gittinger reindexing added
Mon, 24 Mar 2003 18:18:44 +0100 Claus Gittinger no need to tune third, fourth; use inherited
Tue, 18 Mar 2003 16:23:12 +0100 Claus Gittinger +paddedToMultipleOf:with:
Sun, 02 Mar 2003 21:53:06 +0100 Stefan Vogel Convert Object>>errorSignal -> Error
Fri, 07 Feb 2003 10:55:51 +0100 penk add methods for squeak compatibility
Wed, 29 Jan 2003 20:23:17 +0100 penk copyAfterLAst: - Squeak compatibility
Wed, 29 Jan 2003 19:54:33 +0100 penk copyUpToLast: - Squeak compatibility
Sun, 26 Jan 2003 15:14:14 +0100 Claus Gittinger better #anElement
Mon, 20 Jan 2003 17:23:40 +0100 Stefan Vogel New: #detectFirstInOrder:
Fri, 20 Dec 2002 15:46:01 +0100 Claus Gittinger comment
Wed, 04 Dec 2002 12:50:41 +0100 Claus Gittinger changed all quickSort methods to a simulated recursive
Wed, 20 Nov 2002 10:25:31 +0100 Claus Gittinger +from:to:keysAndValuesDo:
Mon, 04 Nov 2002 15:42:32 +0100 Claus Gittinger + writeStream
Tue, 10 Sep 2002 15:03:51 +0200 Claus Gittinger hash: changed to be useful for intervals too.
Fri, 06 Sep 2002 21:23:03 +0200 Claus Gittinger includesKey: pushed to SeqColl
Wed, 04 Sep 2002 12:40:02 +0200 Claus Gittinger slightly better #hash (care for last element also)
Tue, 20 Aug 2002 16:35:15 +0200 Claus Gittinger load owner of an unknown private class in decodeLiteralArray
Tue, 25 Jun 2002 15:59:36 +0200 Stefan Vogel Encoding
Fri, 07 Jun 2002 12:43:45 +0200 Claus Gittinger vw compat.
Thu, 16 May 2002 17:35:39 +0200 Claus Gittinger new #inGroupsOf:do: and #inGroupsOf:collect:
Sat, 13 Apr 2002 15:09:01 +0200 Claus Gittinger *** empty log message ***
Sat, 13 Apr 2002 14:41:59 +0200 Claus Gittinger added commonPrefix/commonSuffix
Tue, 13 Nov 2001 13:52:46 +0100 Claus Gittinger comment
Mon, 05 Nov 2001 16:46:17 +0100 james some more (for squeak)
Wed, 31 Oct 2001 12:25:06 +0100 Claus Gittinger sameContentsAs:whenComparedUsing: -> sameContentsAs:whenComparedWith:
Wed, 31 Oct 2001 12:20:37 +0100 Claus Gittinger + sameContentsAs:whenComparedUsing:
Wed, 31 Oct 2001 10:52:49 +0100 Claus Gittinger comment
Fri, 26 Oct 2001 10:13:02 +0200 Claus Gittinger +isSameSequenceAs:
Wed, 26 Sep 2001 18:52:14 +0200 Claus Gittinger added #copyReplacing:withObject: (ANSI)
Wed, 12 Sep 2001 13:10:35 +0200 Claus Gittinger added #from:to:select:
Tue, 04 Sep 2001 14:45:09 +0200 Claus Gittinger example added
Tue, 10 Jul 2001 12:02:29 +0200 Claus Gittinger added #first: / #last:
Fri, 18 May 2001 00:36:14 +0200 Stefan Vogel Use <resource:#obsolete>
Wed, 25 Apr 2001 10:15:01 +0200 Claus Gittinger error handling when literalArraySpec is bad.
Wed, 28 Feb 2001 14:15:18 +0100 Stefan Vogel Cleanup unused method vars
Wed, 21 Feb 2001 14:18:23 +0100 Stefan Vogel Define #deepSameContentsAs:
Sat, 18 Nov 2000 12:44:10 +0100 ca no need to redefine detect:ifNone:
Mon, 02 Oct 2000 16:02:43 +0200 Stefan Vogel Fix #decodeFromLiteralArray to avoid slow grow operations
Fri, 15 Sep 2000 12:30:55 +0200 Stefan Vogel Define #asCollection, #asSequenceableCollection
Thu, 14 Sep 2000 20:57:56 +0200 Claus Gittinger changed quickSort to be stable with '<=' compare as sortBlock.
Fri, 01 Sep 2000 12:09:16 +0200 Claus Gittinger *** empty log message ***
Wed, 23 Aug 2000 12:32:28 +0200 Claus Gittinger added #upToAny:
Tue, 22 Aug 2000 21:52:14 +0200 Claus Gittinger *** empty log message ***
Wed, 16 Aug 2000 14:05:22 +0200 Claus Gittinger added #copyToMax:
Tue, 15 Aug 2000 16:30:53 +0200 Claus Gittinger protocol completeness: added #identityIndexOf:or:
less more (0) -100 -60 tip