aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2013-08-27 16:10:53 +0100
committerRon Yorston <rmy@pobox.com>2013-08-27 16:10:53 +0100
commit3fd34651ea72ea1c335d3170f234cb0517fd897f (patch)
tree36e8fc40cffd464ffda4759020777dd3ca23ca31 /TODO
parente3ac39098326de084a805d0dd31db9666b734f20 (diff)
parentd6ae4fb446daedfe3073d67be655942e9fa7eb18 (diff)
downloadbusybox-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--TODO11
1 files changed, 0 insertions, 11 deletions
diff --git a/TODO b/TODO
index 44364690f..d2a085ede 100644
--- a/TODO
+++ b/TODO
@@ -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---
131stty / catv
132 stty's visible() function and catv's guts are identical. Merge them into
133 an appropriate libbb function.
134---
135struct 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---
140tail 131tail
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>