- ff8fda8 ls: implement ls -sh (human-readable allocated blocks) by Denys Vlasenko · 2 years, 11 months ago
- 6279aec libbb: clarify what bb_mode_string() generates by Denys Vlasenko · 3 years, 3 months ago
- 59ac467 libbb: eliminate a static data array in bb_mode_string() by Denys Vlasenko · 3 years, 3 months ago
- 0231e34 ls: revert last change (short name must be allocated) by Denys Vlasenko · 3 years, 5 months ago
- df96a3c ls: code shrink by Denys Vlasenko · 3 years, 5 months ago
- 08ea7be ls: trim --help text by Denys Vlasenko · 3 years, 6 months ago
- 3d9c649 ls: don't output any colors with TERM=dumb by Sören Tempel · 3 years, 7 months ago
- cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
- 9501bc7 ls: fix SEGV when --color is used and ENABLE_LS_COLOR=n by Denys Vlasenko · 6 years ago
- f83292c ls: make -i compatible with coreutils: don't follow symlink by default by Martijn Dekker · 6 years ago
- 349d72c unzip: use printable_string() for printing filenames by Denys Vlasenko · 6 years ago
- a380aac ls: When -h is passed, the total should also be in human units by Lauri Kasanen · 6 years ago
- 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
- 8187e01 *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m by Denys Vlasenko · 7 years ago
- 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
- 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 2599937 ls: fix support for long options when FEATURE_LS_COLOR is deselected by Laurent Bercot · 8 years ago
- b13b618 ftpd/ls: show directories first by Denys Vlasenko · 8 years ago
- 9a64c33 ls: convert DISP_DIRNAME to a bool variable by Denys Vlasenko · 8 years ago
- ccc1699 ls: get rid of opt_flags[], handle -l1c through option_mask32 by Denys Vlasenko · 8 years ago
- 92c6898 ls: handle -x through option_mask32, remove default -C from --help by Denys Vlasenko · 8 years ago
- 4cde4cc ls: handle -d and -R through option_mask32 by Denys Vlasenko · 8 years ago
- 96d9c5b ls: handle -p and -F through option_mask32 by Denys Vlasenko · 8 years ago
- 51b01fd ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONG by Denys Vlasenko · 8 years ago
- a1cbaca ls: make -Z output compatible with GNU coreutils 8.25 by Denys Vlasenko · 8 years ago
- 2c3131d ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPT by Denys Vlasenko · 8 years ago
- 5d43ddc ls: handle -s through option_mask32 by Denys Vlasenko · 8 years ago
- b60686c ls: handle -i through option_mask32 by Denys Vlasenko · 8 years ago
- f5bd6f6 ls: handle -a and -A through option_mask32 by Denys Vlasenko · 8 years ago
- 11540a8 ls: handle all sort options through option_mask32 by Denys Vlasenko · 8 years ago
- e1f90d1 ls: -1 should be ignored by -l (and options which imply -l) by Denys Vlasenko · 8 years ago
- f580baf ls: more correct handling of -c, -u by Denys Vlasenko · 8 years ago
- 194b2eb ls: replace -e with --full-time, add --group-directories-first, delete -K by Denys Vlasenko · 8 years ago
- ed15dde Move FEATURE_AUTOWIDTH config option to two applets which use it by Denys Vlasenko · 8 years ago
- f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
- af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
- e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
- ea351b9 ls: fix columnar output. Closes 8731 by Denys Vlasenko · 9 years ago
- 641caae libbb: factor out code which queries screen width by Denys Vlasenko · 9 years ago
- c5beaa0 ls: heed compiler warning by Denys Vlasenko · 10 years ago
- 0cb981c ls: trivial code shrink by Denys Vlasenko · 10 years ago
- 8e92df1 ls: fix year 9999 bug :) by Denys Vlasenko · 10 years ago
- fca0ee5 ls: make "ls -s DIR" show total too. Clases 4946 by Denys Vlasenko · 11 years ago
- 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
- b47b3ce randomconfig fixes by Denys Vlasenko · 13 years ago
- 1e18a01 ls: fix HAVE_STRVERSCMP check; add check for older uclibc versions by Denys Vlasenko · 13 years ago
- 561f9c8 Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdef by Denys Vlasenko · 13 years ago
- 8ea683d ls: fix comment about -p (it's compatible now) by Denys Vlasenko · 13 years ago
- f194cc1 ls: make -v and -X actually work as intended by Denys Vlasenko · 13 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 8dd29da ls: code shrink by Denys Vlasenko · 14 years ago
- 4029e21 ls: reorder and rename functions. No code changes by Denys Vlasenko · 14 years ago
- 2a81639 ls: reduce memory consumption and speed up (don't do redundant [l]stat) by Denys Vlasenko · 14 years ago
- 66ca241 ls: avoid forward declaration. No code changes by Denys Vlasenko · 14 years ago
- d27ac29 ls: code shrink by Denys Vlasenko · 14 years ago
- 279a7ac ls: fix help text: -w N is optional by Denys Vlasenko · 14 years ago
- 4ad95e6 ls: fix -p help text, improve comments and define names by Denys Vlasenko · 14 years ago
- fa9126e ls: better help text for -a and -A by Denys Vlasenko · 14 years ago
- ea684c6 ls: fix handling of symlinks by option -1 by Denys Vlasenko · 14 years ago
- 3b28dae ls: widen -s (1k blocks) column from 4 to 6 by Denys Vlasenko · 14 years ago
- 26d11b8 ls: -g implies -l by Denys Vlasenko · 14 years ago
- 9f368e3 ls: fix bits for -T, -w and --color; make -n imply -l; fix comments by Denys Vlasenko · 14 years ago
- cd387f2 ls: fix one-bit-off which caused -H to behave as -h by Denys Vlasenko · 14 years ago
- a4bc10c ls: remove redundant constants LIST_FILENAME and LIST_SHORT by James Youngman · 14 years ago
- 982aa26 ls: add support for -H by Denys Vlasenko · 14 years ago
- 407ab2a ls: tweak -e handling; better comments by Denys Vlasenko · 14 years ago
- 2f7d9e8 ls: print a space after each column. Closes bug 2941 by Denys Vlasenko · 14 years ago
- 163d864 ls: make -F not follow symlinks of the command line by Denys Vlasenko · 14 years ago
- d87815d ls: make -x force columnar output; remove unused parts of TRIGGER code by Denys Vlasenko · 14 years ago
- f313746 ls: for some options, only last takes effect. Closes bug 2959 by Denys Vlasenko · 14 years ago
- 4909fec ls: fix -lg to show group (was showing user) by Denys Vlasenko · 14 years ago
- 77d4872 Avoid side effects in putc(), which may be implemented as a macro by Dan Fandrich · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
- 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
- d8528b8 ls: unicode fixes by Denys Vlasenko · 15 years ago
- 6b01b71 randomconfig fixes by Denys Vlasenko · 15 years ago
- 9f93d62 libbb: better unicode width support. Hopefully fixes bug 839. by Denys Vlasenko · 15 years ago
- 7be97c5 ls: fix sort of very large files. +21 byte by Denys Vlasenko · 15 years ago
- 9c3b84a ls: make it so that group never glues itself to file size by Denys Vlasenko · 15 years ago
- 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
- d93fc61 ls: fix "ls | cat" to not show "total NNN" header by Denys Vlasenko · 15 years ago
- 0bf44d0 libbb/human_readable.c: shrink; and reduce bss usage by Denys Vlasenko · 15 years ago
- 1d63f04 ls: forgotten chunk from prev commit by Denys Vlasenko · 15 years ago
- cae409c ls: code shrink by Denys Vlasenko · 15 years ago
- ffd4774 ls: fix for !FEATURE_LS_RECURSIVE (forgotten free); cleanups by Denys Vlasenko · 15 years ago
- 0683d4d ls: add standards doc; record author of "total NNNN" code by Denys Vlasenko · 15 years ago
- 76c7d95 ls: code shrink by Denys Vlasenko · 15 years ago
- 87c150c ls: add "total NNNN" header if DESKTOP. By Johannes Stezenbach (js AT sig21.net) by Denys Vlasenko · 15 years ago
- 1b34d4f find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx by Denys Vlasenko · 15 years ago
- fda8f57 tweaking Unicode support by Denys Vlasenko · 15 years ago
- 42a8fd0 added simplified Unicode support for non-locale-enabled builds by Denys Vlasenko · 15 years ago
- ae05dd4 ls: make --color more compatible with coreutils by Denys Vlasenko · 15 years ago
- 5508363 ls: fix --color handling. Closes bug 435. by Denys Vlasenko · 15 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 4d3a812 ls: warning fix rm: accept and ignore -v (verbose) by Denis Vlasenko · 16 years ago
- 3a014b8 ls: make readlink error to not disrupt output (try ls -l /proc/self/fd). by Denis Vlasenko · 16 years ago