| Commit message (Expand) | Author | Age | Files | Lines |
* | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 1 | -1/+1 |
* | config: update size information | Denys Vlasenko | 2018-12-28 | 1 | -1/+1 |
* | printf: fix printf "%u\n" +18446744073709551614 | Denys Vlasenko | 2018-10-30 | 1 | -0/+8 |
* | printf: fix printing +-prefixed numbers | Bernhard Reutner-Fischer | 2018-10-19 | 1 | -2/+3 |
* | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 1 | -1/+2 |
* | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 1 | -35/+33 |
* | regularize format of source file headers, no code changes | Denys Vlasenko | 2017-09-18 | 1 | -1/+0 |
* | config: do not use `a' quoting in help texts | Denys Vlasenko | 2017-08-02 | 1 | -1/+1 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -2/+2 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -1/+1 |
* | printf: fix format string sanity check | Ron Yorston | 2017-07-18 | 1 | -2/+2 |
* | shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo | Denys Vlasenko | 2017-01-10 | 1 | -1/+4 |
* | Convert all coreutils/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-23 | 1 | -0/+11 |
* | printf: short-circuit output when argument to %b includes \c | Ron Yorston | 2016-01-31 | 1 | -3/+9 |
* | printf: fix this case: printf "%b" '\0057usr\0057bin\n' | Denys Vlasenko | 2012-03-07 | 1 | -2/+17 |
* | printf: trim help text | Denys Vlasenko | 2012-03-07 | 1 | -4/+3 |
* | move help text from include/usage.src.h to coreutils/*.c | Pere Orga | 2011-03-31 | 1 | -0/+10 |
* | libbb: introduce and use strcpy_and_process_escape_sequences | Denys Vlasenko | 2010-10-23 | 1 | -10/+8 |
* | nandwrite: complain on malformed -s NUM | Denys Vlasenko | 2010-08-29 | 1 | -2/+2 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | printf: (allegedly) fix testsuite failure | Denys Vlasenko | 2009-06-27 | 1 | -0/+2 |
* | printf: fix exit code on conversion error | Denys Vlasenko | 2009-06-18 | 1 | -13/+11 |
* | printf: accept negative numbers for %x; sh: overflowed numbers are 0 | Denys Vlasenko | 2009-06-05 | 1 | -0/+8 |
* | printf: fix 1.12.0 breakage (from %*d fix). It was misinterpreting "*" | Denis Vlasenko | 2009-03-03 | 1 | -3/+3 |
* | printf: make integer format strings print long long-sized values. | Denis Vlasenko | 2009-01-04 | 1 | -53/+65 |
* | ash: printf builtin with no arguments should not exit | Denis Vlasenko | 2008-12-10 | 1 | -1/+8 |
* | ash: dont allow e.g. exec <&10 to attach to stript's fd! | Denis Vlasenko | 2008-07-25 | 1 | -2/+5 |
* | fix all cases of strcpy on overlapping strings. | Denis Vlasenko | 2008-07-22 | 1 | -1/+1 |
* | printf: do not print garbage on "%Ld". closes bug 4214. | Denis Vlasenko | 2008-07-18 | 1 | -6/+15 |
* | printf: fix %b, fix several bugs in %*.*, fix compat issues with | Denis Vlasenko | 2008-07-18 | 1 | -78/+121 |
* | printf: protect against bogus format specifiers. Hopefully closes bug 4184 | Denis Vlasenko | 2008-07-17 | 1 | -9/+13 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
* | ash: optional printf builtin. +25 bytes if off, +35 if on. | Denis Vlasenko | 2008-06-01 | 1 | -3/+15 |
* | printf: fix a trivial bug | Denis Vlasenko | 2008-05-31 | 1 | -1/+1 |
* | printf: code shrink by eliminating string alloc/copy | Denis Vlasenko | 2008-05-31 | 1 | -28/+27 |
* | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -1/+1 |
* | printf: fix printf -%s- foo, printf -- -%s- foo (bug 3354) | Denis Vlasenko | 2008-05-18 | 1 | -28/+24 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | 2007-09-27 | 1 | -5/+5 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | printf: allow hex/oct numbers; move functions around | Denis Vlasenko | 2007-03-09 | 1 | -113/+104 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | preparatory patch for -Wwrite-strings #1 | Denis Vlasenko | 2007-01-29 | 1 | -10/+10 |
* | safe_strtoXX interface proved to be a bit unconvenient. | Denis Vlasenko | 2006-11-27 | 1 | -7/+24 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -20/+20 |
* | remove unneeded #includes, fix indentation | Denis Vlasenko | 2006-09-23 | 1 | -23/+15 |
* | - make append_option and multiconvert static. | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -1/+1 |
* | more busybox's style: close bug 745 | "Vladimir N. Oleynik" | 2006-02-28 | 1 | -3/+3 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -2/+2 |
* | Bug 624 wants quoted char support for printf, so you can do something like: | Rob Landley | 2006-01-06 | 1 | -54/+50 |