aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-04 17:57:55 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-04 17:57:55 +0000
commit24efe4f15fe45151681b41333f3713357ce8694b (patch)
treec73243256159e518c43c0896d6fbfa141b71ced7 /TODO
parent1ca332b367bee3cf673dff700db1b8741f941a78 (diff)
downloadbusybox-w32-24efe4f15fe45151681b41333f3713357ce8694b.tar.gz
busybox-w32-24efe4f15fe45151681b41333f3713357ce8694b.tar.bz2
busybox-w32-24efe4f15fe45151681b41333f3713357ce8694b.zip
- note cosmetic glitch in tail
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 14 insertions, 2 deletions
diff --git a/TODO b/TODO
index 1896928eb..e855d9a1c 100644
--- a/TODO
+++ b/TODO
@@ -167,15 +167,20 @@ man
167--- 167---
168ar 168ar
169 Write support? 169 Write support?
170---- 170---
171stty / catv 171stty / catv
172 stty's visible() function and catv's guts are identical. Merge them into 172 stty's visible() function and catv's guts are identical. Merge them into
173 an appropriate libbb function. 173 an appropriate libbb function.
174---- 174---
175struct suffix_mult 175struct suffix_mult
176 Several duplicate users of: grep -r "1024\*1024" * -B2 -A1 176 Several duplicate users of: grep -r "1024\*1024" * -B2 -A1
177 Merge to a single size_suffixes[] in libbb. 177 Merge to a single size_suffixes[] in libbb.
178 Users: head tail od_bloaty hexdump and (partially as it wouldn't hurt) svlogd 178 Users: head tail od_bloaty hexdump and (partially as it wouldn't hurt) svlogd
179---
180tail
181 ./busybox tail -f foo.c~ TODO
182 should not print fmt=header_fmt for subsequent date >> TODO; i.e. only
183 fmt+ if another (not the current) file did change
179 184
180Architectural issues: 185Architectural issues:
181 186
@@ -318,3 +323,10 @@ sigblock(), siggetmask(), sigsetmask(), sigmask() -> sigprocmask et al
318--- 323---
319vdprintf() -> similar sized functionality 324vdprintf() -> similar sized functionality
320--- 325---
326Wed Apr 4 19:52:04 CEST 2007
327Wed Apr 4 19:52:09 CEST 2007
328Wed Apr 4 19:52:12 CEST 2007
329Wed Apr 4 19:53:25 CEST 2007
330Wed Apr 4 19:53:26 CEST 2007
331Wed Apr 4 19:53:40 CEST 2007
332Wed Apr 4 19:53:41 CEST 2007