-
-
Notifications
You must be signed in to change notification settings - Fork 925
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 45f46df6c8c4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3b2c42996a13
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 5 files changed
- 1 contributor
Commits on May 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2e977b5 - Browse repository at this point
Copy the full SHA 2e977b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 897c535 - Browse repository at this point
Copy the full SHA 897c535View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65db8b2 - Browse repository at this point
Copy the full SHA 65db8b2View commit details -
Normalize PATH set to filesystem encoding, as in MRI.
Fixes the rest of #3907.
Configuration menu - View commit details
-
Copy full SHA for 6daad69 - Browse repository at this point
Copy the full SHA 6daad69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c19173 - Browse repository at this point
Copy the full SHA 0c19173View commit details -
Temporarily pass env values through bytes for locale encoding.
This fixes the one regression in my previous changes. Because MRI always creates new strings when you read from ENV, they just normalize to locale encoding for setenv, and then either use locale encoding or filesystem encoding for getenv. The equivalent for us here is to just let the setenv string decode to Java String and then use the default getBytes to match it up with the default Charset used for locale, rather than attempting to transcode the string directly.
Configuration menu - View commit details
-
Copy full SHA for 3b2c429 - Browse repository at this point
Copy the full SHA 3b2c429View commit details
There are no files selected for viewing