1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. 3831c91 cut: add proper stdout error handling, fix "-" handling; modest code shrink by Denis Vlasenko · 17 years ago
  3. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  4. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  5. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  6. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  7. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  8. 99912ca audit small applets and mark some of them as NOFORK. 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. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  11. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  12. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  13. 372686b cut, mount: small improvements by Denis Vlasenko · 18 years ago
  14. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  15. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  16. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  17. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  18. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  19. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  20. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  21. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 18 years ago
  22. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  23. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  24. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  25. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  26. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 19 years ago
  27. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  28. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  29. c9e7024 Add prototype update missing from last_patch89. Fix screwy formatting in cut. by Eric Andersen · 21 years ago
  30. 8876fb2 last_patch89 from vodz: by Eric Andersen · 21 years ago
  31. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  32. 3450636 Latest patch from vodz. Adds a check for divide by zero in the posix by Eric Andersen · 23 years ago
  33. b696763 (Almost) brand-new version of cut that supports muitiple lists of positions, by Mark Whitley · 23 years ago
  34. de0ca0c Silence cut so it doesn't whine during compilation by Eric Andersen · 23 years ago
  35. 2e6c878 Rewrite -c and -b processing to shrink code and eliminate buffer overrun. by Matt Kraai · 23 years ago
  36. c1bdffe Another nice cleanup from Larry. This adds a new last_char_is() function and by Eric Andersen · 23 years ago
  37. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  38. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  39. 6c6ea6c Changed email address to codepoet.org, updated list of applets / docs I by Mark Whitley · 24 years ago
  40. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  41. 0dab829 Add missing newlines to error messages. by Matt Kraai · 24 years ago
  42. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  43. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  44. 0053087 Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle the by Mark Whitley · 24 years ago
  45. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  46. 5ae1668 Minor cleanup thingy. fprintf(stderr, ...) -> errorMsg(). by Mark Whitley · 24 years ago
  47. 807f0fd Brand, new version of cut. This fixes the bugs in the old cut, is smaller, and by Mark Whitley · 24 years ago
  48. 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
  49. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  50. 3bd8bd8 Don't use strings directly in calls to usage(). This is in preparation by Matt Kraai · 24 years ago
  51. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  52. e714bce Use global applet_name instead of local versions. by Matt Kraai · 24 years ago
  53. 1386e70 Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport. by Eric Andersen · 24 years ago
  54. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  55. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago