| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Patch by Felipe Kellermann, use the common escape handling function and remov... | Glenn L McGrath | 2004-09-15 | 1 | -133/+21 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 |
* | Fix/eliminate use of atol | Eric Andersen | 2004-03-06 | 1 | -27/+3 |
* | Fix a stupid bug I introduced several months ago | Eric Andersen | 2003-08-08 | 1 | -2/+2 |
* | cleanup a bit to remove needless verify() function | Eric Andersen | 2003-05-26 | 1 | -39/+36 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -1/+1 |
* | locale correction patch from Vladimir | Eric Andersen | 2001-03-19 | 1 | -20/+1 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -1/+1 |
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 1 | -1/+1 |
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
* | Some #include updates. | Eric Andersen | 2000-08-10 | 1 | -1/+0 |
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -7/+0 |
* | printf now compiles cleanly under both libc5 and libc6. | Eric Andersen | 2000-06-19 | 1 | -2/+1 |
* | More libc portability updates, add in the website (which has not been | Erik Andersen | 2000-05-19 | 1 | -1/+0 |
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -1/+6 |
* | More documentation updates, and minor fixes to make things sync | Erik Andersen | 2000-04-15 | 1 | -1/+1 |
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -340/+292 |
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 1 | -1/+1 |
* | Some busybox updates. See the changelog for details if you care. | Erik Andersen | 2000-01-25 | 1 | -2/+0 |
* | Added sfdisk. Ststic-ified a bunch of stuff. | Eric Andersen | 1999-10-19 | 1 | -1/+1 |
* | More stuff. | Eric Andersen | 1999-10-18 | 1 | -8/+6 |
* | Initial revision0_29alpha2 | Eric Andersen | 1999-10-05 | 1 | -0/+531 |