projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e282c9
)
- TODO: merge 'struct suffix_mult $several_suffixes[] into a struct suffix_mult
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 24 Jan 2007 21:13:16 +0000
(21:13 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 24 Jan 2007 21:13:16 +0000
(21:13 -0000)
for several in head tail od_bloaty hexdump svlogd
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index 738961bf382ad18f39e75f54732833fceebbc9b3..78f48fc014e3a200bfb11aba3334b01c24a25693 100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-169,6
+169,10
@@
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
Architectural issues: