- call cc-option to check if the compiler supports the flags we asked to use
[oweals/busybox.git] / TODO
diff --git a/TODO b/TODO
index 937302522aa490c3f9c68058f80e406f55285ed3..738961bf382ad18f39e75f54732833fceebbc9b3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -118,8 +118,6 @@ Rob Landley <rob@landley.net>:
 
 
 Bernhard Fischer <busybox@busybox.net> suggests to look at these:
-  Makefile stuff:
-    make -j is broken. klibc make infrastructure (vda?)
   New debug options:
     -Wlarger-than-127
     Cleanup any big users
@@ -132,6 +130,7 @@ Bernhard Fischer <busybox@busybox.net> suggests to look at these:
     make bb_common_bufsiz1 configurable, size wise.
     make pipesize configurable, size wise.
     Use bb_common_bufsiz1 throughout applets!
+  Add chrt applet. Please CC Bernhard if you suggest a patch.
 
 As yet unclaimed:
 
@@ -165,9 +164,11 @@ man
 ---
 ar
   Write support?
----
-crond
-  turn FEATURE_DEBUG_OPT into ENABLE_FEATURE_CROND_DEBUG_OPT
+----
+stty / catv
+  stty's visible() function and catv's guts are identical. Merge them into
+  an appropriate libbb function.
+----
 
 Architectural issues: