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: bef3ea48184b
Choose a base ref
...
head repository: joyent/libuv
compare: f352e40e00a4
Choose a head ref
  • 6 commits
  • 1 file changed
  • 3 contributors

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.
    
    This is a back-port of commit 1d85815 from the master branch.
    AvianFlu authored and bnoordhuis committed Nov 3, 2012
    Copy the full SHA
    fb64948 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2012

  1. windows: un-break the build

    It was broken in fb64948.
    piscisaureus committed Nov 5, 2012
    1
    Copy the full SHA
    4c9e42d View commit details
    Browse the repository at this point in the history
  2. test: remove unnecessary #ifdef _WIN32

    This is a back-port of commit 4d17337 from the master branch.
    bnoordhuis committed Nov 5, 2012
    Copy the full SHA
    2affa60 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2012

  1. Copy the full SHA
    f372fd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2012

  1. build: use link_settings, fix typo

    * Use link_settings instead of direct_dependent_settings.
    * Fix typo: s/ldlags/ldflags/
    
    Pointed out by a certain R.L. Dahl of San Francisco, CA.
    
    Fixes #618.
    bnoordhuis committed Nov 9, 2012
    Copy the full SHA
    deeec42 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v0.8'

    Conflicts:
    	test/test-spawn.c
    	uv.gyp
    bnoordhuis committed Nov 9, 2012
    Copy the full SHA
    f352e40 View commit details
    Browse the repository at this point in the history