aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-09 06:11:36 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-09 06:11:36 +0000
commit4793354dad40a6f738abc69b66980d0437585fe0 (patch)
tree14d0304ebb774077e696a9c86117bf43d935d8bb /TODO
parent35d38f00a4e81cd26632a4cf2d081d221138954f (diff)
downloadbusybox-w32-4793354dad40a6f738abc69b66980d0437585fe0.tar.gz
busybox-w32-4793354dad40a6f738abc69b66980d0437585fe0.tar.bz2
busybox-w32-4793354dad40a6f738abc69b66980d0437585fe0.zip
Tail now works (costs 6k). Several other updates.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@179 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO b/TODO
index 668338299..08b2fd736 100644
--- a/TODO
+++ b/TODO
@@ -18,13 +18,14 @@ around to it some time. If you have any good ideas, please let me know.
18* traceroute/nslookup/netstat 18* traceroute/nslookup/netstat
19* rdate 19* rdate
20* hwclock 20* hwclock
21* login/getty
22* killall 21* killall
23* tee 22* tee
24* stty 23* stty
25* head/tail 24* head
26* sort/uniq 25* sort/uniq
27* wc 26* wc
28* tr 27* tr
29* expr (maybe)? 28* expr (maybe)? (ash builtin?)
29* login/sulogin/passwd/getty (These are actully now part of tinylogin, which
30 I've just started to maintain).
30 31