The Trunk: Files-nice.180.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Files-nice.180.mcz

commits-2
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 ]!