Apply patch from Felipe Kellermann to simlify logic of sort functions.
[oweals/busybox.git] / TODO
diff --git a/TODO b/TODO
index 52a4a53ad43ff75848375abead84a88a58c33072..ffffd4f5329425bb2a4cddad15977fc1d33c8cc9 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,31 +1,11 @@
-TODO list for busybox in no particular order. Just because something
-is listed here doesn't mean that it is going to be added to busybox,
-or that doing so is even a good idea. It just means that I _might_ get
-around to it some time. If you have any good ideas, please let me know.
+Busybox TODO
 
- -Erik
+Stuff that needs to be done
 
------------
-
-* Allow tar to create archives with sockets, devices, and other special files
-* Add in a mini insmod, rmmod, lsmod
-* Change init so halt, reboot (and poweroff) work with an initrd
-    when init is not PID 1
-* poweroff
-* du
-* mkfifo
-* dnsdomainname
-* traceroute/nslookup/netstat
-* rdate
-* hwclock
-* login/getty
-* free
-* killall
-* tee
-* stty
-* head/tail
-* sort/uniq
-* wc
-* tr
-* expr (maybe)?
+----
+tr - missing SuS3 features in busybox 1.0pre10 
 
+tr doesnt support [:blank:], [:digit:] or other predefined classes, [=equiv=]
+support is also missing.
+----