aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez>2005-04-09 08:23:40 +0000
committerantirez <antirez>2005-04-09 08:23:40 +0000
commit7bde0b834586a0064eda2893d3c4c3f9bd0a8278 (patch)
treeecfb87b2cb272d3770c5a2d48f22801c36323f6a /TODO
parentd8bfdd4b5111ab604ab52dc9d3b1ee09be604801 (diff)
downloadjimtcl-7bde0b834586a0064eda2893d3c4c3f9bd0a8278.zip
jimtcl-7bde0b834586a0064eda2893d3c4c3f9bd0a8278.tar.gz
jimtcl-7bde0b834586a0064eda2893d3c4c3f9bd0a8278.tar.bz2
TODO updated, spurious free changed into Jim_Free().
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 5002943..fad5eba 100644
--- a/TODO
+++ b/TODO
@@ -37,7 +37,11 @@ EXTENSIONS
- Event loop
- Files
- Sockets
+- Cryptography: hash functions, block ciphers, strim ciphers, PRNGs.
- Tuplespace extension (http://wiki.tcl.tk/3947) (using sqlite as backend)
+- Zlib
+- Gdlib
+- CGI (interface compatible with ncgi, but possibly written in C for speed)
SPEED OPTIMIZATIONS