diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-24 21:13:16 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-24 21:13:16 +0000 |
commit | 7b1c5aacb0964e1b58a245cf7336cbfc4245de64 (patch) | |
tree | aab8d2b9d95e93be5ebef6d572fac056a396c40c /TODO | |
parent | 0e282c9aed630332534ad2670aa8a18c8b8464ba (diff) | |
download | busybox-7b1c5aacb0964e1b58a245cf7336cbfc4245de64.tar.gz |
- TODO: merge 'struct suffix_mult $several_suffixes[] into a struct suffix_mult
for several in head tail od_bloaty hexdump svlogd
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |