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: 830c8e628fc1
Choose a base ref
...
head repository: jruby/jruby
compare: 143678657001
Choose a head ref
  • 7 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 8, 2015

  1. Copy the full SHA
    b3dad6e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    440f1d3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    191c38f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    283be75 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6d25043 View commit details
    Browse the repository at this point in the history
  6. For nonblocking read, treat native file channel like selectable.

    We do not try to set the native file channel nonblocking, because
    it wouldn't do anything anyway. Instead, we assume that doing
    nothing is appropriate POSIX behavior for a read against a file
    that is supposed to have been set nonblocking.
    headius committed Jan 8, 2015
    Copy the full SHA
    faadd97 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    1436786 View commit details
    Browse the repository at this point in the history