[squeak-dev] The Trunk: Collections-ul.422.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jan 31 01:53:58 UTC 2011


Levente Uzonyi uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-ul.422.mcz

==================== Summary ====================

Name: Collections-ul.422
Author: ul
Time: 31 January 2011, 2:02:00.387 am
UUID: 89c6854c-b6d1-1646-a22b-bbc47ce7522f
Ancestors: Collections-ul.421

Introduced Stream >> #basicNext:putAll:startingAt: which will be used by MultiByteFileStream to fix http://bugs.squeak.org/view.php?id=7603 .

=============== Diff against Collections-ul.421 ===============

Item was added:
+ ----- Method: Stream>>basicNext:putAll:startingAt: (in category 'accessing') -----
+ basicNext: anInteger putAll: aCollection startingAt: startIndex
+ 
+ 	^self next: anInteger putAll: aCollection startingAt: startIndex
+ !




More information about the Squeak-dev mailing list