- 0a2c793 grep: fix -Fi by Ian Wienand · 15 years ago
- a659b81 libbb/lineedit: add support for preserving "broken" (non-unicode) chars by Tomas Heinrich · 15 years ago
- 4640ccc cpio: "NNN blocks" should go to stderr by Matheus Izvekov · 15 years ago
- f2c16ed sed: fix nested {} case by Denys Vlasenko · 15 years ago
- 96a1833 sed: fix c cmd by Denys Vlasenko · 15 years ago
- e69ad87 tar: fix "hardlinks to symlinks chown" bug 1519. by Denys Vlasenko · 15 years ago
- 02365a6 tar: fix mishandling of repeated hardlink in tarball; expand tests by Denys Vlasenko · 15 years ago
- 208d35d testsuite fixes by Chris Metcalf · 15 years ago
- 03f6ee2 cpio test: fix false positive with DESKTOP off by Denys Vlasenko · 15 years ago
- 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 15 years ago
- 968951f unexpand: fix "a b"\n" input case by Tomas Heinrich · 15 years ago
- 535584c ar: add archive creation support by Alexander Shishkin · 15 years ago
- 29f354e testsuite: don't run grep NUL tests when we know the would fail by Denys Vlasenko · 15 years ago
- 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 15 years ago
- 90f19fa awk: add two tests we currently fail by Denys Vlasenko · 15 years ago
- 3cb60c3 awk: fix the case where nested "for" loops with the same variable misbehave by Denys Vlasenko · 15 years ago
- d2b0405 lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR by Tomas Heinrich · 15 years ago
- d03cd3b awk: skip whitespace between array name and subscript by Alexander Shishkin · 15 years ago
- b1edf20 unicode: exclude FDD0..FDEF range too by Denys Vlasenko · 15 years ago
- 40e4e88 exclude more invalid unicode chars by Denys Vlasenko · 15 years ago
- 344a44f typo fix by Denys Vlasenko · 15 years ago
- 3d5b606 ls: fix handling of broken unicode sequences by Denys Vlasenko · 15 years ago
- d8528b8 ls: unicode fixes by Denys Vlasenko · 15 years ago
- ed910c7 cal: add a unicode test by Denys Vlasenko · 15 years ago
- 307b24c testsuite-discovered fixes by Denys Vlasenko · 15 years ago
- 6f99c91 diff: fix flag -B, cleanups and a couple more tests V2 by Matheus Izvekov · 15 years ago
- d4a7728 diff: rewrite. much smaller and more correct by Matheus Izvekov · 15 years ago
- b972f94 diff: add more tests by Denys Vlasenko · 15 years ago
- 96a6bdc bunzip2.tests: replace $? with \$? by Denys Vlasenko · 15 years ago
- e208279 fix testing of busybox "applet" itself by Denys Vlasenko · 15 years ago
- 1e9bc26 cp: improve test coverage by Denys Vlasenko · 15 years ago
- a40f062 cp: fix -H handling by Denys Vlasenko · 15 years ago
- 1fbcb80 cpio: add a test for recent fix by Denys Vlasenko · 15 years ago
- af1c8e8 cpio: fix unpacking of names with leading slashes by Denys Vlasenko · 15 years ago
- 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
- d2b1ba6 [un]expand: unicode support by Tomas Heinrich · 15 years ago
- 8a936cf tar: add support for --overwrite. +70 bytes. by Denys Vlasenko · 15 years ago
- 425ad9c libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences by Denys Vlasenko · 15 years ago
- aa42d13 sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytes by Denys Vlasenko · 15 years ago
- 6dc0ace grep: fix a case when -o loops forever by Denys Vlasenko · 15 years ago
- 1284774 awk: fix an incorrect casting to string (bug 725). -44 bytes. by Denys Vlasenko · 15 years ago
- bf22475 tar: add a test for latest fix by Denys Vlasenko · 15 years ago
- a307af1 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
- eacbca5 all_sourcecode.tests: check commented out applet order too by Mike Frysinger · 15 years ago
- caa7940 tests: fix POSIX shell source style by Mike Frysinger · 15 years ago
- ded688c fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com) by Denys Vlasenko · 15 years ago
- 6f2ebae patch: add another test (currently fails) by Denys Vlasenko · 15 years ago
- 17c838b patch: add longopts, --dry-run, add one more test by Denys Vlasenko · 15 years ago
- 48f1161 cp: add support for --parents and long option synonyms of short opts by Denys Vlasenko · 15 years ago
- 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
- f210cff sed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g' " bug by Denys Vlasenko · 15 years ago
- a43df64 tail: fix "tail +N file_shorter_than_N" by Denys Vlasenko · 15 years ago
- eecbb54 correct mode of testsuite/rx.tests by Denys Vlasenko · 15 years ago
- dc9495d rx: strip padding from last block. closes bug 501. by Denys Vlasenko · 15 years ago
- 0944963 grep: fix -E + {range}; fix -o not printing all matches (bug 489) by Denys Vlasenko · 15 years ago
- e414896 silly whitespace fix by Denys Vlasenko · 15 years ago
- c1fc3d3 fix mount test false positive by Denys Vlasenko · 15 years ago
- 875f782 minor tweaks in testsuite by Denys Vlasenko · 15 years ago
- 6ae6426 fix mountpoint test to not prevemt mkfs_xxx from making image in any file by Denys Vlasenko · 15 years ago
- b71ce02 add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite by Denys Vlasenko · 15 years ago
- f8e6b6e fix taskset testsuite by Denys Vlasenko · 15 years ago
- 941990f correct date testsuite to use compatible format by Denys Vlasenko · 15 years ago
- 7aca89a touch: implement -d --date (our own testsuite needs that) by Denys Vlasenko · 15 years ago
- 73b71f3 date: factor out date parsing (in preparation for touch -d) by Denys Vlasenko · 15 years ago
- d23f64e test: fix "test !" and "test abc -a !". closes bug 465 by Denys Vlasenko · 15 years ago
- ae68f11 sed: deal with peculiar behavior of '2d;2,1p' in GNU sed by Denys Vlasenko · 15 years ago
- 5508363 ls: fix --color handling. Closes bug 435. by Denys Vlasenko · 15 years ago
- 90db359 mdev: set $MDEV correctly for renamed nodes by Denys Vlasenko · 15 years ago
- 8bca3e2 sed: fix handling of 1d;1,3p and 1d;1,REGEXp by Denys Vlasenko · 15 years ago
- 2f86ca1 mdev: fix the case when move rule deletes node with name == device_name by Denys Vlasenko · 15 years ago
- bf4aeed printf: fix exit code on conversion error by Denys Vlasenko · 15 years ago
- cd3dd42 seq: fix testsuite failures by Denys Vlasenko · 16 years ago
- 2441060 fix or document testsuite failures by Denys Vlasenko · 16 years ago
- 16635cc test, tcpsvd, tcpsvd: shrink by Denys Vlasenko · 16 years ago
- a3dcee3 fix permissions in testsuite by Denys Vlasenko · 16 years ago
- a43972c rename CONFIG_FEATURE_TAR_GZIP by Bernhard Reutner-Fischer · 16 years ago
- 398c659 cpio.tests: fix false positive by Denys Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 3798db5 mdev: support $ENVVAR=regex by Denis Vlasenko · 16 years ago
- 3161b61 mdev: set mode, needed when device node already exists. by Denis Vlasenko · 16 years ago
- 67b5eeb awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com) by Denis Vlasenko · 16 years ago
- 7a67664 awk: fix compat issue found by gpm build by Denis Vlasenko · 16 years ago
- 37ad6b3 tr: update testsuite by Denis Vlasenko · 16 years ago
- 1bfcc8b tr: support [:xdigit:], fix handling of ranges and [x]'s. by Denis Vlasenko · 16 years ago
- 41d5ebe awk: in BEGIN section $0 should be "", not "0". by Denis Vlasenko · 16 years ago
- 319fe12 mdev: fix breakage caused by unified parser usage by Denis Vlasenko · 16 years ago
- e40e76f unexpand: fix incorrect expansion, add test for it by Denis Vlasenko · 16 years ago
- 3139ea7 expand: fix incorrect expansion exactly on tab boundary; shrink the code by Denis Vlasenko · 16 years ago
- 2598f76 - add seq -w support (Natanael Copa) by Bernhard Reutner-Fischer · 16 years ago
- 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
- ea7c9b3 whitespace fixes by Denis Vlasenko · 16 years ago
- 8d89bed watchdog: add -T option by Denis Vlasenko · 16 years ago
- a2e1eea awk: improve nadling of negative numbers in bitwise ops; by Denis Vlasenko · 16 years ago
- 66496d7 build system: echo and test features may be enabled by Denis Vlasenko · 16 years ago
- 3fd15e1 grep: option to use GNU regex matching instead of POSIX one. by Denis Vlasenko · 16 years ago
- 82ad032 xargs: fix -e default to match newer GNU xargs, add SUS mandated -E. by Denis Vlasenko · 16 years ago
- 5db861a fix some testsuite false positives by Denis Vlasenko · 16 years ago
- cc08ad2 xargs: fix xargs -e; added test for that by Denis Vlasenko · 16 years ago
- e1fa817 makedevs: shrink (by Vladimir); testsuite by Denis Vlasenko · 16 years ago
- 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago