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