Bump to version 1.22.1
[platform/upstream/busybox.git] / testsuite /
2014-01-20 Denys VlasenkoApply post-1.22.0 patches, bump version to 1.22.1 upstream 1.22.1 upstream/1.22.1
2013-12-31 Denys Vlasenkotestsuite: remove forgotten debug hack
2013-12-31 Denys Vlasenkofix failures found by randomconfig builds
2013-12-31 Denys Vlasenkotestsuite: disable tests for no longer supported bbox...
2013-12-20 Denys Vlasenkotestsuite: fix false positives for du
2013-11-21 Denys Vlasenkoawk: fix a bug in argc counting in recent change
2013-11-19 Denys Vlasenkotar: prevent empty file to be treated as valid tarball
2013-11-19 Denys Vlasenkofix a copy/paste error in last tar testcase name
2013-11-19 Denys Vlasenkotar: add a testcase for previous commit
2013-11-10 Michael Tokarevfix bashisms in testsuite/
2013-10-30 Denys Vlasenkosed: fix "sed clusternewline" testcase
2013-10-12 Denys Vlasenkoawk: fix length(array)
2013-07-31 Bernhard Reutner... awk: Fix handling of functions with empty body
2013-07-22 Denys Vlasenkoawk.tests: add test for recent large integer fix
2013-07-21 Denys Vlasenkosed: fix matching of newlines by $
2013-05-16 James Hogangrep: fix grep -x to not set REG_NOSUB
2013-05-15 Bartosz Golaszewskigrep: don't bail out on first mismatch if '-w' option...
2013-03-13 Bernhard Reutner... awk: Fix handling of functions with empty body
2013-01-28 Kang Kaitestsuite/du/du-k-works: fix false positive
2013-01-21 Denys Vlasenkofix testsuite false positive
2013-01-21 Denys Vlasenkomdev: fix mode of dir1 in =dir1/dir2/file rule
2013-01-20 Denys Vlasenkogrep: fix grep -Fw not respecting the -w option. Closes...
2013-01-14 Lauri Kasanensha3sum: new applet
2012-07-24 Yao Zhaotestsuite: make mkfs.minix test not fail spuriously...
2012-07-10 Denys Vlasenkoawk: fix FS assignment behavior. Closes 5108
2012-06-22 Denys Vlasenkoawk: make -F STR interpret escape sequences. Closes...
2012-06-21 Denys Vlasenkomount: fix the wrongly stored fs creation time
2012-06-11 Tanguy Pruvottestsuite: some more awk tests related to conditions
2012-06-08 Denys Vlasenkosed: yet another fix on top of zero length match code
2012-06-07 Denys Vlasenkosed: fix breakage added by zero length match code
2012-06-04 Denys Vlasenkosed: fix zero chars match/replace
2012-05-10 Denys Vlasenkofix for spurious testsuite failure
2012-04-24 Denys Vlasenkosed: fix handling of s/// which has empty matches
2012-03-06 Denys Vlasenkotestsuite: add a test that tar detects XZ-compressed...
2011-10-31 Denys Vlasenkotestsuite: merge bzcat2.tests into bzcat.tests
2011-10-31 Denys Vlasenkotestsuite: fix the mishap in the previous commit
2011-10-31 Denys Vlasenkobzcat: fix unpacking of more than one file, and unpacki...
2011-10-28 Leonid Lisovskiylibbb: split decode_base64 off read_base64
2011-10-10 Rob Landleypatch: make -p count path components, not slashes ...
2011-09-16 Denys Vlasenkotail: fix -c +N. Closes 4111
2011-09-10 Denys Vlasenkoawk: fix a SEGV
2011-08-28 Lauri Kasanengrep: be GNU compatible with -f EMPTY_FILE
2011-08-22 Rob Landleypatch: make it able to create files (again)
2011-08-18 Denys Vlasenkouncompress: fix buffer underrun by corrupted input
2011-08-16 Denys Vlasenkopatch: add a test we currently fail
2011-08-16 Denys Vlasenkosed: fix range handling for sed -i. Closes 4069
2011-08-11 Denys Vlasenkotestsuite: fixes after randomconfig run
2011-08-10 Denys Vlasenkorandomconfig fixes
2011-08-09 Denys Vlasenkorandomconfig fixes
2011-06-18 Denys Vlasenkofix false positive in parse test
2011-05-21 Denys Vlasenkood: code shrink, fix "od --traditional FILE"
2011-05-02 Denys Vlasenkosed: support \r in s command
2011-03-14 Denys Vlasenkomount: add a test for bind+rshared
2011-03-12 Denys Vlasenkols: fix handling of symlinks by option -1
2011-03-02 Denys Vlasenkotar: skip leading / and handle names like abc/..//...
2011-03-01 Denys Vlasenkotar: on extract, everything up to and including last...
2011-02-14 Denys Vlasenkoecho: fix ENOSPC detection and some iffy code in \NNN...
2011-02-06 Denys Vlasenkotypo fix
2011-02-06 Denys Vlasenkotar: fix a bug where autodetection messes up -z on...
2010-12-31 Alexey Solovievdate: preserve isdst value if date is in time_t (unix...
2010-11-28 Denys Vlasenkoadd a test for patch which we currently fail
2010-11-22 Denys Vlasenkofixes for bugs discovered by randomconfig builds and...
2010-11-21 Denys Vlasenkopatch: busyboxify by migrating from toybox to busybox...
2010-10-28 Denys Vlasenkodecompress_bunzip2: handle concatenated .bz2 files
2010-10-23 Denys Vlasenkoawk: fix segfault on closing non-opened file
2010-10-17 Pascal Bellardcpio: avoid 'not created: newer or same age file exists...
2010-10-16 Denys VlasenkoshaN: small code shrink
2010-10-16 Denys Vlasenkotestsuite: add tests for {ms5,shaN}sum
2010-10-05 Denys Vlasenkoawk: 00.123 is not a octal constant; neither is 009...
2010-09-12 Dan FandrichFixed a couple of failing tar tests
2010-09-05 Dan Fandrichtar: add a test for extraction of read-only directory
2010-09-03 Denys Vlasenkofix false positive in testsuite/tar.tests
2010-09-03 Dan FandrichFix some test cases
2010-08-29 Dan Fandrichtestsuite: show the number of failures after a test run
2010-08-23 Denys Vlasenkogrep: fix -o match with empty string (suggested by...
2010-08-22 Denys Vlasenkopatch: support "patch [FILE [PATCH]]" format
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-16 Denys Vlasenkosed: make N command behave as in GNU sed
2010-08-16 Denys Vlasenkomdev: fix non-working device deletion, add a test for...
2010-08-16 Denys Vlasenkopatch: uncomment the test which we actually do pass now
2010-08-15 Denys Vlasenkopatch: add -N and a test for it (fails for now)
2010-08-13 Rob Landleypatch: replace it with toybox's implementation
2010-08-11 Dan FandrichImproved portability of tests
2010-08-01 Denys Vlasenkosed.tests: make last test less confusing
2010-08-01 Denys Vlasenkosed: fix sed -i: unlike without -i, it does not forget...
2010-07-29 Leonid Lisovskiytestsuite: typo in tr.tests
2010-07-25 Denys Vlasenko*: trailing empty lines removed
2010-07-09 Matheus Izvekovdiff: fix "diff dir1 dir2/". Closes bug 2203
2010-07-06 Denys Vlasenko[un]expand: fix testsuite
2010-07-05 Denys Vlasenkorandomconfig fixes
2010-06-19 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2010-06-18 Denys Vlasenkocpio.tests: mention suid bits too, not only sgid
2010-06-18 Denys Vlasenkodata_extract_all: do not chmod symlink. Closes 2053
2010-06-13 Denys Vlasenkoxargs: fix accounting of -sNUM
2010-06-13 Denys Vlasenkoxargs: code shrink -15 bytes
2010-06-03 Denys Vlasenkosed: fix a case when one-line range matches past lines...
2010-05-12 Denys Vlasenkorandomtest fixes
2010-05-11 Denys Vlasenkosed: fix a command with multible trailing backslashes
2010-05-11 Denys Vlasenkorandomtest fixes
2010-05-11 Denys Vlasenkorandomtest fixes
next