aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c
AgeCommit message (Expand)Author
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2019-05-26ls: fix SEGV when --color is used and ENABLE_LS_COLOR=nDenys Vlasenko
2019-01-04ls: make -i compatible with coreutils: don't follow symlink by defaultMartijn Dekker
2018-09-30unzip: use printable_string() for printing filenamesDenys Vlasenko
2018-08-01ls: When -h is passed, the total should also be in human unitsLauri Kasanen
2017-12-31randomconfig fixesDenys Vlasenko
2017-09-13*: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-05-26ls: fix support for long options when FEATURE_LS_COLOR is deselectedLaurent Bercot
2017-01-25ftpd/ls: show directories firstDenys Vlasenko
2017-01-23ls: convert DISP_DIRNAME to a bool variableDenys Vlasenko
2017-01-23ls: get rid of opt_flags[], handle -l1c through option_mask32Denys Vlasenko
2017-01-23ls: handle -x through option_mask32, remove default -C from --helpDenys Vlasenko
2017-01-23ls: handle -d and -R through option_mask32Denys Vlasenko
2017-01-23ls: handle -p and -F through option_mask32Denys Vlasenko
2017-01-23ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONGDenys Vlasenko
2017-01-23ls: make -Z output compatible with GNU coreutils 8.25Denys Vlasenko
2017-01-23ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPTDenys Vlasenko
2017-01-23ls: handle -s through option_mask32Denys Vlasenko
2017-01-23ls: handle -i through option_mask32Denys Vlasenko
2017-01-23ls: handle -a and -A through option_mask32Denys Vlasenko
2017-01-23ls: handle all sort options through option_mask32Denys Vlasenko
2017-01-22ls: -1 should be ignored by -l (and options which imply -l)Denys Vlasenko
2017-01-22ls: more correct handling of -c, -uDenys Vlasenko
2017-01-22ls: replace -e with --full-time, add --group-directories-first, delete -KDenys Vlasenko
2017-01-11Move FEATURE_AUTOWIDTH config option to two applets which use itDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-03-06ls: fix columnar output. Closes 8731Denys Vlasenko
2015-10-23libbb: factor out code which queries screen widthDenys Vlasenko
2015-02-23ls: heed compiler warningDenys Vlasenko
2015-02-18ls: trivial code shrinkDenys Vlasenko
2015-02-16ls: fix year 9999 bug :)Denys Vlasenko
2014-02-27ls: make "ls -s DIR" show total too. Clases 4946Denys Vlasenko
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2011-08-10randomconfig fixesDenys Vlasenko
2011-06-21ls: fix HAVE_STRVERSCMP check; add check for older uclibc versionsDenys Vlasenko
2011-06-21Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdefDenys Vlasenko
2011-06-13ls: fix comment about -p (it's compatible now)Denys Vlasenko
2011-06-13ls: make -v and -X actually work as intendedDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-13ls: code shrinkDenys Vlasenko
2011-05-13ls: reorder and rename functions. No code changesDenys Vlasenko
2011-05-13ls: reduce memory consumption and speed up (don't do redundant [l]stat)Denys Vlasenko
2011-05-13ls: avoid forward declaration. No code changesDenys Vlasenko