SequenceableCollection.st
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:
Sat, 05 Aug 2000 21:06:46 +0200 Claus Gittinger after:ifAbsent: & before:ifAbsent: added
Sun, 30 Jul 2000 20:48:38 +0200 Claus Gittinger *** empty log message ***
Tue, 18 Jul 2000 11:07:00 +0200 Stefan Vogel General encoding method (#encodeOn:with:)
Wed, 05 Jul 2000 18:49:54 +0200 Claus Gittinger *** empty log message ***
Wed, 05 Jul 2000 15:08:49 +0200 Claus Gittinger comment
Fri, 19 May 2000 17:20:08 +0200 Claus Gittinger *** empty log message ***
Thu, 13 Apr 2000 13:34:41 +0200 Claus Gittinger added #beginsWith::
Fri, 07 Apr 2000 10:08:19 +0200 Claus Gittinger added #isSorted;
Fri, 24 Mar 2000 10:52:30 +0100 Claus Gittinger added #replaceAllIdentical:with:
Fri, 18 Feb 2000 19:01:04 +0100 Claus Gittinger added identity-element compare: #identicalContentsAs:
Thu, 03 Feb 2000 14:18:32 +0100 Claus Gittinger comments;
Mon, 31 Jan 2000 16:30:10 +0100 Claus Gittinger added #from:collect: - for convenience
Mon, 24 Jan 2000 22:29:59 +0100 Claus Gittinger added #copyButFirst: and #copyButLast:
Mon, 17 Jan 2000 12:19:33 +0100 Claus Gittinger category renamining
Wed, 29 Dec 1999 12:23:46 +0100 Claus Gittinger paddedCopy methods moved from CharacterArray
Thu, 18 Nov 1999 17:23:04 +0100 Claus Gittinger checkin from browser
Sat, 13 Nov 1999 12:36:30 +0100 Claus Gittinger *** empty log message ***
Tue, 09 Nov 1999 10:32:10 +0100 Claus Gittinger added #atWrap:
Wed, 06 Oct 1999 18:33:41 +0200 Claus Gittinger added #third
Wed, 06 Oct 1999 18:31:24 +0200 Claus Gittinger added #second
Fri, 24 Sep 1999 15:04:22 +0200 Claus Gittinger added
Wed, 22 Sep 1999 17:38:49 +0200 Claus Gittinger added #lastIndexOfAny:
Sat, 04 Sep 1999 17:21:07 +0200 Claus Gittinger oops
Sat, 04 Sep 1999 13:17:18 +0200 Claus Gittinger allow strings as sepCharacter and endCharacter in #asStringWith:...
Mon, 26 Jul 1999 16:30:58 +0200 Claus Gittinger checkin from browser
Mon, 19 Jul 1999 21:43:17 +0200 Claus Gittinger checkin from browser
Sat, 17 Jul 1999 12:21:54 +0200 Claus Gittinger comment
Sat, 17 Jul 1999 12:21:20 +0200 Claus Gittinger care for bad startIndex in #copyFrom:to:
Thu, 15 Jul 1999 15:34:49 +0200 Claus Gittinger definite (true) return for zero-length arg in #startsWith:
Tue, 13 Jul 1999 18:12:05 +0200 Claus Gittinger oops - the last one was not good.
Tue, 13 Jul 1999 17:42:02 +0200 Claus Gittinger allow collections to be literal-encoded/decoded
Sun, 11 Jul 1999 02:45:05 +0200 Claus Gittinger checkin from browser
less more (0) -100 -60 tip