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: 379e8ea79f50
Choose a base ref
...
head repository: jruby/jruby
compare: e3d7c864f73f
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Jan 5, 2017

  1. Configuration menu
    Copy the full SHA
    b0abffd View commit details
    Browse the repository at this point in the history
  2. [Truffle] Moved exec command processing out of the exec command, sinc…

    …e it's useful to other process spawning operations.
    nirvdrum committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    261c709 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. Improved command processing for exec/spawn.

    * Shell meta characters are now searched for to better match MRI's semantics.
    * spawn now shares the same setup logic as exec (where it can), so it uses
    the proper shell and runs through the same command processing.
    nirvdrum committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    c2a908e View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    e3d7c86 View commit details
    Browse the repository at this point in the history