From 742b221e4bbc46fd6e9ea6c60c0262d4e068c225 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 15 Mar 2009 12:31:35 +0100 Subject: [PATCH] add todo list --- TODO | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..51fcf5b --- /dev/null +++ b/TODO @@ -0,0 +1,12 @@ +- ARGV + +- jslint integration. compile it into the node binary and run it + automatically on each execution. + +- signal handlers. + +- stdin, stdout, stderr. Accessing these with read()/write() blocks. + They cannot be select()ed. They are always readable. Thus all access + to them needs to be done in a thread pool. (E.G. oi_file_open_stdin()) + + -- 2.7.4