Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.
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: joyent/libuv
base: d80248623216
Choose a base ref
...
head repository: joyent/libuv
compare: c7e4b31444c9
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Aug 6, 2014

  1. windows: read the PATH env var of the child

    The unix and windows process implementations diverge in their behavior
    when dealing with subprocesses that are spawned with a relative path.
    With unix the *child's* PATH environment variable is read, whereas
    with windows the *parent's* environment variable is read.
    
    This commit brings the two implementation in line with respect to
    their behavior of reading PATH by having both read the *child's* PATH
    environment variable. This involves looking into the user-provided
    environment on windows and extracting the PATH variable specifically
    so it can be inspected later on.
    alexcrichton authored and saghul committed Aug 6, 2014
    Copy the full SHA
    c7e4b31 View commit details
    Browse the repository at this point in the history