API: rename node.Process to node.ChildProcess
authorRyan <ry@tinyclouds.org>
Wed, 26 Aug 2009 20:11:51 +0000 (22:11 +0200)
committerRyan <ry@tinyclouds.org>
Wed, 26 Aug 2009 20:36:45 +0000 (22:36 +0200)
commitad9d683f9fe9eabe2d797bd6f2ffddf02b0ea009
treebc451339e6adf98dd7036fdb51fe5514c4e20a3f
parent116f4dea052c9d59f6666345ccde4af5774b1bc2
API: rename node.Process to node.ChildProcess

This is to avoid confusion with the global "process" object, especially for
the instances of node.Process.
13 files changed:
benchmark/process_loop.js
benchmark/run.js
benchmark/static_http_server.js
src/child_process.cc [moved from src/process.cc with 66% similarity]
src/child_process.h [moved from src/process.h with 89% similarity]
src/node.cc
src/node.js
test/mjsunit/test-process-buffering.js
test/mjsunit/test-process-kill.js
test/mjsunit/test-process-simple.js
test/mjsunit/test-process-spawn-loop.js
website/api.txt
wscript