aboutsummaryrefslogtreecommitdiff
path: root/coreutils/printf.c
AgeCommit message (Expand)Author
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
1999-10-19Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen
1999-10-18More stuff.Eric Andersen
1999-10-05Initial revisionEric Andersen