libuv/src
Michael Neumann c8eebc93a9 dragonflybsd: fix uv_exepath
This fixes a bug I have noticed with nodejs:

> cat test.js
  console.log(process.execPath);

> node test.js (on DragonFly)
  node test.js

> node test.js (on Linux)
  node

PR-URL: https://github.com/libuv/libuv/pull/399
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2015-06-16 22:54:33 +02:00
..
unix dragonflybsd: fix uv_exepath 2015-06-16 22:54:33 +02:00
win win,fs: don't close fd 0-2 2015-06-14 16:22:32 -07:00
fs-poll.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
heap-inl.h heap: fix heap_remove() 2014-05-23 20:04:42 +04:00
inet.c unix, windows: fix parsing scoped IPv6 addresses 2014-05-25 23:30:46 +02:00
queue.h queue: strengthen type checks 2013-11-02 13:55:57 +01:00
threadpool.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
uv-common.c win: include "malloc.h" 2015-06-15 09:50:20 +02:00
uv-common.h win,stream: add slot to remember CRT fd 2015-06-14 16:22:17 -07:00
version.c Now working on v0.10.31 2014-12-09 19:49:50 +01:00