New api for child_process.spawn; ability to set cwd for spawn()ed process
authorBert Belder <bertbelder@gmail.com>
Thu, 5 Aug 2010 02:15:20 +0000 (04:15 +0200)
committerRyan Dahl <ry@tinyclouds.org>
Fri, 6 Aug 2010 20:37:30 +0000 (13:37 -0700)
commit94914135dfa5b536e4bb341b2c1e47fd2b9d74bc
tree7a3db7a84c6b61d7ff58b51230c079f85698163b
parentd408de87fc2490c0e083ad438ac2cffbe8b56280
New api for child_process.spawn; ability to set cwd for spawn()ed process

Tests for child_process.spawn() use new API

Test for deprecated child_process.spawn() API
doc/api.markdown
lib/child_process.js
src/node_child_process.cc
src/node_child_process.h
test/simple/test-child-process-custom-fds.js
test/simple/test-child-process-cwd.js [new file with mode: 0644]
test/simple/test-child-process-deprecated-api.js [new file with mode: 0644]
test/simple/test-child-process-env.js