index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
bin
/
ksh
Age
Commit message (
Expand
)
Author
2016-12-11
Remove and-list-error-3 test, it is obsoleted by seterror-11
Todd C. Miller
2016-12-11
Fixes descriptions for seterror tests 1, 2 and 4.
Todd C. Miller
2016-09-29
If a Makefile both defines SUBDIR and includes <bsd.regress.mk>,
Ingo Schwarze
2016-09-27
Adjusts some patterns, so that the warning messages ksh prints if
Alexander Bluhm
2016-09-27
fix dependency, fixing regress if make regress is called with a clean obj
Otto Moerbeek
2016-03-21
More ksh POSIX compliance fixes by Martijn Dekker:
tb
2016-03-05
POSIX-compliant behavior of "set -u" regarding "$*" and "$@" specials
Dmitrij Czarkoff
2016-03-04
don't parse (...|...) patterns in variable substitution inside double quotes
Dmitrij Czarkoff
2016-03-04
rename xxx-what-do-you-call-this-1 to qouted-brace-expansion-1
Dmitrij Czarkoff
2016-01-16
better mockup for promptlen()
Ingo Schwarze
2016-01-12
The ksh(1) vi editing mode code is much harder to understand than
Ingo Schwarze
2015-07-30
Add regress test to exercise octal expansion (via blackslash) in
Todd C. Miller
2013-12-02
Move ksh test files into regress.
Todd C. Miller
2013-06-09
Add test for "true && true && false" and "set -e".
Todd C. Miller
2013-06-08
POSIX specifies that for an AND/OR list, only the last command's
Todd C. Miller
2013-06-07
stuff that currently doesn't match what posix says, naddy agrees
Marc Espie
2010-03-24
tests for ${name#pat} and ${name%pat} issue.
Federico G. Schwindt
2009-01-29
pass "xerrok" status across the execution call stack to more closely
Jared Yanovich
2003-12-15
Regression test for PR 2450.
Otto Moerbeek
2003-02-09
a common construct that ksh fails.
Marc Espie
2002-09-02
Rename a bunch of the old bsd.regress.mk variables into the new ones.
Anil Madhavapeddy
2002-02-27
Add regress test for ksh bug, crash trigger provided by nino@. ok espie@
Daniel Hartmeier