summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-12-12randomconfig fixesDenys Vlasenko1-1/+1
2016-12-12randomconfig fixesDenys Vlasenko1-1/+1
2016-12-12randomconfig fixesDenys Vlasenko2-1/+2
2016-12-12randomconfig fixesDenys Vlasenko3-1/+4
2016-11-25find: fix handling of trailing slashes in -name PATTERN comparisonsDenys Vlasenko2-9/+64
2016-11-24patch: fix matching failureAaro Koskinen2-0/+56
2016-11-14Make grep/egrep/fgrep independently selectableDenys Vlasenko2-31/+23
2016-11-11tar: handle pax-encoded utf8 filenames and link names. Closes 9406Denys Vlasenko3-7/+48
2016-11-04cpio: add ownership (-R) test casesAaro Koskinen1-0/+24
2016-10-24awk: fix segfault on for loop syntax errorBrian Foley2-1/+4
2016-08-31sed: fix "sed n (flushes pattern space, terminates early)" testcase failureDenys Vlasenko2-14/+11
2016-08-29sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko7-90/+143
2016-08-14gzip: add test that checks that -9 compresses better than -1Natanael Copa1-0/+5
2016-07-11{md5,shaN}sum: make -c EMPTY failDenys Vlasenko2-14/+31
2016-06-20randomconfig fixes 5: false positive for tar; mount emits corrupted messageDenys Vlasenko2-2/+2
2016-06-19randomconfig fixes 4Denys Vlasenko2-2/+4
2016-06-19randomconfig fixes 3Denys Vlasenko2-1/+2
2016-06-19randomconfig fixes 2Denys Vlasenko4-3/+6
2016-06-19randomconfig fixesDenys Vlasenko11-46/+80
2016-05-06sed: fix append command to match GNU sed 4.2.1Denys Vlasenko2-12/+23
2016-04-24sed: understand \n,\r and \t in i and a commands. Closes 8871Denys Vlasenko2-13/+43
2016-01-24sed: make 's///w FILE' actually write to FILE. Closes 8251Denys Vlasenko2-4/+13
2015-10-30[g]unzip: fix recent breakage.Denys Vlasenko2-12/+22
2015-10-26unzip: test for bad archive SEGVingDenys Vlasenko2-5/+29
2015-10-22tar: add a test that we don't write into symlinksDenys Vlasenko1-0/+43
2015-10-21tar: add support for --strip-components=NDenys Vlasenko5-46/+156
2015-10-19sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR"Denys Vlasenko2-3/+12
2015-10-19sort: fix key with delimiters breakageDenys Vlasenko2-5/+52
2015-10-12randconfig fixesDenys Vlasenko1-2/+2
2015-10-11randconfig fixesDenys Vlasenko1-1/+1
2015-10-11randconfig fixesDenys Vlasenko4-10/+26
2015-10-02awk: support "length" form of "length()". Closes 8371Denys Vlasenko2-48/+72
2015-09-19sort: fix -kN,M handling (was including last separator into the comparison)Denys Vlasenko2-4/+16
2015-07-31diff.tests: add testcases for -B and single line changesAaro Koskinen1-0/+12
2015-05-11bzcat.tests: Run both .gz and .bz2 tests, and add .Z testsThiago Jung Bauermann1-24/+50
2015-04-17sed: implement ",+N" range endDenys Vlasenko2-5/+68
2015-02-16dc: tweak parsingBernhard Reutner-Fischer2-30/+83
2015-01-11diff: fix a bug in diffing against stdin. Closes 7784Denys Vlasenko2-1/+13
2014-12-22randomconfig fixesDenys Vlasenko4-7/+7
2014-09-15sed: fix a buglet in s///NUM handlingDenys Vlasenko2-1/+8
2014-08-28grep: fix "grep -r PATTRN SYMLINK_TO_DIR"Denys Vlasenko2-1/+21
2014-07-01test: fix mishandling of "test '(' = '('" and similarDenys Vlasenko2-34/+55
2014-06-26awk: fix handling of "if ... break ; else ..." - closes 7226Denys Vlasenko2-0/+18
2014-06-19find: exit code fixes for find -execDenys Vlasenko2-8/+35
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2014-02-27grep: fix -w match if first match isn't a word, but second is. Closes 4520Denys Vlasenko2-14/+21
2014-02-07grep: properly handle grep -w "^str" in !EXTRA_COMPAT case tooBartosz Golaszewski2-2/+12
2014-01-23testsuite: fix last "which" changeMichael Tokarev1-1/+1
2014-01-20Apply post-1.22.0 patches, bump version to 1.22.1Denys Vlasenko6-5/+62
[next]