Ryan Dahl
|
4b8f503fac
|
Move mjsunit.js to system module directory.
|
2009-09-20 18:19:33 +02:00 |
Ryan
|
ad9d683f9f
|
API: rename node.Process to node.ChildProcess
This is to avoid confusion with the global "process" object, especially for
the instances of node.Process.
|
2009-08-26 22:36:45 +02:00 |
Ryan
|
723c7d9f7c
|
Replace onExit() with process.addListener("exit")
- Update documentation.
- Depreciation message for onExit().
|
2009-08-26 22:14:44 +02:00 |
Ryan
|
31265be4a6
|
Depreciate onLoad
|
2009-08-26 22:14:44 +02:00 |
Ryan
|
8658999c7d
|
Refactor node.Process to take advantage of evcom_reader/writer.
|
2009-08-25 01:06:49 +02:00 |
Ryan
|
d56552dc66
|
Remove node.Process constructor from API
|
2009-06-30 13:46:35 +02:00 |
Ryan
|
d428eff023
|
Snakecase events .
|
2009-06-29 13:18:30 +02:00 |
Ryan
|
ed926da691
|
Remove onEvent compatibility
|
2009-06-28 19:08:26 +02:00 |
Ryan
|
3fed1a0954
|
Use v8's test runner
|
2009-06-22 14:08:42 +02:00 |