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: 82a62275015a
Choose a base ref
...
head repository: jruby/jruby
compare: fd8c61e8aec8
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Apr 3, 2015

  1. Completed String#setbyte.

    nirvdrum committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    f978838 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8261119 View commit details
    Browse the repository at this point in the history
  3. [Truffle] Dup the string when initializing from another string.

    We can only share the underlying byte list if we also dup it when we need to.  We currently don't track share status, so we can't reliably do that. The safe solution is to eagerly dup, which provides correctness at the cost of performance.
    nirvdrum committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    38c1be6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd8c61e View commit details
    Browse the repository at this point in the history