[Pkg] The Trunk: Files-nice.180.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Apr 6 21:43:05 UTC 2018


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

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

Name: Files-nice.180
Author: nice
Time: 6 April 2018, 11:42:51.959975 pm
UUID: 8c7f5f6d-f3db-4d3e-afd3-e47351332573
Ancestors: Files-tpr.179

Fix typo according to http://bugs.squeak.org/view.php?id=7854

=============== Diff against Files-tpr.179 ===============

Item was changed:
  ----- Method: FileStream class>>encodeAndDecodeStdioFiles (in category 'stdio') -----
  encodeAndDecodeStdioFiles
  	
  	<preference: 'Encode and decode the contents of stdio files.'
  		category: 'Files'
+ 		description: 'If true, then the contents of stdin, stdout and stderr are encoded/decoded using the system default text converter.'
- 		description: 'It true, then the contents of stdin, stdout and stderr are encoded/decoded using the system default text converter.'
  		type: #Boolean>
  	^EncodeAndDecodeStdioFiles ifNil: [ true ]!



More information about the Packages mailing list