summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/expansion
Commit message (Expand)AuthorAgeFilesLines
* Sync sh(1) in stable/10 to head.jmmv2014-03-0977-1992/+0
* sh: Reject ++ and -- in arithmetic.jilles2013-08-241-0/+6
* sh: Pass $? to command substitution containing compound/multiple commands.jilles2013-01-141-0/+5
* sh: Add testcase that $? is preserved into a simple command substitution.jilles2013-01-131-0/+5
* sh: Don't lose $? when backquoted command ends with semicolon or newline.jilles2013-01-132-0/+10
* sh: Expand assignment-like words specially for export/readonly/local.jilles2012-07-155-0/+123
* sh: Add tests where "export" does not parse differently.jilles2012-07-131-0/+13
* sh: Add a test for variables with underscores in arithmetic.jilles2012-03-111-0/+4
* sh: Add testcases that should not be broken by future optimizations.jilles2012-01-142-0/+18
* sh: Reduce unnecessary forks with eval.jilles2011-06-161-0/+5
* sh: Fix $? in heredocs on simple commands.jilles2011-06-051-0/+15
* sh: Add already working testcases for $? in here-document.jilles2011-06-051-0/+25
* sh: Fix unquoted $@/$* if IFS=''.jilles2011-05-271-0/+39
* sh: Add UTF-8 support to pattern matching.jilles2011-05-081-0/+75
* sh: Add UTF-8 support to ${#var}.jilles2011-05-072-0/+28
* sh: Apply set -u to variables in arithmetic.jilles2011-05-041-0/+6
* sh: Do not word split "${#parameter}".jilles2011-04-201-0/+8
* sh: Add test for bin/12137.jilles2011-04-151-0/+27
* sh: Add test for obscure and ambiguous ${#?}.jilles2011-04-151-0/+11
* sh: Fix some parameter expansion variants ${#...}.jilles2011-03-132-0/+21
* sh: Add some tests for ${#parameter}.jilles2011-03-133-0/+26
* sh: Unset some more locale vars in two tests that may cause them to break.jilles2011-02-181-0/+3
* sh: Detect dividing the smallest integer by -1.jilles2011-02-121-0/+12
* sh: Add tests for new features in arithmetic.jilles2011-02-082-0/+55
* sh: Avoid side effects from builtins in optimized command substitution.jilles2010-12-301-0/+51
* sh: Add two tests for special cases in command substitution that alreadyjilles2010-12-302-0/+28
* sh: Don't do optimized command substitution if expansions have side effects.jilles2010-12-281-0/+31
* sh: Add test for optimized command substitution.jilles2010-12-281-0/+53
* sh: Make expansion errors in optimized command substitution non-fatal.jilles2010-12-281-0/+5
* sh: Add a testcase for cmdsubst errors that already works properly.jilles2010-12-271-0/+4
* Restore two commented-out tests from plus-minus1.0 to a new file.emaste2010-12-272-3/+26
* Remove commented-out test that's covered in plus-minus2.0 anyway.emaste2010-12-261-2/+0
* sh: arith: Disallow decimal constants starting with 0 (containing 8 or 9).jilles2010-12-181-0/+4
* sh: Fix corruption of command substitutions with special chars after newlinejilles2010-12-161-0/+20
* sh: Add a test for r216387 (long arithmetic expression in here document).jilles2010-12-121-0/+12
* sh: Add a test that manipulates various long strings.jilles2010-11-191-0/+16
* sh: Fix some issues with CTL* bytes and ${var#pat}.jilles2010-10-291-0/+22
* sh: Do IFS splitting on word in ${v+word} and ${v-word}.jilles2010-10-291-0/+34
* sh: Only accept a '}' inside ${v+-=?...} if double-quote state matches.jilles2010-10-281-0/+31
* sh: Make double-quotes quote a '}' inside ${v#...} and ${v%...}.jilles2010-10-281-0/+28
* Do not assume in growstackstr() that a "precious" character will beobrien2010-10-131-0/+15
* Allow one to regression test 'sh' changes without having to installobrien2010-10-122-36/+36
* sh: Remove remnants of '!!' to negate pattern.jilles2010-08-221-0/+28
* sh: Test that all bytes from 128 to 255 can be used in IFS.jilles2010-08-221-0/+21
* sh: Test that all bytes from 1 to 127 can be used in IFS.jilles2010-08-151-0/+24
* sh: Fix heap-based buffer overflow in pathname generation.jilles2010-08-101-0/+29
* sh: Add more testcases for ${var:-word}.jilles2010-08-081-0/+38
* sh: Remove comment that the comma operator is missing in arithmeticjilles2010-07-021-1/+1
* sh: Fix pathname expansion with quoted slashes like *\/.jilles2010-05-111-0/+31
* sh: Add some simple testcases for pathname expansion.jilles2010-05-111-0/+61
OpenPOWER on IntegriCloud