rust/src/libnative
Alex Crichton 3aec9f46d3 native, rustuv: Fix spawning with empty args
There was a bug in both libnative and libuv which prevented child processes from
being spawned correctly on windows when one of the arguments was an empty
string. The libuv bug has since been fixed upstream, and the libnative bug was
fixed as part of this commit.

When updating libuv, this also includes a fix for #15149.

Closes #15149
Closes #16272
2014-08-05 19:54:54 -07:00
..
io native, rustuv: Fix spawning with empty args 2014-08-05 19:54:54 -07:00
lib.rs Update doc URLs for version bump 2014-07-11 11:21:57 -07:00
task.rs native: Don't deadlock the runtime on spawn failure 2014-07-30 07:06:44 -07:00