aboutsummaryrefslogtreecommitdiff
path: root/coreutils/printf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* printf: allow hex/oct numbers; move functions aroundvda2007-03-091-113/+104
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #1vda2007-01-291-10/+10
* safe_strtoXX interface proved to be a bit unconvenient.vda2006-11-271-7/+24
* attempt to regularize atoi mess.vda2006-10-081-20/+20
* remove unneeded #includes, fix indentationvda2006-09-231-23/+15
* - make append_option and multiconvert static.aldot2006-04-031-1/+1
* more busybox's style: close bug 745vodz2006-02-281-3/+3
* just whitespacetimr2006-01-251-2/+2
* Bug 624 wants quoted char support for printf, so you can do something like:landley2006-01-061-54/+50
* Patch by Felipe Kellermann, use the common escape handling function and remov...bug12004-09-151-133/+21
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-2/+2
* Fix/eliminate use of atolandersen2004-03-061-27/+3
* Fix a stupid bug I introduced several months agoandersen2003-08-081-2/+2
* cleanup a bit to remove needless verify() functionandersen2003-05-261-39/+36
* Major coreutils update.mjn32003-03-191-1/+1
* locale correction patch from Vladimirandersen2001-03-191-20/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-1/+1
* #define -> static const int. Also got rid of some big static buffers.markw2001-01-231-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Some #include updates.andersen2000-08-101-1/+0
* Extract usage information into a separate file.kraai2000-07-161-7/+0
* printf now compiles cleanly under both libc5 and libc6.andersen2000-06-191-2/+1
* More libc portability updates, add in the website (which has not beenerik2000-05-191-1/+0
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-1/+6
* More documentation updates, and minor fixes to make things syncerik2000-04-151-1/+1
* Some formatting updates (ran the code through indent)erik2000-02-081-340/+292
* A few minor updates. ;-)erik2000-02-071-1/+1
* Some busybox updates. See the changelog for details if you care.erik2000-01-251-2/+0
* Added sfdisk. Ststic-ified a bunch of stuff.andersen1999-10-191-1/+1
* More stuff.andersen1999-10-181-8/+6
* Initial revisionandersen1999-10-051-0/+531