summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2017-01-01Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko9-118/+120
2016-11-23test: make [ and [[ forms individually selectableDenys Vlasenko3-9/+29
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2016-10-02test: fix compile error in last commitDenys Vlasenko1-1/+1
2016-10-01test: memory leak: free group id listDenys Vlasenko2-7/+6
2015-04-21special-case {true,false,test} --helpDenys Vlasenko4-28/+21
2014-07-01test: fix mishandling of "test '(' = '('" and similarDenys Vlasenko2-34/+55
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-03-08test: "test !" was accessing argv past NULL - fix it. Closes 4832Denys Vlasenko1-7/+8
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2011-03-08printenv: fix environ == NULL segfaultDenys Vlasenko2-4/+9
2010-12-20test: add examples when "%s: unknown operand" happensDenys Vlasenko1-1/+4
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko33-1484/+573
2010-06-04partially migrate coreutils to Config.src and Kbuild.srcDenys Vlasenko7-104/+114
2010-06-02test: "" is not a valid number. Closes bug 1915Denys Vlasenko1-1/+1
2009-09-12test: use index_in_stringsDenys Vlasenko1-60/+96
2009-07-16test: fix "test !" and "test abc -a !". closes bug 465Denys Vlasenko2-3/+20
2009-06-14ash: fix . builtinDenys Vlasenko6-46/+66
2009-06-13test, tcpsvd, tcpsvd: shrinkDenys Vlasenko3-26/+38
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer33-35/+36
2008-07-19test: fix parser to prefer binop over unop, as coreutils does.Denis Vlasenko3-71/+256
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko27-61/+69
2008-04-22*: remove remaining instances of ".data" hackDenis Vlasenko6-24/+28
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko32-64/+97
2008-02-09test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuiteDenis Vlasenko2-22/+53
2007-11-30test: stop using lots of bss.Denis Vlasenko3-29/+67
2007-11-16- remove most of the forward declarations. No obj-code changes.Bernhard Reutner-Fischer1-244/+241
2007-09-21test: correct confusing placement of "const"Denis Vlasenko1-1/+1
2007-06-30introduce and use bb_basename()Denis Vlasenko14-73/+40
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko26-66/+55
2007-06-25test: suppress gcc warningDenis Vlasenko2-14/+14
2007-06-21test: shrink a bitDenis Vlasenko3-19/+8
2007-06-15- fix test -f ./existsBernhard Reutner-Fischer1-3/+8
2007-06-12- fix testing primary expressions like '"-u" = "-u"'Bernhard Reutner-Fischer1-2/+2
2007-06-08test: fix thinko in previous commitDenis Vlasenko1-1/+1
2007-06-08test: recognize /path/to/[ case tooDenis Vlasenko1-14/+19
2007-06-06- fix wrong not operator which was essentially ignored. got introduced in r18282Bernhard Reutner-Fischer1-1/+1
2007-05-27test: close bug 1371Denis Vlasenko1-5/+10
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-05-01test: code size saving, no logic changesDenis Vlasenko4-116/+228
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko41-128/+173
2007-04-02test: comment out unused codeDenis Vlasenko7-25/+62
2007-03-30- debloat test. untested.Bernhard Reutner-Fischer1-111/+116
[next]