Bump to version 1.22.1
[platform/upstream/busybox.git] / coreutils / printf.c
2012-03-07 Denys Vlasenkoprintf: fix this case: printf "%b" '\0057usr\0057bin\n'
2012-03-07 Denys Vlasenkoprintf: trim help text
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2010-10-23 Denys Vlasenkolibbb: introduce and use strcpy_and_process_escape_sequ...
2010-08-29 Denys Vlasenkonandwrite: complain on malformed -s NUM
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-06-26 Denys Vlasenkoprintf: (allegedly) fix testsuite failure
2009-06-18 Denys Vlasenkoprintf: fix exit code on conversion error
2009-06-05 Denys Vlasenkoprintf: accept negative numbers for %x; sh: overflowed...
2009-03-03 Denis Vlasenkoprintf: fix 1.12.0 breakage (from %*d fix). It was...
2009-01-04 Denis Vlasenkoprintf: make integer format strings print long long...
2008-12-10 Denis Vlasenkoash: printf builtin with no arguments should not exit
2008-07-25 Denis Vlasenkoash: dont allow e.g. exec <&10 to attach to stript...
2008-07-22 Denis Vlasenkofix all cases of strcpy on overlapping strings.
2008-07-18 Denis Vlasenkoprintf: do not print garbage on "%Ld". closes bug 4214.
2008-07-18 Denis Vlasenkoprintf: fix %b, fix several bugs in %*.*, fix compat...
2008-07-17 Denis Vlasenkoprintf: protect against bogus format specifiers. Hopefu...
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-01 Denis Vlasenkoash: optional printf builtin. +25 bytes if off, +35...
2008-05-31 Denis Vlasenkoprintf: fix a trivial bug
2008-05-31 Denis Vlasenkoprintf: code shrink by eliminating string alloc/copy
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-05-18 Denis Vlasenkoprintf: fix printf -%s- foo, printf -- -%s- foo (bug...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-03-09 Denis Vlasenkoprintf: allow hex/oct numbers; move functions around
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #1
2006-11-27 Denis Vlasenkosafe_strtoXX interface proved to be a bit unconvenient.
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-09-23 Denis Vlasenkoremove unneeded #includes, fix indentation
2006-04-03 Bernhard Reutner... - make append_option and multiconvert static.
2006-02-28 "Vladimir N. Oleynik"more busybox's style: close bug 745
2006-01-25 Tim Rikerjust whitespace
2006-01-06 Rob LandleyBug 624 wants quoted char support for printf, so you...
2004-09-15 Glenn L McGrathPatch by Felipe Kellermann, use the common escape handl...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-06 Eric AndersenFix/eliminate use of atol
2003-08-08 Eric AndersenFix a stupid bug I introduced several months ago
2003-05-26 Eric Andersencleanup a bit to remove needless verify() function
2003-03-19 Manuel Novoa III Major coreutils update.
2001-03-19 Eric Andersenlocale correction patch from Vladimir
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-08-10 Eric AndersenSome #include updates.
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-06-19 Eric Andersenprintf now compiles cleanly under both libc5 and libc6.
2000-05-19 Erik AndersenMore libc portability updates, add in the website ...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-15 Erik AndersenMore documentation updates, and minor fixes to make...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-25 Erik AndersenSome busybox updates. See the changelog for details...
1999-10-19 Eric AndersenAdded sfdisk. Ststic-ified a bunch of stuff.
1999-10-18 Eric AndersenMore stuff.
1999-10-05 Eric AndersenInitial revision 0_29alpha2