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: dcce1eab3b02
Choose a base ref
...
head repository: joyent/libuv
compare: 1d858156b431
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Nov 3, 2012

  1. unix: do not set environ unless one is provided

    Currently, `uv_spawn` will set `environ` to the value of `options.env`, even if
    `options.env` is `NULL`.  This results in child processes for whom `environ ==
    NULL`, which can cause a variety of unexpected issues.
    AvianFlu authored and bnoordhuis committed Nov 3, 2012
    Copy the full SHA
    1d85815 View commit details
    Browse the repository at this point in the history