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: a762934aa8c0
Choose a base ref
...
head repository: joyent/libuv
compare: b44edf313c1a
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 18, 2013

  1. test: allow UV_EACCES in spawn_fails

    Allow UV_EACCES as a successful return value when uv_spawn fails.
    
    When the PATH environment variable contains a directory which the
    user cannot access, execvp may return EACCES instead of ENOENT.
    
    fix #1045.
    jneu authored and indutny committed Dec 18, 2013
    Copy the full SHA
    b44edf3 View commit details
    Browse the repository at this point in the history