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: 163b210fd217
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0c712f5ccf68
Choose a head ref
  • 16 commits
  • 20 files changed
  • 1 contributor

Commits on Dec 5, 2017

  1. Use superinterface here to catch all jnr-enxio channels.

    Adds UNIXServer/Socket support for #4858.
    headius committed Dec 5, 2017
    Copy the full SHA
    b01a8c4 View commit details
  2. Copy the full SHA
    ab8e774 View commit details
  3. Formatting.

    headius committed Dec 5, 2017
    Copy the full SHA
    e63afd3 View commit details
  4. Mutiple fixes for pipes and subprocess IO.

    * Port 2015 redirect logic for popen.
    * Improve cloexec for subprocess IO.
    * Make cloexec work for any streams we can get realFileno for.
    ** This allows it to work for JVM-provided pipes if they can be
       unwrapped.
    
    See #4858
    headius committed Dec 5, 2017
    Copy the full SHA
    9d613fe View commit details
  5. Copy the full SHA
    5ac709a View commit details
  6. fd2v may not be in param

    headius committed Dec 5, 2017
    Copy the full SHA
    8e8fc6c View commit details
  7. Wrong type.

    headius committed Dec 5, 2017
    Copy the full SHA
    cb7c02b View commit details
  8. Remove mri_test_env.rb

    headius committed Dec 5, 2017
    Copy the full SHA
    c85513c View commit details
  9. Copy the full SHA
    10fd605 View commit details
  10. Copy the full SHA
    2024ee7 View commit details
  11. Copy the full SHA
    0bfc7e1 View commit details
  12. Update TestProcess excludes.

    headius committed Dec 5, 2017
    Copy the full SHA
    9f89a4c View commit details
  13. Unnecessary cast.

    headius committed Dec 5, 2017
    Copy the full SHA
    8221d19 View commit details
  14. Copy the full SHA
    44db430 View commit details
  15. Remove passing defined? tag.

    headius committed Dec 5, 2017
    Copy the full SHA
    4470da1 View commit details
  16. Copy the full SHA
    0c712f5 View commit details
Loading