*** empty log message ***
[platform/upstream/coreutils.git] / TODO
1 restore djgpp, eventually
2 merge TODO lists
3 add unit tests for lib/*.c
4 rewrite du.c not to use explicit recursion
5
6 strip: add an option to specify the program used to strip binaries.
7   suggestion from Karl Berry
8
9 doc/coreutils.texi:
10   Address this comment: FIXME: mv's behavior in this case is system-dependent
11   Better still: fix the code so it's *not* system-dependent.
12
13 implement --target-directory=DIR for install (per texinfo documentation)
14
15 ls: add --format=FORMAT option that controls how each line is printed.
16
17 cp --no-preserve=X should not attempt to preserve attribute X
18   reported by Andreas Schwab
19
20 printf: support %b -- consider adapting builtins/printf.def from bash
21
22 copy.c: Address the FIXME-maybe comment in copy_internal.