1. 8dd29da ls: code shrink by Denys Vlasenko · 14 years ago
  2. 4029e21 ls: reorder and rename functions. No code changes by Denys Vlasenko · 14 years ago
  3. 2a81639 ls: reduce memory consumption and speed up (don't do redundant [l]stat) by Denys Vlasenko · 14 years ago
  4. 66ca241 ls: avoid forward declaration. No code changes by Denys Vlasenko · 14 years ago
  5. d27ac29 ls: code shrink by Denys Vlasenko · 14 years ago
  6. 279a7ac ls: fix help text: -w N is optional by Denys Vlasenko · 14 years ago
  7. 4ad95e6 ls: fix -p help text, improve comments and define names by Denys Vlasenko · 14 years ago
  8. 43a3d50 md5/sha1sum: better fix for small resource leak by Denys Vlasenko · 14 years ago
  9. 88a8384 md5/sha1sum: fix small resource leak by Alexey Fomenko · 14 years ago
  10. c13ee8c basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argument by Denys Vlasenko · 14 years ago
  11. 6a3e01d move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c by Pere Orga · 14 years ago
  12. fa9126e ls: better help text for -a and -A by Denys Vlasenko · 14 years ago
  13. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
  14. f922154 dd: free allocated memory if CLEANUP enabled by Alexey Soloviev · 14 years ago
  15. b0e8ced ln: explain why we use xstrdup by Denys Vlasenko · 14 years ago
  16. ea684c6 ls: fix handling of symlinks by option -1 by Denys Vlasenko · 14 years ago
  17. 48b6f59 chsum: fix by Pascal Bellard · 14 years ago
  18. 681efe2 use user's shell instead of hardwired "/bin/sh" (android needs this) by Denys Vlasenko · 14 years ago
  19. 86cf036 printenv: fix environ == NULL segfault by Denys Vlasenko · 14 years ago
  20. 41478ad tr: free allocated memory in tr if CLEANUP enabled by Alexey Soloviev · 14 years ago
  21. 940c720 convert "do {...} while (1);" -> "while (1) {...}" by Denys Vlasenko · 14 years ago
  22. 3b28dae ls: widen -s (1k blocks) column from 4 to 6 by Denys Vlasenko · 14 years ago
  23. 26d11b8 ls: -g implies -l by Denys Vlasenko · 14 years ago
  24. 9f368e3 ls: fix bits for -T, -w and --color; make -n imply -l; fix comments by Denys Vlasenko · 14 years ago
  25. cd387f2 ls: fix one-bit-off which caused -H to behave as -h by Denys Vlasenko · 14 years ago
  26. e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 14 years ago
  27. 4fdb67c echo: fix SEGV when run with no args by Denys Vlasenko · 14 years ago
  28. b934844 echo: fix ENOSPC detection and some iffy code in \NNN handling by Denys Vlasenko · 14 years ago
  29. 8ee2ada echo: do not retry on write errors by Denys Vlasenko · 14 years ago
  30. 55ae0e9 df,find_mount_point: optionally don't ignore rootfs by Lauri Kasanen · 14 years ago
  31. df7b657 id: fix inverted if (!ENABLE_DESKTOP) by Denys Vlasenko · 14 years ago
  32. e3d4c03 stty: cosmetic fix to settings table; no code changes by Denys Vlasenko · 14 years ago
  33. ea023ea disable length applet. ${#var} and echo -n "$var" | wc -c are portable equivalents by Denys Vlasenko · 14 years ago
  34. 8d0e0cd move utmp.h include to libbb.h by Denys Vlasenko · 14 years ago
  35. e54cfc5 stty: enable line discipline display and change code if __linix__ by Denys Vlasenko · 14 years ago
  36. 271c0ce stty: make swtch and iutf8 visible/settable by Denys Vlasenko · 14 years ago
  37. 1336f89 wc: fix swapped -c and -m by Denys Vlasenko · 14 years ago
  38. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  39. dc7e5c4 libbb unicode: comment out usused function and unused parameter by Denys Vlasenko · 14 years ago
  40. 92ffe05 date,touch: treat 2-digit years better (fit them into +-50 yrs around today) by Denys Vlasenko · 14 years ago
  41. a5d3d34 date: preserve isdst value if date is in time_t (unix time) format by Alexey Soloviev · 14 years ago
  42. 0cd4f30 add missed underscore by Denys Vlasenko · 14 years ago
  43. d1e4665 date: add a comment about _SVID_SOURCE by Denys Vlasenko · 14 years ago
  44. 27c6c00 test: add examples when "%s: unknown operand" happens by Denys Vlasenko · 14 years ago
  45. a4bc10c ls: remove redundant constants LIST_FILENAME and LIST_SHORT by James Youngman · 14 years ago
  46. 982aa26 ls: add support for -H by Denys Vlasenko · 14 years ago
  47. 407ab2a ls: tweak -e handling; better comments by Denys Vlasenko · 14 years ago
  48. 2f7d9e8 ls: print a space after each column. Closes bug 2941 by Denys Vlasenko · 14 years ago
  49. 163d864 ls: make -F not follow symlinks of the command line by Denys Vlasenko · 14 years ago
  50. d87815d ls: make -x force columnar output; remove unused parts of TRIGGER code by Denys Vlasenko · 14 years ago
  51. f313746 ls: for some options, only last takes effect. Closes bug 2959 by Denys Vlasenko · 14 years ago
  52. 3f2477e touch: fix help text to not show options disabled in .config by Denys Vlasenko · 14 years ago
  53. 9e0f150 date :add a comment about older toolchains by Denys Vlasenko · 14 years ago
  54. 4909fec ls: fix -lg to show group (was showing user) by Denys Vlasenko · 14 years ago
  55. 66be919 stat: fix mtime/ctime/atime by Eric Lammerts · 14 years ago
  56. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  57. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  58. 9ce642f libbb: introduce and use common crc32 routine by Denys Vlasenko · 14 years ago
  59. 4c46d85 mv: implement -n option by Denys Vlasenko · 14 years ago
  60. 4b63e16 md5/sha1sum: code shrink by Denys Vlasenko · 14 years ago
  61. 5360059 libbb: introduce and use strcpy_and_process_escape_sequences by Denys Vlasenko · 14 years ago
  62. 6722737 *: introduce and use xmkstemp. -65 bytes. by Alexander Shishkin · 14 years ago
  63. 2348e09 tail: free tailbuf upon cleaning up by Alexander Shishkin · 14 years ago
  64. a7027bf stat: remove superfluous setXXent() calls, plug memory leak by Alexander Shishkin · 14 years ago
  65. bec5888 *: s/open3_or_warn/open_or_warn/ where makes sense by Denys Vlasenko · 14 years ago
  66. 5fe2f86 sort: -o FILE should create/truncate FILE by Denys Vlasenko · 14 years ago
  67. c05387d *: replace xopen3 with xopen where makes sense by Denys Vlasenko · 14 years ago
  68. ea69416 typo fix by Denys Vlasenko · 14 years ago
  69. 786635e seq: exit on write errors by Denys Vlasenko · 14 years ago
  70. c0683ac *: pass md5/shaN context pointer as 1st arg, not last by Denys Vlasenko · 14 years ago
  71. f2710d0 date: move applet and usage bits to date.c by Denys Vlasenko · 14 years ago
  72. afc7b4c wc: add support for -m by Denys Vlasenko · 14 years ago
  73. 09e7daf wc: preparatory patch, no logic changes by Denys Vlasenko · 14 years ago
  74. 2d1a78b Marked some more applets NOEXEC/NOFORK by Dan Fandrich · 14 years ago
  75. 04bcd99 style fix. no code chages by Denys Vlasenko · 14 years ago
  76. 0f2e278 sleep: fix fractional arguments in non-POSIX locale by Denys Vlasenko · 14 years ago
  77. 9fe98f7 libbb: merge mail and uudecode's base64 decoders by Denys Vlasenko · 14 years ago
  78. 197a6b3 sleep: make it non-NOFORK. Fixes ^C in standalone shell by Denys Vlasenko · 14 years ago
  79. 77d4872 Avoid side effects in putc(), which may be implemented as a macro by Dan Fandrich · 14 years ago
  80. 6f80fe7 uudecode,base64: code shrink by Denys Vlasenko · 14 years ago
  81. ee06264 base64: new applet by Denys Vlasenko · 14 years ago
  82. b32a543 nandwrite: complain on malformed -s NUM by Denys Vlasenko · 14 years ago
  83. 7ff6836 split: use xopen_stdin() by Denys Vlasenko · 14 years ago
  84. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  85. 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
  86. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  87. 138ce54 stty: sort out preprocessor conditionals by Jeremie Koenig · 14 years ago
  88. f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
  89. 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
  90. b175462 readlink: use xmalloc_realpath() by Jeremie Koenig · 15 years ago
  91. d1516c4 dos2unix: fix the case w/o parameters by Denys Vlasenko · 14 years ago
  92. 8f65b0c whitespace fixes by Denys Vlasenko · 14 years ago
  93. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  94. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  95. 4ebdae3 date: make %N work without -lrt on glibc by Denys Vlasenko · 14 years ago
  96. d2d327d stat: make output more similar to GNU stat by Seb · 14 years ago
  97. e2b41cf date: trivial fix - was reading seconds into nanoseconds field! DOH by Denys Vlasenko · 14 years ago
  98. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  99. b68bba5 date: use the same code for FEATURE_DATE_NANO for glibc and uclibc by Denys Vlasenko · 15 years ago
  100. 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago