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-07-15 22:32:51 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-07-16 01:21:35 +0400
commitbd05d83ae7ebfa4921b8a6f68deaf16951c16531 (patch)
tree566cc404be3ae9af1971457b9b19981f1e68ac6f /TODO
parentc926ab77461d139db021299c52a5346b524cd049 (diff)
Update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 8049be16e07..3647a412d3d 100644
--- a/TODO
+++ b/TODO
@@ -1,2 +1,8 @@
- tmp directory test/tmp for all files created during tests.
- fix tests for NODE_MODULE_CONTEXTS=1
+- readline
+ - fix for two column glyphs. use Markus Kuhn's wcwidth.c
+ - fix for commands that extend beyond term width
+ - tab completion interface
+- SSL should be factored out of net.js into standalone stream object
+- base64 write and toString for buffers