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
base: fa086f5188c6
Choose a base ref
...
head repository: jruby/jruby
compare: 3482b594b65f
Choose a head ref
  • 5 commits
  • 20 files changed
  • 1 contributor

Commits on Feb 17, 2015

  1. Copy the full SHA
    26b21c5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    21c3f69 View commit details
    Browse the repository at this point in the history
  3. [Truffle] Rubinius needs a way to access the string matched against i…

    …n a regexp match via the MatchData.
    nirvdrum committed Feb 17, 2015
    7
    Copy the full SHA
    2e1c959 View commit details
    Browse the repository at this point in the history
  4. [Truffle] Moved String#gsub and String#gsub! to Rubinius.

    Moving this to Rubinius required implementing a couple Rubinius primitives and filling in some Rubinius specific data structures, ivars, and methods.  While a bit large, this commit includes the necessary machinery to get the methods working in Rubinius.
    nirvdrum committed Feb 17, 2015
    Copy the full SHA
    824bacc View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3482b59 View commit details
    Browse the repository at this point in the history