index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
usr.bin
/
sort
Age
Commit message (
Expand
)
Author
2010-08-01
The sort(1) tests have been moved to tests/util/sort/.
jmmv
2004-02-18
also unset LC_CTYPE, which affects character sort order too
jdolecek
2003-10-26
use ${HOST_SH} instead of /bin/sh
lukem
2001-12-12
MKfoo=no -> NOfoo
tv
2001-05-14
Explicitly unset LANG and LC_ALL before doing any tests - some tests
jdolecek
2001-05-14
fix the awk regexp for test 40B to work with nawk too
jdolecek
2001-04-18
sort -H $dict bombs (needs to be fixed). PR 12763
itojun
2001-02-15
add test 41: sort -f < emptyfile bombs.
itojun
2001-01-19
40B: just symlink in and out, don't bother copying it
jdolecek
2001-01-15
don't use $s in test #39, that test doesn't depend on presence of -s
jdolecek
2001-01-15
don't print any note - stest prints its own
jdolecek
2001-01-14
Add the "sort the dictionary" test that detected the recent lossage.
simonb
2001-01-12
use $S for stuff calling sort directly, not via xsort
jdolecek
2001-01-12
print a disclaimer on startup about this test suite - other sort implementations
jdolecek
2001-01-11
do not mess with $o if misplaced -o is supported - it's orhogonal to +POS/-PO...
jdolecek
2001-01-11
do not display the actuall command executing stests
jdolecek
2001-01-11
change so that test 35 print warning about missing -g just once
jdolecek
2001-01-11
use shell functions instead of dynamically created external scripts
jdolecek
2001-01-11
make objdir safe
jdolecek
2000-11-06
put in NetBSD RCS id
jdolecek
2000-10-26
move usr.bin/sort/TEST/stest to regress/usr.bin/sort, add to
jdolecek