diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-04 17:57:55 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-04 17:57:55 +0000 |
commit | 3a11e00b824abf6aa6a87c01ef16292eca4bb6d3 (patch) | |
tree | c73243256159e518c43c0896d6fbfa141b71ced7 | |
parent | ee39f4bc83d30d797cf5dbc01aa8099277bcfccf (diff) | |
download | busybox-w32-3a11e00b824abf6aa6a87c01ef16292eca4bb6d3.tar.gz busybox-w32-3a11e00b824abf6aa6a87c01ef16292eca4bb6d3.tar.bz2 busybox-w32-3a11e00b824abf6aa6a87c01ef16292eca4bb6d3.zip |
- note cosmetic glitch in tail
git-svn-id: svn://busybox.net/trunk/busybox@18324 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 | ||