summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2016-09-17fix "aloc" -> "alloc" typosDenys Vlasenko3-10/+10
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2012-06-03awk: fix the evaluate bug related to warning fixTanguy Pruvot2-4/+4
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2011-09-20add INIT_G()'s. No code changes.Denys Vlasenko11-6/+33
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-25*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko53-111/+13
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko24-30/+40
2009-03-03expr: a bit more robust handling of regexps with groups (closes bug 87)Denis Vlasenko1-6/+6
2008-11-11expr: on error, exit with exitcode 2Denis Vlasenko1-7/+4
2008-04-02expr: fix comparisons 'a < b' where we were overflowing a-bDenis Vlasenko2-87/+100
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-13expand, unexpand: new applets from Tito <farmatito@tiscali.it>Denis Vlasenko10-3/+336
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko43-340/+352
2007-07-01expr: small code shrinkDenis Vlasenko1-4/+7
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-08add some missed statics on constant objects.Denis Vlasenko10-35/+40
2007-04-02- use bb_error_msgBernhard Reutner-Fischer1-1/+1
2007-04-02- use xregcomp. Untested. vda, isn't there a regfree missing here?Bernhard Reutner-Fischer1-2/+2
2007-04-02- remove some unneeded forward declarations. No obj-code changes.Bernhard Reutner-Fischer1-30/+26
2007-04-02- remove args from bss, minor misc shrinkage while at it.Bernhard Reutner-Fischer1-40/+45
2007-03-08chown: support -H -L -P if ENABLE_DESKTOPDenis Vlasenko3-28/+109
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29preparatory patch for -Wwrite-strings #1Denis Vlasenko17-52/+59
2006-12-21introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko17-35/+49
2006-11-27safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko16-280/+145
2006-10-26remove bb_printf and the likeDenis Vlasenko48-314/+315
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko71-130/+127
2006-08-28- pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer20-1283/+1162
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"65-722/+112
2006-01-30clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen9-26/+28
2006-01-25support 64 arith. Close bug 136"Vladimir N. Oleynik"2-18/+42
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-09-29change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"16-49/+33
2005-05-09Patch from Shaun Jackman:Rob Landley1-22/+15
2004-04-14Larry Doolittle writes:Eric Andersen70-170/+170
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2004-02-01Use bb_xstrdup() instead of strdup().Manuel Novoa III 1-1/+1
2004-01-25Be stricter when converting strings to integers. Should fix the problemManuel Novoa III 1-9/+11
2003-09-08Patch from Jean WolterGlenn L McGrath1-1/+1
2003-08-29vodz, last patch 103Glenn L McGrath2-136/+114
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
[next]