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: 08df7ae103ac
Choose a base ref
...
head repository: jruby/jruby
compare: 50c5434b3a59
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 7, 2014

  1. Fix ruby-bug 8625 and ruby-bug 9847

    Bug 9847 caused backing strings to be erroneously re-used when reading via IO
    Bug 8625 caused buffers to be errouneously sized, resulting in data loss
    
    Both patches are effectively direct ports of the MRI fixes
    cheald committed Nov 7, 2014
    Copy the full SHA
    5145b47 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2138 from cheald/fix_io_buffers

    Fix ruby-bug 8625 and ruby-bug 9847
    headius committed Nov 7, 2014
    Copy the full SHA
    50c5434 View commit details
    Browse the repository at this point in the history