aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: only count subdirectories if necessaryRon Yorston2023-01-231-0/+6
* Merge busybox into mergeRon Yorston2022-01-131-3/+10
|\
| * ls: implement ls -sh (human-readable allocated blocks)Denys Vlasenko2022-01-081-3/+10
* | Merge branch 'busybox' into mergeRon Yorston2021-09-211-1/+2
|\|
| * libbb: clarify what bb_mode_string() generatesDenys Vlasenko2021-09-171-1/+1
| * libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko2021-09-171-1/+2
| * ls: revert last change (short name must be allocated)Denys Vlasenko2021-06-251-1/+1
| * ls: code shrinkDenys Vlasenko2021-06-241-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-06-071-13/+17
|\|
| * ls: trim --help textDenys Vlasenko2021-06-051-9/+9
| * ls: don't output any colors with TERM=dumbSören Tempel2021-06-041-4/+8
* | win32: make readlink(2) implementation unconditionalRon Yorston2021-02-121-2/+0
* | Merge branch 'busybox' into mergeRon Yorston2021-02-051-1/+1
|\|
| * libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-1/+1
* | ash, ls: improve support for 'c:path'Ron Yorston2020-08-281-0/+5
* | ls: allow backslashes to be replaced in displayed pathsfix_backslashRon Yorston2020-08-191-0/+15
* | ls: treat hidden files as if their names begin with a dotRon Yorston2020-07-091-0/+12
* | Merge branch 'busybox' into mergeRon Yorston2019-05-271-1/+1
|\|
| * ls: fix SEGV when --color is used and ENABLE_LS_COLOR=nDenys Vlasenko2019-05-261-1/+1
* | win32: implement readlink(2)Ron Yorston2019-03-061-1/+1
* | ls: use correct column width for WIN32 inodesRon Yorston2019-03-041-0/+4
* | win32: make stat(2) fetch additional metadataRon Yorston2019-02-161-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-2/+2
|\|
| * ls: make -i compatible with coreutils: don't follow symlink by defaultMartijn Dekker2019-01-041-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2018-10-081-2/+2
|\|
| * unzip: use printable_string() for printing filenamesDenys Vlasenko2018-09-301-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2018-09-101-1/+9
|\|
| * ls: When -h is passed, the total should also be in human unitsLauri Kasanen2018-08-011-1/+9
* | ls, stat: don't try to read symlinksRon Yorston2018-04-101-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2018-02-131-3/+2
|\|
| * randomconfig fixesDenys Vlasenko2017-12-311-3/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-4/+6
|\|
| * *: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko2017-09-131-4/+6
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-30/+31
|\|
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-29/+31
| * getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-2/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-11/+11
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-10/+10
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Use %I64* formats with MinGW instead of %ll* formatsJohannes Schindelin2017-07-181-1/+1
|/
* ls: fix support for long options when FEATURE_LS_COLOR is deselectedLaurent Bercot2017-05-261-6/+8
* ftpd/ls: show directories firstDenys Vlasenko2017-01-251-1/+6
* ls: convert DISP_DIRNAME to a bool variableDenys Vlasenko2017-01-231-9/+3
* ls: get rid of opt_flags[], handle -l1c through option_mask32Denys Vlasenko2017-01-231-67/+33
* ls: handle -x through option_mask32, remove default -C from --helpDenys Vlasenko2017-01-231-8/+7
* ls: handle -d and -R through option_mask32Denys Vlasenko2017-01-231-29/+17
* ls: handle -p and -F through option_mask32Denys Vlasenko2017-01-231-18/+16
* ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONGDenys Vlasenko2017-01-231-43/+36
* ls: make -Z output compatible with GNU coreutils 8.25Denys Vlasenko2017-01-231-19/+24
* ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPTDenys Vlasenko2017-01-231-34/+30