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: 01bba1a3c742^
Choose a base ref
...
head repository: jruby/jruby
compare: f1b1a55d084a
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 1, 2016

  1. Update truffle pom for 9.1.4.0-SNAPSHOT.

    headius authored and enebo committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    01bba1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bbfc3a View commit details
    Browse the repository at this point in the history
  3. Always use 0,1,2 for stdio fileno when non-native.

    This code was originally removed in 7e024a7
    to fix #2690, but childprocess was no longer able to launch
    a subprocess (#4122). Until Windows has native, we need this code
    in place...and may always need it for non-native setups, to keep
    stdio fileno sane.
    
    Fixes #4122.
    headius authored and enebo committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    4d0b6b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1b1a55 View commit details
    Browse the repository at this point in the history