aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 738961bf3..78f48fc01 100644
--- a/TODO
+++ b/TODO
@@ -169,6 +169,10 @@ stty / catv
169 stty's visible() function and catv's guts are identical. Merge them into 169 stty's visible() function and catv's guts are identical. Merge them into
170 an appropriate libbb function. 170 an appropriate libbb function.
171---- 171----
172struct suffix_mult
173 Several duplicate users of: grep -r "1024\*1024" * -B2 -A1
174 Merge to a single size_suffixes[] in libbb.
175 Users: head tail od_bloaty hexdump and (partially as it wouldn't hurt) svlogd
172 176
173Architectural issues: 177Architectural issues:
174 178