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