[squeak-dev] The Inbox: Files-ul.110.mcz

commits at source.squeak.org commits at source.squeak.org
Tue May 17 15:40:24 UTC 2011


A new version of Files was added to project The Inbox:
http://source.squeak.org/inbox/Files-ul.110.mcz

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

Name: Files-ul.110
Author: ul
Time: 17 May 2011, 5:35:51.697 pm
UUID: fbfddcfb-4462-7748-9a58-246ae4135b3c
Ancestors: Files-nice.109

Send #initialize to new FileStream sub instances.

=============== Diff against Files-nice.109 ===============

Item was changed:
+ ----- Method: FileStream class>>new (in category 'stdio') -----
- ----- Method: FileStream class>>new (in category 'instance creation') -----
  new
+ 
+ 	^self basicNew initialize!
- 	^ self basicNew!




More information about the Squeak-dev mailing list