1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  3. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  4. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  5. 8e209c3 catv: catv without arguments was trying to use environ as argv. by Denis Vlasenko · 17 years ago
  6. 16d58d7 catv: was abusing xopen, should not die on err, but warn only. by Denis Vlasenko · 17 years ago
  7. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 17 years ago
  8. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  9. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  10. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  11. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  12. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  13. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  14. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  15. 8abbee4 Add catv (separate applet instead of cat -v). Also cleanup cat.c comments, by Rob Landley · 18 years ago