summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2016-01-31printf: short-circuit output when argument to %b includes \cRon Yorston1-3/+9
2012-03-07printf: fix this case: printf "%b" '\0057usr\0057bin\n'Denys Vlasenko1-2/+17
2012-03-07printf: trim help textDenys Vlasenko1-4/+3
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2010-10-23libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko6-61/+44
2010-08-29nandwrite: complain on malformed -s NUMDenys Vlasenko5-6/+8
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-06-26printf: (allegedly) fix testsuite failureDenys Vlasenko1-0/+2
2009-06-18printf: fix exit code on conversion errorDenys Vlasenko2-15/+12
2009-06-05printf: accept negative numbers for %x; sh: overflowed numbers are 0Denys Vlasenko3-4/+16
2009-03-03printf: fix 1.12.0 breakage (from %*d fix). It was misinterpreting "*"Denis Vlasenko1-3/+3
2009-01-04printf: make integer format strings print long long-sized values.Denis Vlasenko1-53/+65
2008-12-10ash: printf builtin with no arguments should not exitDenis Vlasenko1-1/+8
2008-07-25ash: dont allow e.g. exec <&10 to attach to stript's fd!Denis Vlasenko3-18/+47
2008-07-22fix all cases of strcpy on overlapping strings.Denis Vlasenko7-5/+15
2008-07-18printf: do not print garbage on "%Ld". closes bug 4214.Denis Vlasenko2-6/+20
2008-07-18printf: fix %b, fix several bugs in %*.*, fix compat issues withDenis Vlasenko2-87/+200
2008-07-17printf: protect against bogus format specifiers. Hopefully closes bug 4184Denis Vlasenko2-9/+19
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-01ash: optional printf builtin. +25 bytes if off, +35 if on.Denis Vlasenko9-13/+45
2008-05-31printf: fix a trivial bugDenis Vlasenko1-1/+1
2008-05-31printf: code shrink by eliminating string alloc/copyDenis Vlasenko1-28/+27
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer45-85/+85
2008-05-18printf: fix printf -%s- foo, printf -- -%s- foo (bug 3354)Denis Vlasenko1-28/+24
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-03-09printf: allow hex/oct numbers; move functions aroundDenis Vlasenko1-113/+104
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29preparatory patch for -Wwrite-strings #1Denis Vlasenko17-52/+59
2006-11-27safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko16-280/+145
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-09-23remove unneeded #includes, fix indentationDenis Vlasenko3-61/+47
2006-04-03- make append_option and multiconvert static.Bernhard Reutner-Fischer2-2/+2
2006-02-28more busybox's style: close bug 745"Vladimir N. Oleynik"2-6/+6
2006-01-25just whitespaceTim Riker254-2027/+2027
2006-01-06Bug 624 wants quoted char support for printf, so you can do something like:Rob Landley1-54/+50
2004-09-15Patch by Felipe Kellermann, use the common escape handling function and remov...Glenn L McGrath1-133/+21
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2004-03-06Fix/eliminate use of atolEric Andersen9-54/+132
2003-08-08Fix a stupid bug I introduced several months agoEric Andersen1-2/+2
2003-05-26cleanup a bit to remove needless verify() functionEric Andersen1-39/+36
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2001-03-19locale correction patch from VladimirEric Andersen2-40/+2
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen198-3979/+702
2001-01-23#define -> static const int. Also got rid of some big static buffers.Mark Whitley74-624/+674
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen224-712/+245
2000-08-10Some #include updates.Eric Andersen53-57/+12
[next]