index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testsuite
/
sort.tests
Age
Commit message (
Expand
)
Author
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-09-19
sort: fix -kN,M handling (was including last separator into the comparison)
Denys Vlasenko
2014-01-19
sort: check global flags on fallback sort
Bartosz Golaszewski
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-05-11
randomtest fixes
Denys Vlasenko
2009-12-13
sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytes
Denys Vlasenko
2009-11-04
tests: fix POSIX shell source style
Mike Frysinger
2009-07-18
fix mountpoint test to not prevemt mkfs_xxx from making image in any file
Denys Vlasenko
2008-02-13
sort: -z outputs NUL terminated lines. Closes bug 1591.
Denis Vlasenko
2007-02-17
sort: fix multiple -k (was ignoring all except last)
Denis Vlasenko
2007-01-07
diff: small optimizations; do not try to diff non-seekable stream
Denis Vlasenko
2006-09-17
whitespace cleanup
Denis Vlasenko
2006-06-15
Fix bug found by Joey Hess and forwarded by Bastian Bunk. Add Joey Hess's
Rob Landley
2006-03-16
Redo test suite to be able to test more than one command at a time. Eliminate
Rob Landley
2005-11-07
Fix the test suite so that individual *.tests files can be run ala
Rob Landley
2005-09-23
- introduce variable _BB_CONFIG_DEP to the new test harness.
Bernhard Reutner-Fischer
2005-09-02
Working on a new test harness. Moved the sort tests into it.
Rob Landley