Age | Commit message (Expand) | Author |
2016-01-24 | sed: make 's///w FILE' actually write to FILE. Closes 8251 | Denys Vlasenko |
2015-10-30 | [g]unzip: fix recent breakage. | Denys Vlasenko |
2015-10-26 | unzip: test for bad archive SEGVing | Denys Vlasenko |
2015-10-22 | tar: add a test that we don't write into symlinks | Denys Vlasenko |
2015-10-22 | tar: add support for --strip-components=N | Denys Vlasenko |
2015-10-19 | sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR" | Denys Vlasenko |
2015-10-19 | sort: fix key with delimiters breakage | Denys Vlasenko |
2015-10-12 | randconfig fixes | Denys Vlasenko |
2015-10-11 | randconfig fixes | Denys Vlasenko |
2015-10-11 | randconfig fixes | Denys Vlasenko |
2015-10-02 | awk: support "length" form of "length()". Closes 8371 | Denys Vlasenko |
2015-09-19 | sort: fix -kN,M handling (was including last separator into the comparison) | Denys Vlasenko |
2015-07-31 | diff.tests: add testcases for -B and single line changes | Aaro Koskinen |
2015-05-11 | bzcat.tests: Run both .gz and .bz2 tests, and add .Z tests | Thiago Jung Bauermann |
2015-04-17 | sed: implement ",+N" range end | Denys Vlasenko |
2015-02-16 | dc: tweak parsing | Bernhard Reutner-Fischer |
2015-01-11 | diff: fix a bug in diffing against stdin. Closes 7784 | Denys Vlasenko |
2014-12-22 | randomconfig fixes | Denys Vlasenko |
2014-09-16 | sed: fix a buglet in s///NUM handling | Denys Vlasenko |
2014-08-28 | grep: fix "grep -r PATTRN SYMLINK_TO_DIR" | Denys Vlasenko |
2014-07-01 | test: fix mishandling of "test '(' = '('" and similar | Denys Vlasenko |
2014-06-26 | awk: fix handling of "if ... break ; else ..." - closes 7226 | Denys Vlasenko |
2014-06-19 | find: exit code fixes for find -exec | Denys Vlasenko |
2014-02-27 | grep: fix -w match if first match isn't a word, but second is. Closes 4520 | Denys Vlasenko |
2014-02-07 | grep: properly handle grep -w "^str" in !EXTRA_COMPAT case too | Bartosz Golaszewski |
2014-01-23 | testsuite: fix last "which" change | Michael Tokarev |
2014-01-19 | sort: check global flags on fallback sort | Bartosz Golaszewski |
2014-01-09 | find: fix a regression introduced with -HLP support | Denys Vlasenko |
2014-01-07 | grep: fix two bugs with -w | Denys Vlasenko |
2013-12-31 | testsuite: remove forgotten debug hack | Denys Vlasenko |
2013-12-31 | fix failures found by randomconfig builds | Denys Vlasenko |
2013-12-31 | testsuite: disable tests for no longer supported bbox-specific date formats | Denys Vlasenko |
2013-12-20 | testsuite: fix false positives for du | Denys Vlasenko |
2013-11-21 | awk: fix a bug in argc counting in recent change | Denys Vlasenko |
2013-11-19 | tar: prevent empty file to be treated as valid tarball | Denys Vlasenko |
2013-11-19 | fix a copy/paste error in last tar testcase name | Denys Vlasenko |
2013-11-19 | tar: add a testcase for previous commit | Denys Vlasenko |
2013-11-10 | fix bashisms in testsuite/ | Michael Tokarev |
2013-10-30 | sed: fix "sed clusternewline" testcase | Denys Vlasenko |
2013-10-12 | awk: fix length(array) | Denys Vlasenko |
2013-07-31 | awk: Fix handling of functions with empty body | Bernhard Reutner-Fischer |
2013-07-22 | awk.tests: add test for recent large integer fix | Denys Vlasenko |
2013-07-21 | sed: fix matching of newlines by $ | Denys Vlasenko |
2013-05-16 | grep: fix grep -x to not set REG_NOSUB | James Hogan |
2013-05-15 | grep: don't bail out on first mismatch if '-w' option is set | Bartosz Golaszewski |
2013-03-13 | awk: Fix handling of functions with empty body | Bernhard Reutner-Fischer |
2013-01-28 | testsuite/du/du-k-works: fix false positive | Kang Kai |
2013-01-21 | fix testsuite false positive | Denys Vlasenko |
2013-01-21 | mdev: fix mode of dir1 in =dir1/dir2/file rule | Denys Vlasenko |
2013-01-20 | grep: fix grep -Fw not respecting the -w option. Closes 5792 | Denys Vlasenko |