aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/bin/sh
Commit message (Expand)AuthorAgeFilesLines
...
* sh: Add testcases that should not be broken by future optimizations.Jilles Tjoelker2012-01-142-0/+18
* sh: Properly show "Not a directory" error in cd builtin.Jilles Tjoelker2012-01-131-0/+26
* sh: Avoid possible echo options in a testcase.Jilles Tjoelker2012-01-061-3/+3
* Spelling fixes for tools/Ulrich Spörlein2011-12-301-1/+1
* sh: Allow quoting ^ and ] in bracket expressions.Jilles Tjoelker2011-12-281-0/+12
* sh: Add some testcases for pasting $*/$@ directly to a literal.Jilles Tjoelker2011-12-251-0/+65
* sh: Add tests for some corner cases of 'case' exit status.Jilles Tjoelker2011-11-262-0/+12
* sh: Allow unsetting OPTIND.Jilles Tjoelker2011-11-201-0/+3
* sh: Add test for exit status of for loop without items.Jilles Tjoelker2011-10-281-0/+4
* sh: Add a test for a fairly obscure case with aliases.Jilles Tjoelker2011-07-161-0/+6
* sh: Test that '!' is literal if quoted and first char of bracket expressionJilles Tjoelker2011-06-251-0/+16
* sh: Add test for r223282.Jilles Tjoelker2011-06-191-0/+6
* sh: Add case statement fallthrough (with ';&' instead of ';;').Jilles Tjoelker2011-06-171-0/+39
* sh: Skip variables with invalid names in "set", "export -p", "readonly -p".Jilles Tjoelker2011-06-172-0/+6
* sh: Reduce unnecessary forks with eval.Jilles Tjoelker2011-06-161-0/+5
* sh: Add support for named character classes in bracket expressions.Jilles Tjoelker2011-06-151-0/+32
* sh: Add test for LC_COLLATE-based character ranges in case.Jilles Tjoelker2011-06-121-0/+24
* sh: Add test for case pattern matching with iso-8859-1 charset.Jilles Tjoelker2011-06-121-0/+52
* sh: Do parameter expansion on ENV before using it.Jilles Tjoelker2011-06-101-0/+11
* sh: Do parameter expansion before printing PS4 (set -x).Jilles Tjoelker2011-06-091-0/+9
* sh: Add simple tests for set -x and PS4.Jilles Tjoelker2011-06-082-0/+17
* sh: Fix $? in heredocs on simple commands.Jilles Tjoelker2011-06-051-0/+15
* sh: Add already working testcases for $? in here-document.Jilles Tjoelker2011-06-051-0/+25
* sh: Reduce more needless differences between error messages.Jilles Tjoelker2011-06-041-1/+1
* sh: Honour -n while processing -c string.Jilles Tjoelker2011-06-041-0/+3
* sh: Add tests for -n flag. These already pass.Jilles Tjoelker2011-06-033-0/+16
* sh: Add tests for some somewhat obscure aspects of function definitions.Jilles Tjoelker2011-05-302-0/+12
* sh: Add test for 'set +o'.Jilles Tjoelker2011-05-291-0/+32
* sh: Correct criterion for using CDPATH in cd.Jilles Tjoelker2011-05-272-0/+25
* sh: Add simple CDPATH test.Jilles Tjoelker2011-05-271-0/+23
* sh: Fix unquoted $@/$* if IFS=''.Jilles Tjoelker2011-05-271-0/+39
* sh: Add test for r222173.Jilles Tjoelker2011-05-221-0/+12
* sh: Expand aliases after assignments and redirections.Jilles Tjoelker2011-05-212-0/+10
* sh: Add test for positional parameters with more than one digit.Jilles Tjoelker2011-05-211-0/+13
* sh: Implement the cd -e flag proposed for the next POSIX issue.Jilles Tjoelker2011-05-202-0/+59
* sh: Allow terminating a heredoc with a terminator at EOF without a newline.Jilles Tjoelker2011-05-201-0/+26
* sh: Add tests for lines that look like heredoc delimiters but are not.Jilles Tjoelker2011-05-142-0/+107
* sh: Add \u/\U support (in $'...') for UTF-8.Jilles Tjoelker2011-05-082-0/+18
* sh: Add UTF-8 support to pattern matching.Jilles Tjoelker2011-05-082-0/+132
* sh: Add UTF-8 support to ${#var}.Jilles Tjoelker2011-05-072-0/+28
* sh: Add $'quoting' (C-style escape sequences).Jilles Tjoelker2011-05-059-0/+100
* sh: Apply set -u to variables in arithmetic.Jilles Tjoelker2011-05-041-0/+6
* sh: Detect an error for ${#var<GARBAGE>}.Jilles Tjoelker2011-05-042-0/+3
* sh: Set $? to 0 for background commands.Jilles Tjoelker2011-04-253-0/+13
* sh: Allow EV_EXIT through function calls, make {...} <redir more consistent.Jilles Tjoelker2011-04-233-0/+46
* sh: Do not word split "${#parameter}".Jilles Tjoelker2011-04-201-0/+8
* sh: Add test for bin/12137.Jilles Tjoelker2011-04-151-0/+27
* sh: Add test for obscure and ambiguous ${#?}.Jilles Tjoelker2011-04-151-0/+11
* sh: Add test for bin/56147.Jilles Tjoelker2011-04-151-0/+6
* sh: Fix some parameter expansion variants ${#...}.Jilles Tjoelker2011-03-132-0/+21