-
-
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: 8574cb3d77bb^
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: 9717929a3c10
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 4 files changed
- 1 contributor
Commits on Mar 13, 2015
-
Move String#inspect's "actual encoding" logic out and use it.
This is STR_ENC_GET/get_encoding/get_actual_encoding used in several String methods. This fixes issues with the UTF-16/23 dummy replicas confusing the transcoding system.
Configuration menu - View commit details
-
Copy full SHA for 8574cb3 - Browse repository at this point
Copy the full SHA 8574cb3View commit details -
Fix String#b to force the dup to modify.
Without modify here, the BINARY encoding gets applied to the still-shared ByteList from the original. Caused various issues in tests that use #b.
Configuration menu - View commit details
-
Copy full SHA for f2350fe - Browse repository at this point
Copy the full SHA f2350feView commit details -
Integer#chr fixes for unusual encodings.
* Ensure int gets used as unsigned for 32-bit encodings. * Double-check resulting character to be sure it is valid.
Configuration menu - View commit details
-
Copy full SHA for f90bcc9 - Browse repository at this point
Copy the full SHA f90bcc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9717929 - Browse repository at this point
Copy the full SHA 9717929View commit details
There are no files selected for viewing