1. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  2. 2599937 ls: fix support for long options when FEATURE_LS_COLOR is deselected by Laurent Bercot · 8 years ago
  3. b13b618 ftpd/ls: show directories first by Denys Vlasenko · 8 years ago
  4. 9a64c33 ls: convert DISP_DIRNAME to a bool variable by Denys Vlasenko · 8 years ago
  5. ccc1699 ls: get rid of opt_flags[], handle -l1c through option_mask32 by Denys Vlasenko · 8 years ago
  6. 92c6898 ls: handle -x through option_mask32, remove default -C from --help by Denys Vlasenko · 8 years ago
  7. 4cde4cc ls: handle -d and -R through option_mask32 by Denys Vlasenko · 8 years ago
  8. 96d9c5b ls: handle -p and -F through option_mask32 by Denys Vlasenko · 8 years ago
  9. 51b01fd ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONG by Denys Vlasenko · 8 years ago
  10. a1cbaca ls: make -Z output compatible with GNU coreutils 8.25 by Denys Vlasenko · 8 years ago
  11. 2c3131d ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPT by Denys Vlasenko · 8 years ago
  12. 5d43ddc ls: handle -s through option_mask32 by Denys Vlasenko · 8 years ago
  13. b60686c ls: handle -i through option_mask32 by Denys Vlasenko · 8 years ago
  14. f5bd6f6 ls: handle -a and -A through option_mask32 by Denys Vlasenko · 8 years ago
  15. 11540a8 ls: handle all sort options through option_mask32 by Denys Vlasenko · 8 years ago
  16. e1f90d1 ls: -1 should be ignored by -l (and options which imply -l) by Denys Vlasenko · 8 years ago
  17. f580baf ls: more correct handling of -c, -u by Denys Vlasenko · 8 years ago
  18. 194b2eb ls: replace -e with --full-time, add --group-directories-first, delete -K by Denys Vlasenko · 8 years ago
  19. ed15dde Move FEATURE_AUTOWIDTH config option to two applets which use it by Denys Vlasenko · 8 years ago
  20. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  21. af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  22. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  23. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  24. ea351b9 ls: fix columnar output. Closes 8731 by Denys Vlasenko · 9 years ago
  25. 641caae libbb: factor out code which queries screen width by Denys Vlasenko · 9 years ago
  26. c5beaa0 ls: heed compiler warning by Denys Vlasenko · 10 years ago
  27. 0cb981c ls: trivial code shrink by Denys Vlasenko · 10 years ago
  28. 8e92df1 ls: fix year 9999 bug :) by Denys Vlasenko · 10 years ago
  29. fca0ee5 ls: make "ls -s DIR" show total too. Clases 4946 by Denys Vlasenko · 11 years ago
  30. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  31. b47b3ce randomconfig fixes by Denys Vlasenko · 13 years ago
  32. 1e18a01 ls: fix HAVE_STRVERSCMP check; add check for older uclibc versions by Denys Vlasenko · 13 years ago
  33. 561f9c8 Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdef by Denys Vlasenko · 13 years ago
  34. 8ea683d ls: fix comment about -p (it's compatible now) by Denys Vlasenko · 14 years ago
  35. f194cc1 ls: make -v and -X actually work as intended by Denys Vlasenko · 14 years ago
  36. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  37. 8dd29da ls: code shrink by Denys Vlasenko · 14 years ago
  38. 4029e21 ls: reorder and rename functions. No code changes by Denys Vlasenko · 14 years ago
  39. 2a81639 ls: reduce memory consumption and speed up (don't do redundant [l]stat) by Denys Vlasenko · 14 years ago
  40. 66ca241 ls: avoid forward declaration. No code changes by Denys Vlasenko · 14 years ago
  41. d27ac29 ls: code shrink by Denys Vlasenko · 14 years ago
  42. 279a7ac ls: fix help text: -w N is optional by Denys Vlasenko · 14 years ago
  43. 4ad95e6 ls: fix -p help text, improve comments and define names by Denys Vlasenko · 14 years ago
  44. fa9126e ls: better help text for -a and -A by Denys Vlasenko · 14 years ago
  45. ea684c6 ls: fix handling of symlinks by option -1 by Denys Vlasenko · 14 years ago
  46. 3b28dae ls: widen -s (1k blocks) column from 4 to 6 by Denys Vlasenko · 14 years ago
  47. 26d11b8 ls: -g implies -l by Denys Vlasenko · 14 years ago
  48. 9f368e3 ls: fix bits for -T, -w and --color; make -n imply -l; fix comments by Denys Vlasenko · 14 years ago
  49. cd387f2 ls: fix one-bit-off which caused -H to behave as -h by Denys Vlasenko · 14 years ago
  50. a4bc10c ls: remove redundant constants LIST_FILENAME and LIST_SHORT by James Youngman · 14 years ago
  51. 982aa26 ls: add support for -H by Denys Vlasenko · 14 years ago
  52. 407ab2a ls: tweak -e handling; better comments by Denys Vlasenko · 14 years ago
  53. 2f7d9e8 ls: print a space after each column. Closes bug 2941 by Denys Vlasenko · 14 years ago
  54. 163d864 ls: make -F not follow symlinks of the command line by Denys Vlasenko · 14 years ago
  55. d87815d ls: make -x force columnar output; remove unused parts of TRIGGER code by Denys Vlasenko · 14 years ago
  56. f313746 ls: for some options, only last takes effect. Closes bug 2959 by Denys Vlasenko · 14 years ago
  57. 4909fec ls: fix -lg to show group (was showing user) by Denys Vlasenko · 14 years ago
  58. 77d4872 Avoid side effects in putc(), which may be implemented as a macro by Dan Fandrich · 14 years ago
  59. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  60. f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
  61. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  62. d8528b8 ls: unicode fixes by Denys Vlasenko · 15 years ago
  63. 6b01b71 randomconfig fixes by Denys Vlasenko · 15 years ago
  64. 9f93d62 libbb: better unicode width support. Hopefully fixes bug 839. by Denys Vlasenko · 15 years ago
  65. 7be97c5 ls: fix sort of very large files. +21 byte by Denys Vlasenko · 15 years ago
  66. 9c3b84a ls: make it so that group never glues itself to file size by Denys Vlasenko · 15 years ago
  67. 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
  68. d93fc61 ls: fix "ls | cat" to not show "total NNN" header by Denys Vlasenko · 15 years ago
  69. 0bf44d0 libbb/human_readable.c: shrink; and reduce bss usage by Denys Vlasenko · 15 years ago
  70. 1d63f04 ls: forgotten chunk from prev commit by Denys Vlasenko · 15 years ago
  71. cae409c ls: code shrink by Denys Vlasenko · 15 years ago
  72. ffd4774 ls: fix for !FEATURE_LS_RECURSIVE (forgotten free); cleanups by Denys Vlasenko · 15 years ago
  73. 0683d4d ls: add standards doc; record author of "total NNNN" code by Denys Vlasenko · 15 years ago
  74. 76c7d95 ls: code shrink by Denys Vlasenko · 15 years ago
  75. 87c150c ls: add "total NNNN" header if DESKTOP. By Johannes Stezenbach (js AT sig21.net) by Denys Vlasenko · 15 years ago
  76. 1b34d4f find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx by Denys Vlasenko · 15 years ago
  77. fda8f57 tweaking Unicode support by Denys Vlasenko · 15 years ago
  78. 42a8fd0 added simplified Unicode support for non-locale-enabled builds by Denys Vlasenko · 15 years ago
  79. ae05dd4 ls: make --color more compatible with coreutils by Denys Vlasenko · 15 years ago
  80. 5508363 ls: fix --color handling. Closes bug 435. by Denys Vlasenko · 15 years ago
  81. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  82. 4d3a812 ls: warning fix rm: accept and ignore -v (verbose) by Denis Vlasenko · 16 years ago
  83. 3a014b8 ls: make readlink error to not disrupt output (try ls -l /proc/self/fd). by Denis Vlasenko · 16 years ago
  84. c1969f6 ls: make color-related code more readable. Fix a case when by Denis Vlasenko · 16 years ago
  85. 245f91b ftpd + ls - timestamp = confused Mozilla. Prevent that. by Denis Vlasenko · 16 years ago
  86. c41cba5 ftpd: reuse ls applet for LIST/NLST/STAT generation by Denis Vlasenko · 16 years ago
  87. 5e4fda0 ftpd: code chrink, fixed some minor bugs by Denis Vlasenko · 16 years ago
  88. 248ce91 ls: implement -Q and -g (-g was accepted but ignored) by Denis Vlasenko · 16 years ago
  89. 11a6f9b ls: do not follow links with -s (closes bug 33), by Denis Vlasenko · 16 years ago
  90. 51f1b6c ls: fix a bug where we may use uninintialized variable by Denis Vlasenko · 16 years ago
  91. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  92. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  93. cc3f20b fix breakage found by randomconfig by Denis Vlasenko · 16 years ago
  94. 4a689e9 fix trivial error with inverted exit code in ls by Denis Vlasenko · 16 years ago
  95. c7497ea build system: introduce FEATURE_ASSUME_UNICODE by Denis Vlasenko · 17 years ago
  96. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  97. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  98. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  99. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  100. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago