| Commit message (Expand) | Author | Age | Files | Lines |
* | sed: fix nested {} case | Denys Vlasenko | 2010-04-20 | 1 | -0/+5 |
* | sed: fix c cmd | Denys Vlasenko | 2010-04-19 | 1 | -0/+5 |
* | tar: fix "hardlinks to symlinks chown" bug 1519. | Denys Vlasenko | 2010-04-09 | 1 | -0/+29 |
* | tar: fix mishandling of repeated hardlink in tarball; expand tests | Denys Vlasenko | 2010-04-09 | 1 | -7/+45 |
* | testsuite fixes | Chris Metcalf | 2010-04-02 | 4 | -4/+16 |
* | cpio test: fix false positive with DESKTOP off | Denys Vlasenko | 2010-03-28 | 1 | -3/+2 |
* | unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE | Denys Vlasenko | 2010-03-26 | 2 | -3/+3 |
* | unexpand: fix "a b"\n" input case | Tomas Heinrich | 2010-03-26 | 1 | -0/+3 |
* | ar: add archive creation support | Alexander Shishkin | 2010-03-15 | 1 | -0/+27 |
* | testsuite: don't run grep NUL tests when we know the would fail | Denys Vlasenko | 2010-03-14 | 2 | -2/+4 |
* | lineedit: fix another corner case with bad unicode input | Denys Vlasenko | 2010-03-11 | 1 | -6/+20 |
* | awk: add two tests we currently fail | Denys Vlasenko | 2010-03-11 | 1 | -16/+97 |
* | awk: fix the case where nested "for" loops with the same variable misbehave | Denys Vlasenko | 2010-03-10 | 1 | -0/+38 |
* | lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR | Tomas Heinrich | 2010-03-09 | 1 | -0/+42 |
* | awk: skip whitespace between array name and subscript | Alexander Shishkin | 2010-02-26 | 1 | -0/+3 |
* | unicode: exclude FDD0..FDEF range too | Denys Vlasenko | 2010-01-31 | 1 | -4/+4 |
* | exclude more invalid unicode chars | Denys Vlasenko | 2010-01-31 | 1 | -1/+120 |
* | typo fix | Denys Vlasenko | 2010-01-31 | 1 | -1/+1 |
* | ls: fix handling of broken unicode sequences | Denys Vlasenko | 2010-01-31 | 1 | -22/+24 |
* | ls: unicode fixes | Denys Vlasenko | 2010-01-31 | 2 | -0/+247 |
* | cal: add a unicode test | Denys Vlasenko | 2010-01-31 | 2 | -2/+42 |
* | testsuite-discovered fixes | Denys Vlasenko | 2010-01-25 | 2 | -3/+3 |
* | diff: fix flag -B, cleanups and a couple more tests V2 | Matheus Izvekov | 2010-01-22 | 1 | -0/+31 |
* | diff: rewrite. much smaller and more correct | Matheus Izvekov | 2010-01-18 | 1 | -3/+0 |
* | diff: add more tests | Denys Vlasenko | 2010-01-18 | 1 | -1/+29 |
* | bunzip2.tests: replace $? with \$? | Denys Vlasenko | 2010-01-17 | 1 | -1/+1 |
* | fix testing of busybox "applet" itself | Denys Vlasenko | 2010-01-16 | 2 | -4/+5 |
* | cp: improve test coverage | Denys Vlasenko | 2010-01-16 | 1 | -81/+81 |
* | cp: fix -H handling | Denys Vlasenko | 2010-01-15 | 1 | -0/+206 |
* | cpio: add a test for recent fix | Denys Vlasenko | 2010-01-10 | 1 | -0/+16 |
* | cpio: fix unpacking of names with leading slashes | Denys Vlasenko | 2010-01-05 | 1 | -1/+3 |
* | fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma... | Denys Vlasenko | 2010-01-04 | 1 | -2/+47 |
* | [un]expand: unicode support | Tomas Heinrich | 2010-01-04 | 2 | -0/+9 |
* | tar: add support for --overwrite. +70 bytes. | Denys Vlasenko | 2009-12-16 | 1 | -0/+13 |
* | libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences | Denys Vlasenko | 2009-12-16 | 1 | -4/+5 |
* | sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytes | Denys Vlasenko | 2009-12-13 | 1 | -0/+13 |
* | grep: fix a case when -o loops forever | Denys Vlasenko | 2009-12-04 | 1 | -0/+5 |
* | awk: fix an incorrect casting to string (bug 725). -44 bytes. | Denys Vlasenko | 2009-11-30 | 1 | -0/+17 |
* | tar: add a test for latest fix | Denys Vlasenko | 2009-11-29 | 1 | -0/+35 |
* | use utimes() rather than obsolescent utime() | Bernhard Reutner-Fischer | 2009-11-15 | 1 | -1/+1 |
* | all_sourcecode.tests: check commented out applet order too | Mike Frysinger | 2009-11-04 | 1 | -1/+1 |
* | tests: fix POSIX shell source style | Mike Frysinger | 2009-11-04 | 35 | -36/+36 |
* | fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com) | Denys Vlasenko | 2009-11-04 | 1 | -0/+14 |
* | patch: add another test (currently fails) | Denys Vlasenko | 2009-10-25 | 1 | -0/+26 |
* | patch: add longopts, --dry-run, add one more test | Denys Vlasenko | 2009-10-24 | 1 | -6/+41 |
* | cp: add support for --parents and long option synonyms of short opts | Denys Vlasenko | 2009-09-26 | 1 | -0/+5 |
* | documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) | Denys Vlasenko | 2009-09-06 | 1 | -1/+1 |
* | sed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g' " bug | Denys Vlasenko | 2009-08-17 | 1 | -0/+7 |
* | tail: fix "tail +N file_shorter_than_N" | Denys Vlasenko | 2009-08-09 | 1 | -0/+17 |
* | correct mode of testsuite/rx.tests | Denys Vlasenko | 2009-08-03 | 1 | -0/+0 |