Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-11-15 10:44:26 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-11-15 10:44:34 +0300
commit0b7fb01e677640deebf92d9756fb06fbca996cfa (patch)
tree52e2916deabc1b737e7fdfe4446b2de07ec31f00 /TODO
parentd7e7161b27f55f5ae1e7f3323c0795c2c70b4797 (diff)
Remove old TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index a26e229b4c5..17170c3b6e2 100644
--- a/TODO
+++ b/TODO
@@ -15,8 +15,5 @@
- stderr isn't flushing on exit
- ReadStream should not use an offset in calls to fs.read
(so that it can pull in files larger than 2G)
-- fs.readFile and fs.readFileSync need to not stat and prealloc a buffer
- based on size but rather read until EOF into a chain of buffers, then
- concat them together.
- process object should be defined in src/node.js not in c++
- Test for EMFILE accept spin bug.