DescriptionChange stdout/stderr to binary mode on Windows
Every other file opened in Windows is in binary mode, and there is no
way of opening a file in text mode.
This is a breaking change if one is relying on the CR insertion
when writing to stdout/stderr on Windows.
BUG=https://github.com/dart-lang/sdk/issues/19334
R=kustermann@google.com
Committed: https://github.com/dart-lang/sdk/commit/4205b2997e01f2cea8e2f44c6f46ed6259ab7277
Patch Set 1 #Patch Set 2 : Uses _O_ variants #Patch Set 3 : Really use the _O_ version #
Messages
Total messages: 4 (0 generated)
|