- add libbb function str_tolower to convert a string to lowercase.
[oweals/busybox.git] / TODO
diff --git a/TODO b/TODO
index 937302522aa490c3f9c68058f80e406f55285ed3..5fe7f0260d55f08a91108072b7b605ba92f214d9 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
@@ -155,6 +153,10 @@ patch
   And while we're at it, a new patch filename quoting format is apparently
   coming soon:  http://marc.theaimsgroup.com/?l=git&m=112927316408690&w=2
 ---
+ps / top
+  Add support for both RSS and VSIZE rather than just one or the other.
+  Or make it a build option.
+---
 man
   It would be nice to have a man command.  Not one that handles troff or
   anything, just one that can handle preformatted ascii man pages, possibly
@@ -166,8 +168,19 @@ 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.
+---
+struct suffix_mult
+  Several duplicate users of: grep -r "1024\*1024" * -B2 -A1
+  Merge to a single size_suffixes[] in libbb.
+  Users: head tail od_bloaty hexdump and (partially as it wouldn't hurt) svlogd
+---
+tail
+  ./busybox tail -f foo.c~ TODO
+  should not print fmt=header_fmt for subsequent date >> TODO; i.e. only
+  fmt+ if another (not the current) file did change
 
 Architectural issues: