Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix duplicate LF->CRLF encoding #820

Closed
wants to merge 2 commits into from

Conversation

Aurel300
Copy link
Member

@Aurel300 Aurel300 commented Jun 26, 2019

See HaxeFoundation/haxe#8379

  • sets stdout and stderr to binary mode (prevents \n from being output as \r\n automatically)
  • adds HX_LF macro, set to \r\n if HX_WINDOWS is defined, \n otherwise
  • replaces usages of \n with HX_LF

@ncannasse
Copy link
Member

ncannasse commented Jun 26, 2019 via email

@Aurel300
Copy link
Member Author

Aurel300 commented Jul 1, 2019

Closed, see HaxeFoundation/haxe#8379 (comment)

@Aurel300 Aurel300 closed this Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants