summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/builtins
Commit message (Expand)AuthorAgeFilesLines
* Sync sh(1) in stable/10 to head.jmmv2014-03-09149-2297/+0
* sh: Make return return from the closest function or dot script.jilles2013-09-041-0/+13
* sh: Recognize "--" as end of options in type builtin.jilles2013-08-301-0/+3
* sh: Recognize "--" as end of options in alias builtin.jilles2013-08-251-0/+4
* sh: Recognize "--" as end of options in bg/fg/jobid builtins.jilles2013-08-161-0/+9
* sh: Add test for the non-standard jobid builtin.jilles2013-08-161-0/+7
* sh: Recognize "--" as end of options in local builtin.jilles2013-08-141-0/+12
* sh: Add tests for 'local -' (save shell options).jilles2013-06-152-0/+43
* sh: Return status 127 for unknown jobs in wait builtin.jilles2013-06-052-0/+8
* sh: Allow multiple operands in wait builtin.jilles2013-06-051-0/+7
* sh: Add test cases for break outside a loop.jilles2013-05-312-0/+19
* sh: Remove racy test case for read builtin.jilles2013-05-031-13/+0
* sh: Improve error handling in read builtin:jilles2013-05-032-0/+18
* sh: Add a variation on builtins/eval4.0 where the cmdsubst returns 0.jilles2013-04-061-0/+5
* sh: Recognize "--" and explicitly reject options in wait builtin.jilles2013-03-152-0/+7
* sh: When executing a trap, keep exit status along with evalskip.jilles2013-03-031-0/+10
* sh: If a SIGINT or SIGQUIT interrupts "wait", return status 128+sig.jilles2013-02-232-0/+24
* sh: Test that the exit status is 1 if read encounters EOF.jilles2013-02-231-0/+5
* sh: Add tests for modifying an alias (r242766).jilles2012-11-082-0/+16
* sh: Add a simple test for the "local" builtin.jilles2012-07-151-0/+13
* sh: Do not assume that SIGPIPE will only kill a subshell in builtins/wait3.0jilles2012-06-081-1/+1
* sh: Make 'hash' return 1 if at least one utility is not found.jilles2012-02-111-0/+6
* sh: Fix $? in the first command of a 'for'.jilles2012-01-222-0/+17
* sh: Fix execution of multiple statements in a trap when evalskip is setdumbbell2012-01-162-0/+14
* sh: Test EXIT trap with multiple statements in itdumbbell2012-01-161-0/+3
* sh: Fix some bugs with exit status from case containing ;&.jilles2012-01-153-0/+17
* sh: Fix two bugs with case and exit status:jilles2012-01-153-0/+17
* sh: Properly show "Not a directory" error in cd builtin.jilles2012-01-131-0/+26
* sh: Avoid possible echo options in a testcase.jilles2012-01-061-3/+3
* Spelling fixes for tools/uqs2011-12-301-1/+1
* sh: Allow quoting ^ and ] in bracket expressions.jilles2011-12-281-0/+12
* sh: Add tests for some corner cases of 'case' exit status.jilles2011-11-262-0/+12
* sh: Add test for exit status of for loop without items.jilles2011-10-281-0/+4
* sh: Test that '!' is literal if quoted and first char of bracket expressionjilles2011-06-251-0/+16
* sh: Add case statement fallthrough (with ';&' instead of ';;').jilles2011-06-171-0/+39
* sh: Skip variables with invalid names in "set", "export -p", "readonly -p".jilles2011-06-172-0/+6
* sh: Add support for named character classes in bracket expressions.jilles2011-06-151-0/+32
* sh: Add test for LC_COLLATE-based character ranges in case.jilles2011-06-121-0/+24
* sh: Add test for case pattern matching with iso-8859-1 charset.jilles2011-06-121-0/+52
* sh: Reduce more needless differences between error messages.jilles2011-06-041-1/+1
* sh: Add test for 'set +o'.jilles2011-05-291-0/+32
* sh: Correct criterion for using CDPATH in cd.jilles2011-05-272-0/+25
* sh: Add simple CDPATH test.jilles2011-05-271-0/+23
* sh: Add test for r222173.jilles2011-05-221-0/+12
* sh: Implement the cd -e flag proposed for the next POSIX issue.jilles2011-05-202-0/+59
* sh: Add UTF-8 support to pattern matching.jilles2011-05-081-0/+57
* sh: Add test for bin/56147.jilles2011-04-151-0/+6
* sh: Test that . /dev/null returns exit status 0 and does not preserve $?.jilles2011-03-071-0/+10
* sh: Split off some special behaviour into separate tests.jilles2011-02-202-1/+7
* sh: Test that the read builtin passes through all byte valuesjilles2011-02-181-0/+32
OpenPOWER on IntegriCloud