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
|
116f4dea05
|
lint
|
2009-08-26 22:14: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
|
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
|
5b7fb1003c
|
Add failing test. Process spawning loop.
I think this is the issue Felix Geisendoerfer is reporting:
http://groups.google.com/group/nodejs/browse_thread/thread/efbae1ec1e67786c
|
2009-06-27 00:11:20 +02:00 |