Skip to content
Permalink

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: 083290adc3b6
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c24f7fa865d9
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 23, 2017

  1. Copy the full SHA
    1cd660b View commit details
  2. Copy the full SHA
    a6a1466 View commit details
  3. fix String#rindex not working properly in specific UTF-8 case at #3396

    upper bound check should not halt the loop since we're going pos--
    (and there's a chance were able to find a match at a lower position)
    kares committed Jun 23, 2017
    Copy the full SHA
    c24f7fa View commit details
Loading