-
-
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: 2883be50530a
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: 48b2185852e3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
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 -
Configuration menu - View commit details
-
Copy full SHA for 3ffcfa9 - Browse repository at this point
Copy the full SHA 3ffcfa9View commit details
Commits on Mar 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6ee7103 - Browse repository at this point
Copy the full SHA 6ee7103View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6120fca - Browse repository at this point
Copy the full SHA 6120fcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe821de - Browse repository at this point
Copy the full SHA fe821deView commit details -
Merge branch 'test-encoding-fixes' into string-quagmire
Conflicts: core/src/main/java/org/jruby/RubyString.java
Configuration menu - View commit details
-
Copy full SHA for 436dd30 - Browse repository at this point
Copy the full SHA 436dd30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9715da5 - Browse repository at this point
Copy the full SHA 9715da5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f874bb1 - Browse repository at this point
Copy the full SHA f874bb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38ade02 - Browse repository at this point
Copy the full SHA 38ade02View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc62cf9 - Browse repository at this point
Copy the full SHA cc62cf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a823be5 - Browse repository at this point
Copy the full SHA a823be5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fa1e10 - Browse repository at this point
Copy the full SHA 6fa1e10View commit details
Commits on Mar 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a8a36a7 - Browse repository at this point
Copy the full SHA a8a36a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f2f4d0 - Browse repository at this point
Copy the full SHA 7f2f4d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34b5582 - Browse repository at this point
Copy the full SHA 34b5582View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 6101605 - Browse repository at this point
Copy the full SHA 6101605View commit details -
Configuration menu - View commit details
-
Copy full SHA for 349f57b - Browse repository at this point
Copy the full SHA 349f57bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a6ed4b - Browse repository at this point
Copy the full SHA 4a6ed4bView commit details -
Tidy up semantics of matchdata out param in search/match.
Previously the semantics were a bit of a mix; some consumers passed the out param *and* wanted the matchdata set into context, some did not want it set, and some did not pass an out param. The modified logic always uses *either* context.setBackref *or* the out param in all cases. Methods that use regexp match/search and need matchdata set now skip passing the out param, localizing backref setting for those methods back to where it should live. This also fixes matchPos to not require the IRubyObject[] out param if the caller is not interested in the coerced string.
Configuration menu - View commit details
-
Copy full SHA for 0c9ebf6 - Browse repository at this point
Copy the full SHA 0c9ebf6View commit details
Commits on Mar 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 802927c - Browse repository at this point
Copy the full SHA 802927cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78589a9 - Browse repository at this point
Copy the full SHA 78589a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 911c6c0 - Browse repository at this point
Copy the full SHA 911c6c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9b728b - Browse repository at this point
Copy the full SHA b9b728bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8f296a - Browse repository at this point
Copy the full SHA e8f296aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc3b196 - Browse repository at this point
Copy the full SHA cc3b196View commit details -
Configuration menu - View commit details
-
Copy full SHA for 002d38b - Browse repository at this point
Copy the full SHA 002d38bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf1c6b1 - Browse repository at this point
Copy the full SHA cf1c6b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f3475f - Browse repository at this point
Copy the full SHA 0f3475fView commit details -
Tweak port for differing buffer logic.
I can't see how s could ever == t in the original code, since t is set in this block to the address of a new buffer also allocated in this block.
Configuration menu - View commit details
-
Copy full SHA for 5de2678 - Browse repository at this point
Copy the full SHA 5de2678View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d9c8c2 - Browse repository at this point
Copy the full SHA 4d9c8c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e01d8e - Browse repository at this point
Copy the full SHA 1e01d8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 861b383 - Browse repository at this point
Copy the full SHA 861b383View commit details -
Configuration menu - View commit details
-
Copy full SHA for f04e522 - Browse repository at this point
Copy the full SHA f04e522View commit details -
Configuration menu - View commit details
-
Copy full SHA for f55efaf - Browse repository at this point
Copy the full SHA f55efafView commit details
Commits on Mar 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6f1d6e7 - Browse repository at this point
Copy the full SHA 6f1d6e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd733e4 - Browse repository at this point
Copy the full SHA dd733e4View commit details -
Unbreak a few items from fixing.
* Encode ascii codepoints for Array#inspect using target enc. * Encoding.prevCodeHead returns -1 for us, since no pointers.
Configuration menu - View commit details
-
Copy full SHA for cecae9c - Browse repository at this point
Copy the full SHA cecae9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54d68b1 - Browse repository at this point
Copy the full SHA 54d68b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f973b7 - Browse repository at this point
Copy the full SHA 8f973b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 872792d - Browse repository at this point
Copy the full SHA 872792dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aa9c0f - Browse repository at this point
Copy the full SHA 8aa9c0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9ed3c0 - Browse repository at this point
Copy the full SHA e9ed3c0View commit details
Commits on Mar 25, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d19ab46 - Browse repository at this point
Copy the full SHA d19ab46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b100f - Browse repository at this point
Copy the full SHA 87b100fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44146c4 - Browse repository at this point
Copy the full SHA 44146c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88f0db2 - Browse repository at this point
Copy the full SHA 88f0db2View commit details
Commits on Mar 26, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3469f15 - Browse repository at this point
Copy the full SHA 3469f15View commit details
There are no files selected for viewing