aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c
AgeCommit message (Expand)Author
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
2010-12-19ls: tweak -e handling; better commentsDenys Vlasenko
2010-12-19ls: print a space after each column. Closes bug 2941Denys Vlasenko
2010-12-19ls: make -F not follow symlinks of the command lineDenys Vlasenko
2010-12-19ls: make -x force columnar output; remove unused parts of TRIGGER codeDenys Vlasenko
2010-12-19ls: for some options, only last takes effect. Closes bug 2959Denys Vlasenko
2010-11-06ls: fix -lg to show group (was showing user)Denys Vlasenko
2010-09-09Avoid side effects in putc(), which may be implemented as a macroDan Fandrich
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-26*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-31ls: unicode fixesDenys Vlasenko
2010-01-24randomconfig fixesDenys Vlasenko
2010-01-24libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko
2010-01-18ls: fix sort of very large files. +21 byteDenys Vlasenko
2010-01-18ls: make it so that group never glues itself to file sizeDenys Vlasenko
2010-01-04fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko
2009-10-23ls: fix "ls | cat" to not show "total NNN" headerDenys Vlasenko
2009-10-13libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko
2009-10-03ls: forgotten chunk from prev commitDenys Vlasenko
2009-10-03ls: code shrinkDenys Vlasenko
2009-10-03ls: fix for !FEATURE_LS_RECURSIVE (forgotten free); cleanupsDenys Vlasenko
2009-10-03ls: add standards doc; record author of "total NNNN" codeDenys Vlasenko
2009-10-03ls: code shrinkDenys Vlasenko
2009-10-03ls: add "total NNNN" header if DESKTOP. By Johannes Stezenbach (js AT sig21.net)Denys Vlasenko
2009-09-30find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxxDenys Vlasenko
2009-07-11tweaking Unicode supportDenys Vlasenko
2009-07-11added simplified Unicode support for non-locale-enabled buildsDenys Vlasenko
2009-07-03ls: make --color more compatible with coreutilsDenys Vlasenko