Age | Commit message (Expand) | Author |
2010-10-23 | libbb: introduce and use strcpy_and_process_escape_sequences | Denys Vlasenko |
2010-08-29 | nandwrite: complain on malformed -s NUM | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2009-06-27 | printf: (allegedly) fix testsuite failure | Denys Vlasenko |
2009-06-18 | printf: fix exit code on conversion error | Denys Vlasenko |
2009-06-05 | printf: accept negative numbers for %x; sh: overflowed numbers are 0 | Denys Vlasenko |
2009-03-03 | printf: fix 1.12.0 breakage (from %*d fix). It was misinterpreting "*" | Denis Vlasenko |
2009-01-04 | printf: make integer format strings print long long-sized values. | Denis Vlasenko |
2008-12-10 | ash: printf builtin with no arguments should not exit | Denis Vlasenko |
2008-07-25 | ash: dont allow e.g. exec <&10 to attach to stript's fd! | Denis Vlasenko |
2008-07-22 | fix all cases of strcpy on overlapping strings. | Denis Vlasenko |
2008-07-18 | printf: do not print garbage on "%Ld". closes bug 4214. | Denis Vlasenko |
2008-07-18 | printf: fix %b, fix several bugs in %*.*, fix compat issues with | Denis Vlasenko |
2008-07-17 | printf: protect against bogus format specifiers. Hopefully closes bug 4184 | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-01 | ash: optional printf builtin. +25 bytes if off, +35 if on. | Denis Vlasenko |
2008-05-31 | printf: fix a trivial bug | Denis Vlasenko |
2008-05-31 | printf: code shrink by eliminating string alloc/copy | Denis Vlasenko |
2008-05-19 | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer |
2008-05-18 | printf: fix printf -%s- foo, printf -- -%s- foo (bug 3354) | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-09-27 | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-03-09 | printf: allow hex/oct numbers; move functions around | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #1 | Denis Vlasenko |
2006-11-27 | safe_strtoXX interface proved to be a bit unconvenient. | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-09-23 | remove unneeded #includes, fix indentation | Denis Vlasenko |
2006-04-03 | - make append_option and multiconvert static. | Bernhard Reutner-Fischer |
2006-02-28 | more busybox's style: close bug 745 | "Vladimir N. Oleynik" |
2006-01-25 | just whitespace | Tim Riker |
2006-01-06 | Bug 624 wants quoted char support for printf, so you can do something like: | Rob Landley |
2004-09-15 | Patch by Felipe Kellermann, use the common escape handling function and remov... | Glenn L McGrath |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-03-06 | Fix/eliminate use of atol | Eric Andersen |
2003-08-08 | Fix a stupid bug I introduced several months ago | Eric Andersen |
2003-05-26 | cleanup a bit to remove needless verify() function | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2001-03-19 | locale correction patch from Vladimir | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-01-23 | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-08-10 | Some #include updates. | Eric Andersen |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai |
2000-06-19 | printf now compiles cleanly under both libc5 and libc6. | Eric Andersen |
2000-05-19 | More libc portability updates, add in the website (which has not been | Erik Andersen |
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen |
2000-04-15 | More documentation updates, and minor fixes to make things sync | Erik Andersen |