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