aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-24 21:13:16 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-24 21:13:16 +0000
commitbea939aaaed8d96d56182d3c5eae0b0d44e34d82 (patch)
treeaab8d2b9d95e93be5ebef6d572fac056a396c40c
parent52e7f4b86a1e48d1614551c2315f92496949ba7d (diff)
downloadbusybox-w32-bea939aaaed8d96d56182d3c5eae0b0d44e34d82.tar.gz
busybox-w32-bea939aaaed8d96d56182d3c5eae0b0d44e34d82.tar.bz2
busybox-w32-bea939aaaed8d96d56182d3c5eae0b0d44e34d82.zip
- TODO: merge 'struct suffix_mult $several_suffixes[] into a struct suffix_mult
for several in head tail od_bloaty hexdump svlogd git-svn-id: svn://busybox.net/trunk/busybox@17506 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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