diff options
author | Ron Yorston <rmy@pobox.com> | 2013-08-27 16:10:53 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2013-08-27 16:10:53 +0100 |
commit | 3fd34651ea72ea1c335d3170f234cb0517fd897f (patch) | |
tree | 36e8fc40cffd464ffda4759020777dd3ca23ca31 /TODO | |
parent | e3ac39098326de084a805d0dd31db9666b734f20 (diff) | |
parent | d6ae4fb446daedfe3073d67be655942e9fa7eb18 (diff) | |
download | busybox-w32-3fd34651ea72ea1c335d3170f234cb0517fd897f.tar.gz busybox-w32-3fd34651ea72ea1c335d3170f234cb0517fd897f.tar.bz2 busybox-w32-3fd34651ea72ea1c335d3170f234cb0517fd897f.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -128,15 +128,6 @@ patch | |||
128 | And while we're at it, a new patch filename quoting format is apparently | 128 | And while we're at it, a new patch filename quoting format is apparently |
129 | coming soon: http://marc.theaimsgroup.com/?l=git&m=112927316408690&w=2 | 129 | coming soon: http://marc.theaimsgroup.com/?l=git&m=112927316408690&w=2 |
130 | --- | 130 | --- |
131 | stty / catv | ||
132 | stty's visible() function and catv's guts are identical. Merge them into | ||
133 | an appropriate libbb function. | ||
134 | --- | ||
135 | struct suffix_mult | ||
136 | Several duplicate users of: grep -r "1024\*1024" * -B2 -A1 | ||
137 | Merge to a single size_suffixes[] in libbb. | ||
138 | Users: head tail od_bloaty hexdump and (partially as it wouldn't hurt) svlogd | ||
139 | --- | ||
140 | tail | 131 | tail |
141 | ./busybox tail -f foo.c~ TODO | 132 | ./busybox tail -f foo.c~ TODO |
142 | should not print fmt=header_fmt for subsequent date >> TODO; i.e. only | 133 | should not print fmt=header_fmt for subsequent date >> TODO; i.e. only |
@@ -234,8 +225,6 @@ Minor stuff: | |||
234 | See grep -r strtod | 225 | See grep -r strtod |
235 | Alot of duplication that wants cleanup. | 226 | Alot of duplication that wants cleanup. |
236 | --- | 227 | --- |
237 | in_ether duplicated in network/{interface,ifconfig}.c | ||
238 | --- | ||
239 | unify progress_meter. wget, flash_eraseall, pipe_progress, fbsplash, setfiles. | 228 | unify progress_meter. wget, flash_eraseall, pipe_progress, fbsplash, setfiles. |
240 | --- | 229 | --- |
241 | support start-stop-daemon -d <chdir-path> | 230 | support start-stop-daemon -d <chdir-path> |