[squeak-dev] The Trunk: Files-nice.77.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Mar 22 18:23:12 UTC 2010


Nicolas Cellier uploaded a new version of Files to project The Trunk:
http://source.squeak.org/trunk/Files-nice.77.mcz

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

Name: Files-nice.77
Author: nice
Time: 22 March 2010, 7:23:10.563 pm
UUID: e5bd5482-768d-fc46-adfd-3f614d832dab
Ancestors: Files-nice.76

Let #at:put: answer the put object

=============== Diff against Files-nice.76 ===============

Item was changed:
  ----- Method: StandardSourceFileArray>>at:put: (in category 'accessing') -----
  at: index put: aFile
+ 	^files at: index put: aFile!
- 	files at: index put: aFile!

Item was changed:
  ----- Method: ExpandedSourceFileArray>>at:put: (in category 'accessing') -----
  at: index put: aFile
+ 	^files at: index put: aFile!
- 	files at: index put: aFile!




More information about the Squeak-dev mailing list