(print_it): Use putchar, not fputs, to output a single character.
[coreutils.git] / TODO
blob20900eca73d18459d548c4d683df2e5d8b49c839
1 restore djgpp, eventually
2 merge TODO lists
3 add unit tests for lib/*.c
4 rewrite du.c not to use explicit recursion
6 strip: add an option to specify the program used to strip binaries.
7   suggestion from Karl Berry
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.
13 implement --target-directory=DIR for install (per texinfo documentation)
15 ls: add --format=FORMAT option that controls how each line is printed.
17 cp --no-preserve=X should not attempt to preserve attribute X
18   reported by Andreas Schwab