[squeak-dev] The Trunk: Network-pre.250.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Nov 26 13:55:46 UTC 2021


Patrick Rein uploaded a new version of Network to project The Trunk:
http://source.squeak.org/trunk/Network-pre.250.mcz

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

Name: Network-pre.250
Author: pre
Time: 26 November 2021, 2:55:43.296614 pm
UUID: 36dacd1d-414b-574d-b11b-ddac8ba64fb3
Ancestors: Network-eem.249

Categorizes two uncategorized methods.

=============== Diff against Network-eem.249 ===============

Item was changed:
+ ----- Method: RemoteFileStream>>padToEndWith: (in category 'read, write, position') -----
- ----- Method: RemoteFileStream>>padToEndWith: (in category 'as yet unclassified') -----
  padToEndWith: aChar
  	"On the Mac, files do not truncate, so pad it with a harmless character.  But Remote FTP files always replace, so no need to pad."
  
  	self atEnd ifFalse: [self inform: 'Why is this stream not at its end?'].!

Item was changed:
+ ----- Method: UUID>>makeUUID (in category 'private - initialize') -----
- ----- Method: UUID>>makeUUID (in category 'as yet unclassified') -----
  makeUUID
  
  	self primMakeUUID ifNil: [
  		UUIDGenerator default generateBytes: self forVersion: 4 ]!



More information about the Squeak-dev mailing list