Mon, 02 Sep 2013 17:18:35 +0200 class: Smalltalk
Claus Gittinger <cg@exept.de> [Mon, 02 Sep 2013 17:18:35 +0200] rev 15741
class: Smalltalk changed: #loadPackage:fromDirectory:asAutoloaded: catch error in initialization of an autoloaded package definition class and retry after the whole package has been loaded. Will remove this, when postLoad actions are correctly called in package definitions
Mon, 02 Sep 2013 17:06:20 +0200 class: CharacterArray
Claus Gittinger <cg@exept.de> [Mon, 02 Sep 2013 17:06:20 +0200] rev 15740
class: CharacterArray comment/format in: #asCollectionOfSubstringsSeparatedBy: #asCollectionOfSubstringsSeparatedBy:exceptIn:
Sun, 01 Sep 2013 00:37:43 +0200 class: StandaloneStartup
Claus Gittinger <cg@exept.de> [Sun, 01 Sep 2013 00:37:43 +0200] rev 15739
class: StandaloneStartup changed: #loadPatchesMatching: unified the interface to methods with an ignoreCase/caseSensitive argument; now the recommended interface to call is the *caseSensitive:* variant, for compatibility with other smalltalks (and also, more so, to avoid the confusion when reading code) The old *ignoreCase* methods remain in the system marked as obsolete (but without an obsoleteMethodWarning, for a very long time, because lots of code out there is using that.
Sat, 31 Aug 2013 21:31:47 +0200 class: MiniDebugger
Claus Gittinger <cg@exept.de> [Sat, 31 Aug 2013 21:31:47 +0200] rev 15738
class: MiniDebugger changed: #helpOn:
Sat, 31 Aug 2013 21:30:24 +0200 class: Filename
Claus Gittinger <cg@exept.de> [Sat, 31 Aug 2013 21:30:24 +0200] rev 15737
class: Filename changed: #filesMatching: #filesMatchingWithoutDotDirs: unified the interface to methods with an ignoreCase/caseSensitive argument; now the recommended interface to call is the *caseSensitive:* variant, for compatibility with other smalltalks (and also, more so, to avoid the confusion when reading code) The old *ignoreCase* methods remain in the system marked as obsolete (but without an obsoleteMethodWarning, for a very long time, because lots of code out there is using that.
Sat, 31 Aug 2013 21:27:54 +0200 class: Collection
Claus Gittinger <cg@exept.de> [Sat, 31 Aug 2013 21:27:54 +0200] rev 15736
class: Collection added: #longestCommonPrefixCaseSensitive: #longestCommonSuffixCaseSensitive: changed: #longestCommonPrefix #longestCommonPrefixIgnoreCase: #longestCommonSuffix #longestCommonSuffixIgnoreCase: unified the interface to methods with an ignoreCase/caseSensitive argument; now the recommended interface to call is the *caseSensitive:* variant, for compatibility with other smalltalks (and also, more so, to avoid the confusion when reading code) The old *ignoreCase* methods remain in the system marked as obsolete (but without an obsoleteMethodWarning, for a very long time, because lots of code out there is using that.
Sat, 31 Aug 2013 21:23:31 +0200 class: SequenceableCollection
Claus Gittinger <cg@exept.de> [Sat, 31 Aug 2013 21:23:31 +0200] rev 15735
class: SequenceableCollection added: #commonPrefixWith:caseSensitive: #commonSuffixWith:caseSensitive: changed: #commonPrefixWith:ignoreCase: #commonSuffixWith:ignoreCase: unified the interface to methods with an ignoreCase/caseSensitive argument; now the recommended interface to call is the *caseSensitive:* variant, for compatibility with other smalltalks (and also, more so, to avoid the confusion when reading code) The old *ignoreCase* methods remain in the system marked as obsolete (but without an obsoleteMethodWarning, for a very long time, because lots of code out there is using that.
Sat, 31 Aug 2013 21:22:51 +0200 class: CharacterArray
Claus Gittinger <cg@exept.de> [Sat, 31 Aug 2013 21:22:51 +0200] rev 15734
class: CharacterArray added:10 methods comment/format in: #paddedTo: changed:12 methods unified the interface to methods with an ignoreCase/caseSensitive argument; now the recommended interface to call is the *caseSensitive:* variant, for compatibility with other smalltalks (and also, more so, to avoid the confusion when reading code) The old *ignoreCase* methods remain in the system marked as obsolete (but without an obsoleteMethodWarning, for a very long time, because lots of code out there is using that.
Sat, 31 Aug 2013 15:28:11 +0200 class: Collection
Claus Gittinger <cg@exept.de> [Sat, 31 Aug 2013 15:28:11 +0200] rev 15733
class: Collection added: #collectAll:as:
Sat, 31 Aug 2013 15:17:33 +0200 class: Bag
Claus Gittinger <cg@exept.de> [Sat, 31 Aug 2013 15:17:33 +0200] rev 15732
class: Bag comment/format in: #contents #sortedCounts
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip