1. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 16 years ago
  2. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  3. 3b92eaa sort: -z outputs NUL terminated lines. Closes bug 1591. by Denis Vlasenko · 17 years ago
  4. 7c2db5c - use standard-imposed constants some more by Bernhard Reutner-Fischer · 17 years ago
  5. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  6. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  7. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  8. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  9. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  10. 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 17 years ago
  11. 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 17 years ago
  12. 54cf511 sort: fix multiple -k (was ignoring all except last) by Denis Vlasenko · 18 years ago
  13. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  14. 8336f08 diff: small optimizations; do not try to diff non-seekable stream by Denis Vlasenko · 18 years ago
  15. a71199e str2u() is only used when FEATURE_SORT_BIG is enabled by Mike Frysinger · 18 years ago
  16. b2abef3 stty: fix width of a field for ppc32 by Denis Vlasenko · 18 years ago
  17. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  18. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  19. 664733f sort: two small optimizations by Denis Vlasenko · 18 years ago
  20. 0d42ddf sort: reformat entire file wrt style. by Denis Vlasenko · 18 years ago
  21. e766715 - end may be used uninitialized. by Bernhard Reutner-Fischer · 18 years ago
  22. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  23. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  24. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  25. 372686b cut, mount: small improvements by Denis Vlasenko · 18 years ago
  26. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  27. c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
  28. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  29. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  30. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  31. 3921893 Fix bug found by Joey Hess and forwarded by Bastian Bunk. Add Joey Hess's by Rob Landley · 18 years ago
  32. f893250 Replace isnan() and isinf() with inline tests so uClibc doesn't want us to by Rob Landley · 18 years ago
  33. 0436b9f use strchr() not index() by Mike Frysinger · 18 years ago
  34. 2b26fd5 A few changes falling out from the effort to make sed handle embedded NUL bytes. by Rob Landley · 19 years ago
  35. c1ef7bd just whitespace by Tim Riker · 19 years ago
  36. 45ad0e8 Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it. by Rob Landley · 19 years ago
  37. 379ac89 applying patch from: 0000227: sort use wrong type for getopt return variable by Paul Fox · 19 years ago
  38. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 19 years ago
  39. c0dedd0 Sort rewrite to be SUSv3 compliant. New config option, updated help, and by Rob Landley · 20 years ago
  40. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  41. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  42. fccaa36 Applied patch from I.Q. to add sort -u as a feature. by Mark Whitley · 23 years ago
  43. 6e808ca Changed line[strlen(line) - 1] = '\0'; to chomp(line); by Mark Whitley · 23 years ago
  44. 3828dbe Applied patch from I.Q. to fix problem with sort -n. by Mark Whitley · 23 years ago
  45. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 23 years ago
  46. eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 23 years ago
  47. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  48. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  49. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  50. 5e8c0ff Rewrote. by Matt Kraai · 24 years ago
  51. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  52. 8d369e9 by John Beppu · 24 years ago
  53. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  54. 322ae93 Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of by Matt Kraai · 24 years ago
  55. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  56. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  57. 1ca4177 Yanked out the cstring_alloc() and cstring_lineFromFile() functions from by Mark Whitley · 24 years ago
  58. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  59. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  60. 5a728cf + in the interest of robustness, I added by John Beppu · 24 years ago
  61. 5e1189e More documentation updates, and minor fixes to make things sync by Erik Andersen · 24 years ago
  62. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 24 years ago
  63. 029011b A few updates (including the cp fix the Craig has been looking for) -Erik by Erik Andersen · 25 years ago
  64. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  65. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  66. 5509af7 * added (and documented) "-n" option for head - by Erik Andersen · 25 years ago
  67. 00417a3 sort is good to go. by John Beppu · 25 years ago
  68. ee512a3 implemented numeric sort (sort -g) by John Beppu · 25 years ago
  69. 568cb7b oops.. qsort(2) misunderstanding on my part. it's ok, now. by John Beppu · 25 years ago
  70. d19385e playing w/ $Log$ by John Beppu · 25 years ago
  71. f3e5904 the base is nearly done. need to implement various comparison functions, now. by John Beppu · 25 years ago
  72. 019513a added hooks for sort by John Beppu · 25 years ago
  73. 38efa79 work in progress... by John Beppu · 25 years ago
  74. c0ca473 this is my work in progress. by John Beppu · 25 years ago