Added some bugs / TODOs.
authorMark Whitley <markw@lineo.com>
Mon, 8 May 2000 23:25:59 +0000 (23:25 -0000)
committerMark Whitley <markw@lineo.com>
Mon, 8 May 2000 23:25:59 +0000 (23:25 -0000)
TODO

diff --git a/TODO b/TODO
index 909f8c51c313f492cbff5b2578e7d824e2224bb3..8d7ef0e6f515d131168dd4677501a2932b8beab7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -15,6 +15,18 @@ around to it some time. If you have any good ideas, please let me know.
 
 -----------
 
+Bugs that need fixing as of Mon May  8 17:22:06 MDT 2000
+
+ - zcat option parsing broke (maybe replace zcat binary with a shell script?)
+ - cp -fa doesn't work (-a option parsing probably overrides everything)
+ - 'grep foo$ file' doesn't work
+ - 'grep *foo file' segfaults
+ - ps dirent race bug (need to stat the file before attempting chdir)
+
+MKW
+
+-----------
+
 * Make insmod actually work
 * dnsdomainname
 * traceroute/netstat
@@ -26,6 +38,7 @@ around to it some time. If you have any good ideas, please let me know.
 * wget (or whatever I call it)
 * tftp
 * ftp
+* group/commonize strings, remove dups (for i18n, l10n)
 
 
 -----------------------