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-09-17 10:16:36 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-09-17 10:16:36 +0400
commit6680c7fbf7ef971fbf2954c8bc3eadad2f52751e (patch)
tree6bed77587c682c78f9b770d05ec8b5126f0b82ef /TODO
parent6eca948ca24338743afdfbcadeefa928701d1c07 (diff)
Add TODO item
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 26cd78ba12e..b79c60dabb7 100644
--- a/TODO
+++ b/TODO
@@ -25,3 +25,4 @@
- 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++