Martijn Dekker
|
f83292cfc4
ls: make -i compatible with coreutils: don't follow symlink by default
|
5 years ago |
Denys Vlasenko
|
349d72c19c
unzip: use printable_string() for printing filenames
|
6 years ago |
Lauri Kasanen
|
a380aacca6
ls: When -h is passed, the total should also be in human units
|
6 years ago |
Denys Vlasenko
|
82d1c1f84a
randomconfig fixes
|
6 years ago |
Denys Vlasenko
|
8187e01438
*: use ESC define instead of "\033"; use ESC[m instead of ESC[0m
|
7 years ago |
Denys Vlasenko
|
22542eca18
getopt32: remove opt_complementary
|
7 years ago |
Denys Vlasenko
|
036585a911
getopt32: remove applet_long_options
|
7 years ago |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 years ago |
Denys Vlasenko
|
4eed2c6c50
Update menuconfig items with approximate applet sizes
|
7 years ago |
Laurent Bercot
|
2599937c4e
ls: fix support for long options when FEATURE_LS_COLOR is deselected
|
7 years ago |
Denys Vlasenko
|
b13b618335
ftpd/ls: show directories first
|
7 years ago |
Denys Vlasenko
|
9a64c3337c
ls: convert DISP_DIRNAME to a bool variable
|
7 years ago |
Denys Vlasenko
|
ccc1699e3e
ls: get rid of opt_flags[], handle -l1c through option_mask32
|
7 years ago |
Denys Vlasenko
|
92c6898e10
ls: handle -x through option_mask32, remove default -C from --help
|
7 years ago |
Denys Vlasenko
|
4cde4cca65
ls: handle -d and -R through option_mask32
|
7 years ago |
Denys Vlasenko
|
96d9c5bdbd
ls: handle -p and -F through option_mask32
|
7 years ago |
Denys Vlasenko
|
51b01fda30
ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONG
|
7 years ago |
Denys Vlasenko
|
a1cbaca1ba
ls: make -Z output compatible with GNU coreutils 8.25
|
7 years ago |
Denys Vlasenko
|
2c3131d88e
ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPT
|
7 years ago |
Denys Vlasenko
|
5d43ddc59b
ls: handle -s through option_mask32
|
7 years ago |
Denys Vlasenko
|
b60686cc2a
ls: handle -i through option_mask32
|
7 years ago |
Denys Vlasenko
|
f5bd6f631c
ls: handle -a and -A through option_mask32
|
7 years ago |
Denys Vlasenko
|
11540a8da4
ls: handle all sort options through option_mask32
|
7 years ago |
Denys Vlasenko
|
e1f90d13fa
ls: -1 should be ignored by -l (and options which imply -l)
|
7 years ago |
Denys Vlasenko
|
f580baf94a
ls: more correct handling of -c, -u
|
7 years ago |
Denys Vlasenko
|
194b2ebd2a
ls: replace -e with --full-time, add --group-directories-first, delete -K
|
7 years ago |
Denys Vlasenko
|
ed15dde60a
Move FEATURE_AUTOWIDTH config option to two applets which use it
|
7 years ago |
Denys Vlasenko
|
f560422fa0
Big cleanup in config help and description
|
7 years ago |
Denys Vlasenko
|
af3f420116
Convert all coreutils/* applets to "new style" applet definitions
|
8 years ago |
Denys Vlasenko
|
47cfbf32fd
*: add most of the required setup_common_bufsiz() calls
|
8 years ago |