1. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  2. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  3. fb29038 libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() by Denis Vlasenko · 17 years ago
  4. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  5. 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
  6. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  7. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  8. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  9. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  10. 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 17 years ago
  11. cc5e090 move several applets to more correct ex-project. No code changes. by Denis Vlasenko · 17 years ago[Renamed from coreutils/diff.c]
  12. 1622cb8 - i need this disabled code for testing a patch. Please leave it in. by Bernhard Reutner-Fischer · 17 years ago
  13. ae5a8aa awk: move all data to malloc space by Denis Vlasenko · 17 years ago
  14. ef4bb26 diff: stop using data/bss by Denis Vlasenko · 17 years ago
  15. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  16. bbd695d find: fix handling of -prune recursive_actions: uppercase flag constants by Denis Vlasenko · 18 years ago
  17. df5bbb9 diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>) by Denis Vlasenko · 18 years ago
  18. 3e816c1 - fold recurse, depthFirst and dereference params into one param flags. by Bernhard Reutner-Fischer · 18 years ago
  19. 3983bd5 diff: fix SEGV (NULL deref) in diff -N by Denis Vlasenko · 18 years ago
  20. a4688bf fix buglets found by randomconfig run by Denis Vlasenko · 18 years ago
  21. 02f0c4c diff: failed to confirm "static bug" in gcc - reinstating statics. by Denis Vlasenko · 18 years ago
  22. 0085f23 diff: make -U0 work by Denis Vlasenko · 18 years ago
  23. 6089c2c diff: fix access past end of array by Denis Vlasenko · 18 years ago
  24. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  25. 088a212 - small size tweaks by Bernhard Reutner-Fischer · 18 years ago
  26. 7ae93f0 - FIXME: someone broke diff -r by Bernhard Reutner-Fischer · 18 years ago
  27. b05955e work around gcc's false warning by Denis Vlasenko · 18 years ago
  28. 8336f08 diff: small optimizations; do not try to diff non-seekable stream by Denis Vlasenko · 18 years ago
  29. ea9e35f - minor shrinkage: -25 bytes or so. by Bernhard Reutner-Fischer · 18 years ago
  30. 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
  31. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  32. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  33. 6a1d661 diff: fix -q exit code last_char_is: sacrifice 9 bytes but avoid double-scan by Denis Vlasenko · 18 years ago
  34. 56b9569 - minor shrinkage by Bernhard Reutner-Fischer · 18 years ago
  35. 5b6f776 - remove warning about unused depth parameter in add_to_dirlist() by Bernhard Reutner-Fischer · 18 years ago
  36. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  37. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  38. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  39. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  40. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  41. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  42. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  43. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  44. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  45. edd9ca5 More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  46. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 18 years ago
  47. bbc225e - just whitespace by Bernhard Reutner-Fischer · 18 years ago
  48. d2c306e - ls: remove unused variable by Bernhard Reutner-Fischer · 18 years ago
  49. 14aa06f - do not use non-standard u_int. by Bernhard Reutner-Fischer · 18 years ago
  50. e438634 Simplify the GPL boilerplate. by Rob Landley · 19 years ago
  51. cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 19 years ago
  52. bc14214 - patch from Rob Sullivan to add support for -L by Bernhard Reutner-Fischer · 19 years ago
  53. 5fb0fec - shrink it a little bit and make it buildable with gcc-2.95 by Bernhard Reutner-Fischer · 19 years ago
  54. cc4003f - remove unused args. by Bernhard Reutner-Fischer · 19 years ago
  55. 693a936 - move code around to avoid the need for the prototypes. by Bernhard Reutner-Fischer · 19 years ago
  56. 8f7d389 - new applet diff. Rob Sullivan writes: by Bernhard Reutner-Fischer · 19 years ago