Ryan Dahl
|
7a2e784ad7
|
Module refactor - almost CommonJS compatible now
API change summary:
* require("/sys.js") becomes require("sys")
* require("circle.js") becomes require("./circle")
* process.path.join() becomes require("path").join()
|
2009-10-31 19:10:30 +01:00 |
|
Felix Geisendörfer
|
abbc624f52
|
Multipart test now uses a fixture instead of CURL
|
2009-10-07 02:03:24 +02:00 |
|
Ryan Dahl
|
7abad8b7b3
|
API: Move node.puts(), node.exec() and others to /utils.js
|
2009-09-28 12:06:30 +02:00 |
|
Ryan Dahl
|
c8b143bf30
|
Absolute path names for require() refer to node.libraryPaths
|
2009-09-19 17:21:12 +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
|
3fed1a0954
|
Use v8's test runner
|
2009-06-22 14:08:42 +02:00 |
|