summaryrefslogtreecommitdiff
path: root/regress/bin/ksh
AgeCommit message (Expand)Author
2018-04-24Add test for proper stack reallocation in time commandkn
2018-04-09Support 64 bit integers on 32 bit architectures.Tobias Stoeckmann
2018-01-12Fix tyopsJeremie Courreges-Anglas
2018-01-12Add tests for [[:foo:]] character classes in globsJeremie Courreges-Anglas
2018-01-12Add basic tests for octal and hex notation in arithmetic expansionsJeremie Courreges-Anglas
2017-11-21Add tests for emacs editing mode in ksh. While here, improve the output on testanton
2017-11-21Do not exit 0 if the program was terminated due to receipt of a signal otheranton
2017-10-23Add tests for history load from file.anton
2017-10-23Run all ksh tests with MALLOC_OPTIONS=Santon
2017-08-31Add HISTCONTROL tests.anton
2017-08-22Make the edit regress tests respect the KSH variable just like the main regressanton
2017-07-22Add missing RCS IDs and zap redundant SRCS from Makefile.anton
2017-07-19The first version of the edit program used to test csh, ksh and mail was basedanton
2017-07-06anton@ has fixed the test script so that it can run as root. RemoveAlexander Bluhm
2017-07-05Favor a UID-agnostic prompt in ksh edit mode tests. Allows the tests to passanton
2017-07-05Revert previously added tests for file completion that are currently failing.anton
2017-07-05Add tests for file completion in ksh emacs mode, currently failing.anton
2017-07-04Switch to build user if run as root. Prompt output $ or # affects test.Alexander Bluhm
2017-07-04Backout previous due to a bug discovered by zhuk@ that requires some tinkeringanton
2017-07-04Add support for pattern substitution to variables in ksh using a common syntaxanton
2017-06-25Capture SIGINT and print out all received output so far. Useful when debugginganton
2017-06-20Fix EOL tests for ksh vi mode.anton
2017-06-18Don't write input if ICANON is enabled. Also, write one byte at a time.anton
2017-06-17Pass the command to execute as an argument. Allows the edit program to beanton
2017-06-06Test insertion of unmatched meta sequence.anton
2017-06-05Test insertion of non-ASCII characters, in particular making sureIngo Schwarze
2017-06-05Add new edit regress files.anton
2017-06-05Rewrite ksh edit mode regression tests.anton
2017-05-31Allow replacement of UTF-8 characters in vi mode.anton
2017-05-28Fix cursor position while removing characters from the command line.anton
2017-02-25Add missing includes to avoid implicit function declarations.Jonathan Gray
2016-12-11Remove and-list-error-3 test, it is obsoleted by seterror-11Todd C. Miller
2016-12-11Fixes descriptions for seterror tests 1, 2 and 4.Todd C. Miller
2016-09-29If a Makefile both defines SUBDIR and includes <bsd.regress.mk>,Ingo Schwarze
2016-09-27Adjusts some patterns, so that the warning messages ksh prints ifAlexander Bluhm
2016-09-27fix dependency, fixing regress if make regress is called with a clean objOtto Moerbeek
2016-03-21More ksh POSIX compliance fixes by Martijn Dekker:tb
2016-03-05POSIX-compliant behavior of "set -u" regarding "$*" and "$@" specialsDmitrij Czarkoff
2016-03-04don't parse (...|...) patterns in variable substitution inside double quotesDmitrij Czarkoff
2016-03-04rename xxx-what-do-you-call-this-1 to qouted-brace-expansion-1Dmitrij Czarkoff
2016-01-16better mockup for promptlen()Ingo Schwarze
2016-01-12The ksh(1) vi editing mode code is much harder to understand thanIngo Schwarze
2015-07-30Add regress test to exercise octal expansion (via blackslash) inTodd C. Miller
2013-12-02Move ksh test files into regress.Todd C. Miller
2013-06-09Add test for "true && true && false" and "set -e".Todd C. Miller
2013-06-08POSIX specifies that for an AND/OR list, only the last command'sTodd C. Miller
2013-06-07stuff that currently doesn't match what posix says, naddy agreesMarc Espie
2010-03-24tests for ${name#pat} and ${name%pat} issue.Federico G. Schwindt
2009-01-29pass "xerrok" status across the execution call stack to more closelyJared Yanovich
2003-12-15Regression test for PR 2450.Otto Moerbeek