summaryrefslogtreecommitdiff
path: root/coreutils/printf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* more busybox's style: close bug 745"Vladimir N. Oleynik"2006-02-281-3/+3
* just whitespaceTim Riker2006-01-251-2/+2
* Bug 624 wants quoted char support for printf, so you can do something like:Rob Landley2006-01-061-54/+50
* Patch by Felipe Kellermann, use the common escape handling function and remov...Glenn L McGrath2004-09-151-133/+21
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Fix/eliminate use of atolEric Andersen2004-03-061-27/+3
* Fix a stupid bug I introduced several months agoEric Andersen2003-08-081-2/+2
* cleanup a bit to remove needless verify() functionEric Andersen2003-05-261-39/+36
* Major coreutils update.Manuel Novoa III2003-03-191-1/+1
* locale correction patch from VladimirEric Andersen2001-03-191-20/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Some #include updates.Eric Andersen2000-08-101-1/+0
* Extract usage information into a separate file.Matt Kraai2000-07-161-7/+0
* printf now compiles cleanly under both libc5 and libc6.Eric Andersen2000-06-191-2/+1
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-191-1/+0
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-1/+6
* More documentation updates, and minor fixes to make things syncErik Andersen2000-04-151-1/+1
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-340/+292
* A few minor updates. ;-)Erik Andersen2000-02-071-1/+1
* Some busybox updates. See the changelog for details if you care.Erik Andersen2000-01-251-2/+0
* Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen1999-10-191-1/+1
* More stuff.Eric Andersen1999-10-181-8/+6
* Initial revision0_29alpha2Eric Andersen1999-10-051-0/+531