2009-01-04 |
Denis Vlasenko | printf: make integer format strings print long long... |
blob | commitdiff | raw |
2008-12-10 |
Denis Vlasenko | ash: printf builtin with no arguments should not exit |
blob | commitdiff | raw | diff to current |
2008-07-25 |
Denis Vlasenko | ash: dont allow e.g. exec <&10 to attach to stript... |
blob | commitdiff | raw | diff to current |
2008-07-22 |
Denis Vlasenko | fix all cases of strcpy on overlapping strings. |
blob | commitdiff | raw | diff to current |
2008-07-18 |
Denis Vlasenko | printf: do not print garbage on "%Ld". closes bug 4214. |
blob | commitdiff | raw | diff to current |
2008-07-18 |
Denis Vlasenko | printf: fix %b, fix several bugs in %*.*, fix compat... |
blob | commitdiff | raw | diff to current |
2008-07-17 |
Denis Vlasenko | printf: protect against bogus format specifiers. Hopefu... |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Denis Vlasenko | *: rename ATTRIBUTE_XXX to just XXX. |
blob | commitdiff | raw | diff to current |
2008-06-01 |
Denis Vlasenko | ash: optional printf builtin. +25 bytes if off, +35... |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Denis Vlasenko | printf: fix a trivial bug |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Denis Vlasenko | printf: code shrink by eliminating string alloc/copy |
blob | commitdiff | raw | diff to current |
2008-05-19 |
Bernhard Reutner... | - use EXIT_{SUCCESS,FAILURE}. No object-code changes |
blob | commitdiff | raw | diff to current |
2008-05-18 |
Denis Vlasenko | printf: fix printf -%s- foo, printf -- -%s- foo (bug... |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | raw | diff to current |
2007-09-27 |
Denis Vlasenko | introduce bb_putchar(). saves ~1800 on uclibc (less... |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-03-09 |
Denis Vlasenko | printf: allow hex/oct numbers; move functions around |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2007-01-29 |
Denis Vlasenko | preparatory patch for -Wwrite-strings #1 |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Denis Vlasenko | safe_strtoXX interface proved to be a bit unconvenient. |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Denis Vlasenko | attempt to regularize atoi mess. |
blob | commitdiff | raw | diff to current |
2006-09-23 |
Denis Vlasenko | remove unneeded #includes, fix indentation |
blob | commitdiff | raw | diff to current |
2006-04-03 |
Bernhard Reutner... | - make append_option and multiconvert static. |
blob | commitdiff | raw | diff to current |
2006-02-28 |
"Vladimir N. Oleynik" | more busybox's style: close bug 745 |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Tim Riker | just whitespace |
blob | commitdiff | raw | diff to current |
2006-01-06 |
Rob Landley | Bug 624 wants quoted char support for printf, so you... |
blob | commitdiff | raw | diff to current |
2004-09-15 |
Glenn L McGrath | Patch by Felipe Kellermann, use the common escape handl... |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Eric Andersen | Remove trailing whitespace. Update copyright to includ... |
blob | commitdiff | raw | diff to current |
2004-03-06 |
Eric Andersen | Fix/eliminate use of atol |
blob | commitdiff | raw | diff to current |
2003-08-08 |
Eric Andersen | Fix a stupid bug I introduced several months ago |
blob | commitdiff | raw | diff to current |
2003-05-26 |
Eric Andersen | cleanup a bit to remove needless verify() function |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2001-03-19 |
Eric Andersen | locale correction patch from Vladimir |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Eric Andersen | It turns out that DODMALLOC was broken when I reorganiz... |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
blob | commitdiff | raw | diff to current |
2001-01-23 |
Mark Whitley | #define -> static const int. Also got rid of some big... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
blob | commitdiff | raw | diff to current |
2000-08-10 |
Eric Andersen | Some #include updates. |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Matt Kraai | Extract usage information into a separate file. |
blob | commitdiff | raw | diff to current |
2000-06-19 |
Eric Andersen | printf now compiles cleanly under both libc5 and libc6. |
blob | commitdiff | raw | diff to current |
2000-05-19 |
Erik Andersen | More libc portability updates, add in the website ... |
blob | commitdiff | raw | diff to current |
2000-05-12 |
Erik Andersen | Lots of updates. Finished implementing BB_FEATURE_TRIV... |
blob | commitdiff | raw | diff to current |
2000-04-15 |
Erik Andersen | More documentation updates, and minor fixes to make... |
blob | commitdiff | raw | diff to current |
2000-02-08 |
Erik Andersen | Some formatting updates (ran the code through indent) |
blob | commitdiff | raw | diff to current |
2000-02-07 |
Erik Andersen | A few minor updates. ;-) |
blob | commitdiff | raw | diff to current |
2000-01-25 |
Erik Andersen | Some busybox updates. See the changelog for details... |
blob | commitdiff | raw | diff to current |
1999-10-19 |
Eric Andersen | Added sfdisk. Ststic-ified a bunch of stuff. |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Eric Andersen | More stuff. |
blob | commitdiff | raw | diff to current |
1999-10-05 |
Eric Andersen | Initial revision 0_29alpha2 |
blob | commitdiff | raw | diff to current |
|