- add libbb function str_tolower to convert a string to lowercase.
[oweals/busybox.git] / TODO
diff --git a/TODO b/TODO
index 1896928eb3d2dbc70a168f34f15cfeba03f54d60..5fe7f0260d55f08a91108072b7b605ba92f214d9 100644 (file)
--- a/TODO
+++ b/TODO
@@ -167,15 +167,20 @@ man
 ---
 ar
   Write support?
-----
+---
 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: