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