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