File: TODO

package info (click to toggle)
fileutils 3.16-5.4
  • links: PTS
  • area: main
  • in suites: slink
  • size: 3,876 kB
  • ctags: 3,158
  • sloc: ansic: 32,792; yacc: 1,032; makefile: 281; sh: 277; sed: 93; perl: 33
file content (26 lines) | stat: -rw-r--r-- 879 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Tasks for GNU fileutils (listed in order of decreasing priority):

  unify textutils/fileutils/sh-utils
  libitize
  update copyright dates
  make help/version output conformant

  ls: test suite to exercize -l and -l --full-time with various LANG settings

  mv: move non-regular files between partitions.  This will probably
    involve factoring out and librarizing cp's copying code.

  ls: recognize --format="%a %b..." strftime formats
  ls: add new % formats to get the 10 bytes of the permissions string
    (both individually and as groups)

  cp, mv, ln, install: make --verbose report on backup files

  chmod, chown (maybe others): Don't strip slashes unless configure
      detects that e.g. lstat can't deal with them.

fix automake's
  rm -f $(libexec_PROGRAMS)
rule of clean-libexecPROGRAMS

  chown/chgrp/chmod: add new option: --reference=FILE see +utils/chown