aboutsummaryrefslogtreecommitdiff
path: root/coreutils/printf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+10
* libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko2010-10-231-10/+8
* nandwrite: complain on malformed -s NUMDenys Vlasenko2010-08-291-2/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* printf: (allegedly) fix testsuite failureDenys Vlasenko2009-06-271-0/+2
* printf: fix exit code on conversion errorDenys Vlasenko2009-06-181-13/+11
* printf: accept negative numbers for %x; sh: overflowed numbers are 0Denys Vlasenko2009-06-051-0/+8
* printf: fix 1.12.0 breakage (from %*d fix). It was misinterpreting "*"Denis Vlasenko2009-03-031-3/+3
* printf: make integer format strings print long long-sized values.Denis Vlasenko2009-01-041-53/+65
* ash: printf builtin with no arguments should not exitDenis Vlasenko2008-12-101-1/+8
* ash: dont allow e.g. exec <&10 to attach to stript's fd!Denis Vlasenko2008-07-251-2/+5
* fix all cases of strcpy on overlapping strings.Denis Vlasenko2008-07-221-1/+1
* printf: do not print garbage on "%Ld". closes bug 4214.Denis Vlasenko2008-07-181-6/+15
* printf: fix %b, fix several bugs in %*.*, fix compat issues withDenis Vlasenko2008-07-181-78/+121
* printf: protect against bogus format specifiers. Hopefully closes bug 4184Denis Vlasenko2008-07-171-9/+13
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* ash: optional printf builtin. +25 bytes if off, +35 if on.Denis Vlasenko2008-06-011-3/+15
* printf: fix a trivial bugDenis Vlasenko2008-05-311-1/+1
* printf: code shrink by eliminating string alloc/copyDenis Vlasenko2008-05-311-28/+27
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* printf: fix printf -%s- foo, printf -- -%s- foo (bug 3354)Denis Vlasenko2008-05-181-28/+24
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-5/+5
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* printf: allow hex/oct numbers; move functions aroundDenis Vlasenko2007-03-091-113/+104
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #1Denis Vlasenko2007-01-291-10/+10
* safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko2006-11-271-7/+24
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-20/+20
* remove unneeded #includes, fix indentationDenis Vlasenko2006-09-231-23/+15
* - make append_option and multiconvert static.Bernhard Reutner-Fischer2006-04-031-1/+1
* 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