1. 71016ba printf: accept negative numbers for %x; sh: overflowed numbers are 0 by Denys Vlasenko · 16 years ago
  2. 6852eff printf: fix 1.12.0 breakage (from %*d fix). It was misinterpreting "*" by Denis Vlasenko · 16 years ago
  3. cb39a7c printf: make integer format strings print long long-sized values. by Denis Vlasenko · 16 years ago
  4. 311c19a ash: printf builtin with no arguments should not exit by Denis Vlasenko · 16 years ago
  5. 6a0ad25 ash: dont allow e.g. exec <&10 to attach to stript's fd! by Denis Vlasenko · 16 years ago
  6. 0f293b9 fix all cases of strcpy on overlapping strings. by Denis Vlasenko · 16 years ago
  7. 5f11662 printf: do not print garbage on "%Ld". closes bug 4214. by Denis Vlasenko · 16 years ago
  8. a48656b printf: fix %b, fix several bugs in %*.*, fix compat issues with by Denis Vlasenko · 16 years ago
  9. 0f683f8 printf: protect against bogus format specifiers. Hopefully closes bug 4184 by Denis Vlasenko · 16 years ago
  10. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  11. cd2663f ash: optional printf builtin. +25 bytes if off, +35 if on. by Denis Vlasenko · 17 years ago
  12. a76669c printf: fix a trivial bug by Denis Vlasenko · 17 years ago
  13. 1d1bba4 printf: code shrink by eliminating string alloc/copy by Denis Vlasenko · 17 years ago
  14. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  15. b6c4855 printf: fix printf -%s- foo, printf -- -%s- foo (bug 3354) by Denis Vlasenko · 17 years ago
  16. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  17. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  18. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  19. 339f5eb printf: allow hex/oct numbers; move functions around by Denis Vlasenko · 18 years ago
  20. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  21. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
  22. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  23. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  24. c290563 remove unneeded #includes, fix indentation by Denis Vlasenko · 18 years ago
  25. 101a470 - make append_option and multiconvert static. by Bernhard Reutner-Fischer · 19 years ago
  26. 5c2b238 more busybox's style: close bug 745 by "Vladimir N. Oleynik" · 19 years ago
  27. c1ef7bd just whitespace by Tim Riker · 19 years ago
  28. 251161f Bug 624 wants quoted char support for printf, so you can do something like: by Rob Landley · 19 years ago
  29. 240a91d Patch by Felipe Kellermann, use the common escape handling function and remove some unused code. by Glenn L McGrath · 20 years ago
  30. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  31. 2479445 Fix/eliminate use of atol by Eric Andersen · 21 years ago
  32. 6c0e0fb Fix a stupid bug I introduced several months ago by Eric Andersen · 21 years ago
  33. a2d1982 cleanup a bit to remove needless verify() function by Eric Andersen · 22 years ago
  34. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  35. 7ef54de locale correction patch from Vladimir by Eric Andersen · 24 years ago
  36. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  37. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  38. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  39. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  40. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  41. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  42. b7362e3 printf now compiles cleanly under both libc5 and libc6. -Erik by Eric Andersen · 24 years ago
  43. 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 25 years ago
  44. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
  45. 5e1189e More documentation updates, and minor fixes to make things sync by Erik Andersen · 25 years ago
  46. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  47. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  48. 3fe39dc Some busybox updates. See the changelog for details if you care. -Erik by Erik Andersen · 25 years ago
  49. e77ae3a Added sfdisk. Ststic-ified a bunch of stuff. by Eric Andersen · 25 years ago
  50. b0e9a70 More stuff. -Erik by Eric Andersen · 25 years ago
  51. cc8ed39 Initial revision by Eric Andersen · 25 years ago 0_29alpha2