aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/builtins
Commit message (Expand)AuthorAgeFilesLines
* sh: Don't treat % specially in CDPATHJilles Tjoelker2018-07-152-0/+25
* sh: Don't have [ match any [[:class:]]Jilles Tjoelker2018-04-292-0/+6
* Fix a few speelling errorsEitan Adler2017-12-281-1/+1
* sh: Ignore error when cd writes the directory actually switched to.Jilles Tjoelker2017-06-252-0/+7
* sh: Fix '-' from quoted arithmetic in case/glob pattern range.Jilles Tjoelker2017-05-142-0/+11
* sh: Add test for arithmetic expansion in [x-y] pattern range.Jilles Tjoelker2017-05-132-0/+11
* sh: Fix INTOFF leak after a builtin with different locale settings.Jilles Tjoelker2017-05-072-0/+6
* sh: Add some tests for non-standard features of the echo builtin.Jilles Tjoelker2016-09-024-0/+21
* Back out non-collating [a-z] ranges.Andrey A. Chernov2016-07-141-1/+6
* After removing collation for [a-z] ranges in r302512, do it here too.Andrey A. Chernov2016-07-131-6/+1
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-168/+165
* MFHGlen Barber2016-04-113-7/+7
|\
| * sh: Fix some unquoted variables in tests.Jilles Tjoelker2016-04-093-7/+7
* | MFHGlen Barber2016-04-042-0/+11
|\|
| * sh: Fix use-after-free if a trap replaces itself.Jilles Tjoelker2016-03-282-0/+11
* | MFHGlen Barber2016-03-103-0/+16
|\|
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
| * sh: Add test for 'set -o nolog'.Jilles Tjoelker2016-03-092-0/+5
* | Fix build.Glen Barber2016-02-031-1/+0
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* sh: Clean a readonly local, even if the variable does not exist outside.Jilles Tjoelker2016-01-222-0/+11
* sh: Add already working test for local-readonly interaction.Jilles Tjoelker2016-01-222-0/+11
* sh: Update associated state when restoring locals while leaving a function.Jilles Tjoelker2016-01-102-0/+16
* sh: Add a test for 'cd -'.Jilles Tjoelker2016-01-073-0/+11
* sh: Ensure OPTIND=1 in subshell without forking does not affect outer env.Jilles Tjoelker2016-01-072-0/+12
* sh: Link tests/builtins/getopts9.0 to the build.Jilles Tjoelker2016-01-031-0/+1
* sh: Fix read with escaped IFS characters at the end.Jilles Tjoelker2015-08-302-0/+11
* sh: Fix out of bounds read when there is no ] after a [:class:].Jilles Tjoelker2015-08-252-0/+10
* sh: Backslash-newline should not affect field splitting in read builtin.Jilles Tjoelker2015-08-162-0/+18
* sh: Fix the trap builtin to be POSIX-compliant for 'trap exit SIG' and 'trap ...Bryan Drewery2015-04-183-0/+27
* sh: Make getopts memory-safe if with changing arguments.Jilles Tjoelker2014-10-262-0/+12
* sh: Fix break/continue/return in multiline eval.Jilles Tjoelker2014-10-123-0/+18
* sh: Fix LINENO and prompt after $'\0 and newline.Jilles Tjoelker2014-10-033-0/+9
* Convert bin/sh/tests to ATFEnji Cooper2014-08-131-3/+7
* sh: Allow arbitrarily large numbers in break and continue.Jilles Tjoelker2014-07-202-0/+9
* Don't install locale1.0 if MK_NLS == no.Jilles Tjoelker2014-07-081-0/+2
* sh: In getopts, unset OPTARG where POSIX says we should.Jilles Tjoelker2014-05-103-0/+14
* sh: Add new tests to the Makefile.Jilles Tjoelker2014-05-101-0/+2
* sh: Don't discard getopts state on unknown option or missing argument.Jilles Tjoelker2014-05-102-0/+13
* sh: Send getopts error messages to stderr, not stdout.Jilles Tjoelker2014-05-091-1/+1
* sh: Add some tests for normal use of getopts.Jilles Tjoelker2014-05-074-0/+29
* sh: Allow kill %job on jobs started without job control.Jilles Tjoelker2014-03-152-1/+8
* sh: Successfully do nothing when killing a terminated job.Jilles Tjoelker2014-03-082-0/+9
* sh: Do not corrupt internal representation if LINENO inner expansion fails.Jilles Tjoelker2014-02-272-0/+11
* sh: Solve the alias recursion problem in a less hackish way.Jilles Tjoelker2014-01-243-3/+3
* Migrate tools/regression/bin/ tests to the new layout.Julio Merino2013-12-11153-0/+2469