1. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  2. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  3. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  4. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  5. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  6. c5d16e9 diff: fix -N and nonexistent files. Closes 7454 by Denys Vlasenko · 8 years ago
  7. 8a134ec libbb: move isqrt from factor, use it in diff too by Denys Vlasenko · 8 years ago
  8. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  9. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  10. 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
  11. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  12. d60752f build system: -fno-builtin-printf by Denys Vlasenko · 9 years ago
  13. a47fcca diff: fix -B with single line changes by Aaro Koskinen · 9 years ago
  14. 97c6491 typo fixes by Maninder Singh · 10 years ago
  15. 39f0172 diff: fix a bug in diffing against stdin. Closes 7784 by Denys Vlasenko · 10 years ago
  16. 73225b6 switch editors/* to embedded-in-source kbuild system by Denys Vlasenko · 11 years ago
  17. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  18. 14bd16a more tweak for bionic by Denys Vlasenko · 13 years ago
  19. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  20. d616ab6 reformime: do not require \r\n by Denys Vlasenko · 14 years ago
  21. 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
  22. 95f5c52 diff: optimize diffing of files with the same metadata by Roman Borisov · 14 years ago
  23. f18a82d diff: return 1 when skipping directories with -r, but without -N by Alexander Shishkin · 14 years ago
  24. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  25. 6722737 *: introduce and use xmkstemp. -65 bytes. by Alexander Shishkin · 14 years ago
  26. 25b4755 typo fix in comment by Denys Vlasenko · 14 years ago
  27. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  28. 75703eb diff: make diff -r much less eager to recurse into directories by Denys Vlasenko · 14 years ago
  29. 32a6bae diff: cosmetic change on top of last commit by Denys Vlasenko · 14 years ago
  30. 61f5f78 diff: fix "diff dir1 dir2/". Closes bug 2203 by Matheus Izvekov · 14 years ago
  31. 1821d18 diff: more compiler compat fixes. no code changes by Dan Fandrich · 15 years ago
  32. f111b67 diff: make code more portable by Dan Fandrich · 15 years ago
  33. 6f99c91 diff: fix flag -B, cleanups and a couple more tests V2 by Matheus Izvekov · 15 years ago
  34. 94ca694 *: small code shrinks and compile fix for unicode by Denys Vlasenko · 15 years ago
  35. 94a6fd1 diff: don't exit in case we can't open input files. -2 bytes by Matheus Izvekov · 15 years ago
  36. 404f144 diff: don't use FILE_and_pos_t where it's not needed. -31 bytes by Matheus Izvekov · 15 years ago
  37. 4de4cb6 diff: correct handling of labels. -10 bytes by Matheus Izvekov · 15 years ago
  38. b32aa0c diff: support long options by Matheus Izvekov · 15 years ago
  39. fe1ce2e diff: implement flag -B (Ignore changes whose lines are all blank) by Matheus Izvekov · 15 years ago
  40. b7a0440 diff: honor flag -i (ignore case differences) by Matheus Izvekov · 15 years ago
  41. 9e0879a diff: add NOINLINE by Denys Vlasenko · 15 years ago
  42. 032bf65 diff: defeat gcc's optimization by Denys Vlasenko · 15 years ago
  43. d4a7728 diff: rewrite. much smaller and more correct by Matheus Izvekov · 15 years ago
  44. 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 15 years ago
  45. d8dd25a diff: debug macros; one trivial size optimization by Denys Vlasenko · 15 years ago
  46. 3e02050 diff: fix bug 613 (diff -ub segfaults) by Denys Vlasenko · 15 years ago
  47. 38d9072 diff: tiny compat tweak by Denys Vlasenko · 16 years ago
  48. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  49. 4c83025 diff: emit /dev/null if diff -rN diffs a file against /dev/null by Denis Vlasenko · 16 years ago
  50. 582dff0 volume identification: abolish /proc/partitions and /proc/cdroms by Denis Vlasenko · 16 years ago
  51. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  52. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  53. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  54. cc3f20b fix breakage found by randomconfig by Denis Vlasenko · 16 years ago
  55. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
  56. a05c071 grep: make "-f -" work (+ testsuite) diff: small code shrink by Denis Vlasenko · 17 years ago
  57. dccfe05 diff: improve comments (no code chages) by Denis Vlasenko · 17 years ago
  58. c4c2cd4 diff: exclude D_EMPTY code if there is no support for -r by Denis Vlasenko · 17 years ago
  59. e9d67a8 diff: fix small bug; don't make a copy for "/dev/null" case by Denis Vlasenko · 17 years ago
  60. 7fe0eba diff: reordering and renaming of variables by Denis Vlasenko · 17 years ago
  61. 73132b9 diff: make a few variables local by Denis Vlasenko · 17 years ago
  62. 04211fd diff: make it work on pipes etc (needed for kernel compile) by Denis Vlasenko · 17 years ago
  63. dc1cbf8 diff: shrink by Denis Vlasenko · 17 years ago
  64. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  65. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  66. fb29038 libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() by Denis Vlasenko · 17 years ago
  67. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  68. 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
  69. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  70. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  71. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  72. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  73. 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 18 years ago
  74. cc5e090 move several applets to more correct ex-project. No code changes. by Denis Vlasenko · 18 years ago[Renamed from coreutils/diff.c]
  75. 1622cb8 - i need this disabled code for testing a patch. Please leave it in. by Bernhard Reutner-Fischer · 18 years ago
  76. ae5a8aa awk: move all data to malloc space by Denis Vlasenko · 18 years ago
  77. ef4bb26 diff: stop using data/bss by Denis Vlasenko · 18 years ago
  78. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  79. bbd695d find: fix handling of -prune recursive_actions: uppercase flag constants by Denis Vlasenko · 18 years ago
  80. df5bbb9 diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>) by Denis Vlasenko · 18 years ago
  81. 3e816c1 - fold recurse, depthFirst and dereference params into one param flags. by Bernhard Reutner-Fischer · 18 years ago
  82. 3983bd5 diff: fix SEGV (NULL deref) in diff -N by Denis Vlasenko · 18 years ago
  83. a4688bf fix buglets found by randomconfig run by Denis Vlasenko · 18 years ago
  84. 02f0c4c diff: failed to confirm "static bug" in gcc - reinstating statics. by Denis Vlasenko · 18 years ago
  85. 0085f23 diff: make -U0 work by Denis Vlasenko · 18 years ago
  86. 6089c2c diff: fix access past end of array by Denis Vlasenko · 18 years ago
  87. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  88. 088a212 - small size tweaks by Bernhard Reutner-Fischer · 18 years ago
  89. 7ae93f0 - FIXME: someone broke diff -r by Bernhard Reutner-Fischer · 18 years ago
  90. b05955e work around gcc's false warning by Denis Vlasenko · 18 years ago
  91. 8336f08 diff: small optimizations; do not try to diff non-seekable stream by Denis Vlasenko · 18 years ago
  92. ea9e35f - minor shrinkage: -25 bytes or so. by Bernhard Reutner-Fischer · 18 years ago
  93. 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
  94. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  95. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  96. 6a1d661 diff: fix -q exit code last_char_is: sacrifice 9 bytes but avoid double-scan by Denis Vlasenko · 18 years ago
  97. 56b9569 - minor shrinkage by Bernhard Reutner-Fischer · 18 years ago
  98. 5b6f776 - remove warning about unused depth parameter in add_to_dirlist() by Bernhard Reutner-Fischer · 18 years ago
  99. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  100. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago