Age | Commit message (Expand) | Author |
2017-08-31 | Add HISTCONTROL tests. | anton |
2017-08-22 | Make the edit regress tests respect the KSH variable just like the main regress | anton |
2017-08-12 | Use the login name from id -p to compare with ps -o login. This | Alexander Bluhm |
2017-07-22 | Add missing RCS IDs and zap redundant SRCS from Makefile. | anton |
2017-07-19 | The first version of the edit program used to test csh, ksh and mail was based | anton |
2017-07-06 | anton@ has fixed the test script so that it can run as root. Remove | Alexander Bluhm |
2017-07-06 | Do not suppress what's going on. | anton |
2017-07-06 | Add tests for all features of file completion in csh. | anton |
2017-07-05 | Favor a UID-agnostic prompt in ksh edit mode tests. Allows the tests to pass | anton |
2017-07-05 | Revert previously added tests for file completion that are currently failing. | anton |
2017-07-05 | Add tests for file completion in ksh emacs mode, currently failing. | anton |
2017-07-04 | Switch to build user if run as root. Prompt output $ or # affects test. | Alexander Bluhm |
2017-07-04 | Backout previous due to a bug discovered by zhuk@ that requires some tinkering | anton |
2017-07-04 | Add support for pattern substitution to variables in ksh using a common syntax | anton |
2017-06-25 | Capture SIGINT and print out all received output so far. Useful when debugging | anton |
2017-06-22 | Make sure to abort loops when pressing ^C in csh. | anton |
2017-06-21 | Add regression tests for the filec feature in csh. | anton |
2017-06-20 | Fix EOL tests for ksh vi mode. | anton |
2017-06-18 | Don't write input if ICANON is enabled. Also, write one byte at a time. | anton |
2017-06-17 | Pass the command to execute as an argument. Allows the edit program to be | anton |
2017-06-06 | Test insertion of unmatched meta sequence. | anton |
2017-06-05 | Test insertion of non-ASCII characters, in particular making sure | Ingo Schwarze |
2017-06-05 | Add new edit regress files. | anton |
2017-06-05 | Rewrite ksh edit mode regression tests. | anton |
2017-05-31 | Allow replacement of UTF-8 characters in vi mode. | anton |
2017-05-28 | Fix cursor position while removing characters from the command line. | anton |
2017-02-25 | Add missing includes to avoid implicit function declarations. | Jonathan Gray |
2017-02-18 | Add a regress test for the chflags problem analogous to the chmod bug | Theo Buehler |
2017-02-17 | Add tests for chmod's interaction with symlinks: missing tests for -h and | Theo Buehler |
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-09-21 | Fix a race in test. Wait until the process shown by ps is really | Alexander Bluhm |
2016-07-05 | Some new tests related to bin/cat.c rev. 1.25, | Ingo Schwarze |
2016-04-25 | remove systrace | Ted Unangst |
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 |
2016-01-10 | some UTF-8 tests | Ingo Schwarze |
2015-12-15 | test some valid UTF-8, but in the C locale | Ingo Schwarze |
2015-12-15 | test encoding of a few invalid UTF-8 sequences | Ingo Schwarze |
2015-12-15 | test vis(3)ing | Ingo Schwarze |
2015-12-15 | tests for the following keywords: cwd login group rgroup ruser user | Ingo Schwarze |
2015-12-15 | regression suite for the "command" keyword | Ingo Schwarze |
2015-10-18 | Need native-pledge for id. | Doug Hogan |