diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-04-04 17:57:55 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-04-04 17:57:55 +0000 |
commit | 24efe4f15fe45151681b41333f3713357ce8694b (patch) | |
tree | c73243256159e518c43c0896d6fbfa141b71ced7 /TODO | |
parent | 1ca332b367bee3cf673dff700db1b8741f941a78 (diff) | |
download | busybox-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-- | TODO | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -167,15 +167,20 @@ man | |||
167 | --- | 167 | --- |
168 | ar | 168 | ar |
169 | Write support? | 169 | Write support? |
170 | ---- | 170 | --- |
171 | stty / catv | 171 | stty / 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 | --- |
175 | struct suffix_mult | 175 | struct 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 | --- | ||
180 | tail | ||
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 | ||
180 | Architectural issues: | 185 | Architectural issues: |
181 | 186 | ||
@@ -318,3 +323,10 @@ sigblock(), siggetmask(), sigsetmask(), sigmask() -> sigprocmask et al | |||
318 | --- | 323 | --- |
319 | vdprintf() -> similar sized functionality | 324 | vdprintf() -> similar sized functionality |
320 | --- | 325 | --- |
326 | Wed Apr 4 19:52:04 CEST 2007 | ||
327 | Wed Apr 4 19:52:09 CEST 2007 | ||
328 | Wed Apr 4 19:52:12 CEST 2007 | ||
329 | Wed Apr 4 19:53:25 CEST 2007 | ||
330 | Wed Apr 4 19:53:26 CEST 2007 | ||
331 | Wed Apr 4 19:53:40 CEST 2007 | ||
332 | Wed Apr 4 19:53:41 CEST 2007 | ||