1. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 6 years ago
  2. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  3. 93ef5dd printf: fix printf "%u\n" +18446744073709551614 by Denys Vlasenko · 6 years ago
  4. 3db4e7f printf: fix printing +-prefixed numbers by Bernhard Reutner-Fischer · 6 years ago
  5. a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  6. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  7. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  8. 18e781d config: do not use `a' quoting in help texts by Denys Vlasenko · 7 years ago
  9. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  10. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  11. 513a245 printf: fix format string sanity check by Ron Yorston · 7 years ago
  12. 265062d shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo by Denys Vlasenko · 8 years ago
  13. af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  14. 4a79224 printf: short-circuit output when argument to %b includes \c by Ron Yorston · 9 years ago
  15. 69d81a1 printf: fix this case: printf "%b" '\0057usr\0057bin\n' by Denys Vlasenko · 13 years ago
  16. d4acaf7 printf: trim help text by Denys Vlasenko · 13 years ago
  17. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
  18. 5360059 libbb: introduce and use strcpy_and_process_escape_sequences by Denys Vlasenko · 14 years ago
  19. b32a543 nandwrite: complain on malformed -s NUM by Denys Vlasenko · 14 years ago
  20. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  21. 7e60343 printf: (allegedly) fix testsuite failure by Denys Vlasenko · 16 years ago
  22. bf4aeed printf: fix exit code on conversion error by Denys Vlasenko · 16 years ago
  23. 71016ba printf: accept negative numbers for %x; sh: overflowed numbers are 0 by Denys Vlasenko · 16 years ago
  24. 6852eff printf: fix 1.12.0 breakage (from %*d fix). It was misinterpreting "*" by Denis Vlasenko · 16 years ago
  25. cb39a7c printf: make integer format strings print long long-sized values. by Denis Vlasenko · 16 years ago
  26. 311c19a ash: printf builtin with no arguments should not exit by Denis Vlasenko · 16 years ago
  27. 6a0ad25 ash: dont allow e.g. exec <&10 to attach to stript's fd! by Denis Vlasenko · 16 years ago
  28. 0f293b9 fix all cases of strcpy on overlapping strings. by Denis Vlasenko · 16 years ago
  29. 5f11662 printf: do not print garbage on "%Ld". closes bug 4214. by Denis Vlasenko · 16 years ago
  30. a48656b printf: fix %b, fix several bugs in %*.*, fix compat issues with by Denis Vlasenko · 16 years ago
  31. 0f683f8 printf: protect against bogus format specifiers. Hopefully closes bug 4184 by Denis Vlasenko · 16 years ago
  32. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 17 years ago
  33. cd2663f ash: optional printf builtin. +25 bytes if off, +35 if on. by Denis Vlasenko · 17 years ago
  34. a76669c printf: fix a trivial bug by Denis Vlasenko · 17 years ago
  35. 1d1bba4 printf: code shrink by eliminating string alloc/copy by Denis Vlasenko · 17 years ago
  36. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  37. b6c4855 printf: fix printf -%s- foo, printf -- -%s- foo (bug 3354) by Denis Vlasenko · 17 years ago
  38. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  39. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  40. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  41. 339f5eb printf: allow hex/oct numbers; move functions around by Denis Vlasenko · 18 years ago
  42. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  43. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
  44. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  45. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  46. c290563 remove unneeded #includes, fix indentation by Denis Vlasenko · 18 years ago
  47. 101a470 - make append_option and multiconvert static. by Bernhard Reutner-Fischer · 19 years ago
  48. 5c2b238 more busybox's style: close bug 745 by "Vladimir N. Oleynik" · 19 years ago
  49. c1ef7bd just whitespace by Tim Riker · 19 years ago
  50. 251161f Bug 624 wants quoted char support for printf, so you can do something like: by Rob Landley · 19 years ago
  51. 240a91d Patch by Felipe Kellermann, use the common escape handling function and remove some unused code. by Glenn L McGrath · 20 years ago
  52. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  53. 2479445 Fix/eliminate use of atol by Eric Andersen · 21 years ago
  54. 6c0e0fb Fix a stupid bug I introduced several months ago by Eric Andersen · 21 years ago
  55. a2d1982 cleanup a bit to remove needless verify() function by Eric Andersen · 22 years ago
  56. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  57. 7ef54de locale correction patch from Vladimir by Eric Andersen · 24 years ago
  58. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  59. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  60. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  61. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  62. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  63. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  64. b7362e3 printf now compiles cleanly under both libc5 and libc6. -Erik by Eric Andersen · 25 years ago
  65. 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 25 years ago
  66. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
  67. 5e1189e More documentation updates, and minor fixes to make things sync by Erik Andersen · 25 years ago
  68. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  69. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  70. 3fe39dc Some busybox updates. See the changelog for details if you care. -Erik by Erik Andersen · 25 years ago
  71. e77ae3a Added sfdisk. Ststic-ified a bunch of stuff. by Eric Andersen · 25 years ago
  72. b0e9a70 More stuff. -Erik by Eric Andersen · 25 years ago
  73. cc8ed39 Initial revision by Eric Andersen · 25 years ago 0_29alpha2