1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. f7be20e nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) *: whitespace fixes by Denis Vlasenko · 17 years ago
  3. 8d0a734 tr: more of code shrink (getopt32-ification) by Denis Vlasenko · 17 years ago
  4. 3d46167 tr: better comments, small code shrink by Denis Vlasenko · 17 years ago
  5. a89d50f tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>) 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. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  8. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  9. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 17 years ago
  10. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  11. 240a1cf add some missed statics on constant objects. fix few #ifndef ENABLE_xxx by Denis Vlasenko · 17 years ago
  12. 7b881c7 - fix compilation if FEATURE_TR_CLASSES is off. Sorry for that.. by Bernhard Reutner-Fischer · 17 years ago
  13. eceecea - fix bug where we did not reject invalid classes like '[[:alpha' by Bernhard Reutner-Fischer · 17 years ago
  14. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  15. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  16. 9cac521 using [xa]sprintf for string concatenation is neat and saves by Denis Vlasenko · 18 years ago
  17. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  18. ab58d5c Make warnings go away. by Rob Landley · 18 years ago
  19. cd54528 Fix bug 744 by moving the flushing logic into the exhausted read buffer test. by Rob Landley · 18 years ago
  20. 998dbee Patch from Jean Wolter: by Rob Landley · 18 years ago
  21. 998f449 We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER is 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. 5e67887 clean up yet more annoying signed/unsigned mismatches and fixup by Eric Andersen · 19 years ago
  24. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  25. f104814 Rob Sullivan added character and equivalence classes to tr. I changed some by Rob Landley · 19 years ago
  26. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  27. ed43806 Hideki IWAMOTO writes: by Eric Andersen · 20 years ago
  28. e527207 eliminate DOSTATIC, DODEBUG, etc and name them sensibly by Eric Andersen · 21 years ago
  29. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  30. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  31. eaecbf3 Fixup some silly prototype warnings by Eric Andersen · 23 years ago
  32. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  33. 5a4a46a Patch from vodz to support 'tr a-z A-Z' syntax. by Eric Andersen · 23 years ago
  34. 22ecf04 Per patch from vodz, change a couple of consts to defines, since by Eric Andersen · 23 years ago
  35. 8b7a0d8 Some more patchelttes from Larry Doolittle. by Mark Whitley · 23 years ago
  36. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 23 years ago
  37. e5dfced Apply Vladimir's latest cleanup patch. -Erik by Eric Andersen · 23 years ago
  38. f6aa13d -Wshadow tr fix from Jeff Garzik by Eric Andersen · 23 years ago
  39. 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 23 years ago
  40. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  41. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  42. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  43. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  44. d35c215 Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. -Erik by Eric Andersen · 24 years ago
  45. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  46. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  47. 87afb52 Get rid of redundant TRUE and FALSE definitions. by Matt Kraai · 24 years ago
  48. 8ffabf5 Patch from Matt Kraai to fix 'echo "1 2 3" | tr -s " "' by Eric Andersen · 24 years ago
  49. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  50. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  51. fad04fd More cleanups. -Erik by Eric Andersen · 24 years ago
  52. 156959e Fix uninitialized variable. -Erik by Eric Andersen · 24 years ago
  53. 00143ba From Matt Kraai <kraai@alumni.carnegiemellon.edu> by Eric Andersen · 24 years ago
  54. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  55. a03d86c Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>: by Eric Andersen · 24 years ago
  56. f7cf2f7 * Fix to tr so it recognizes standard escape sequences. Merged common by Eric Andersen · 24 years ago
  57. 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 24 years ago
  58. 5afc864 More stuff -Erik by Erik Andersen · 24 years ago
  59. 8f8d6d5 Due to the license change I can now use Minix code. Minix tr by Erik Andersen · 24 years ago
  60. 26702fe Bugfixes. -Erik by Erik Andersen · 24 years ago
  61. 5e1189e More documentation updates, and minor fixes to make things sync by Erik Andersen · 24 years ago
  62. 0d068a2 * all mallocs now use xmalloc (and so are OOM error safe), and by Erik Andersen · 24 years ago
  63. fb002d0 Add in tr and dirname -Erik by Erik Andersen · 25 years ago