aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c
AgeCommit message (Expand)Author
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
2011-05-13ls: code shrinkDenys Vlasenko
2011-05-12ls: fix help text: -w N is optionalDenys Vlasenko
2011-05-12ls: fix -p help text, improve comments and define namesDenys Vlasenko
2011-04-03ls: better help text for -a and -ADenys Vlasenko
2011-03-12ls: fix handling of symlinks by option -1Denys Vlasenko
2011-03-01ls: widen -s (1k blocks) column from 4 to 6Denys Vlasenko
2011-02-28ls: -g implies -lDenys Vlasenko
2011-02-28ls: fix bits for -T, -w and --color; make -n imply -l; fix commentsDenys Vlasenko
2011-02-27ls: fix one-bit-off which caused -H to behave as -hDenys Vlasenko
2010-12-20ls: remove redundant constants LIST_FILENAME and LIST_SHORTJames Youngman
2010-12-19ls: add support for -HDenys Vlasenko