aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c
AgeCommit message (Expand)Author
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
2009-07-02ls: fix --color handling. Closes bug 435.Denys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-03-27ls: warning fixDenis Vlasenko
2009-03-21ls: make readlink error to not disrupt output (try ls -l /proc/self/fd).Denis Vlasenko
2009-03-18ls: make color-related code more readable. Fix a case whenDenis Vlasenko
2009-03-09ftpd + ls - timestamp = confused Mozilla. Prevent that.Denis Vlasenko
2009-03-09ftpd: reuse ls applet for LIST/NLST/STAT generationDenis Vlasenko
2009-03-08ftpd: code chrink, fixed some minor bugsDenis Vlasenko
2009-03-03ls: implement -Q and -g (-g was accepted but ignored)Denis Vlasenko
2009-03-03ls: do not follow links with -s (closes bug 33),Denis Vlasenko
2008-07-15ls: fix a bug where we may use uninintialized variableDenis Vlasenko