Introduce node.stdio
authorRyan <ry@tinyclouds.org>
Mon, 24 Aug 2009 18:25:24 +0000 (20:25 +0200)
committerRyan <ry@tinyclouds.org>
Mon, 24 Aug 2009 19:20:26 +0000 (21:20 +0200)
commit17c6a67f15944962f27326072d9ea2df40ec0491
tree3484088236696332fea28bdc300f3a02b02ea22c
parent0727fcc9edb35d1ce7fc9e3759e9755e78f7129a
Introduce node.stdio

Remove old stdout, stderr, stdin objects.
13 files changed:
deps/coupling/coupling.c [new file with mode: 0644]
deps/coupling/coupling.h [new file with mode: 0644]
deps/coupling/test.c [new file with mode: 0644]
src/constants.cc
src/file.js
src/node.cc
src/node.js
src/node_stdio.cc [new file with mode: 0644]
src/node_stdio.h [new file with mode: 0644]
src/util.js
test/mjsunit/test-node-cat.js
website/api.txt
wscript