aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/builtins/Makefile
Commit message (Expand)AuthorAgeFilesLines
* sh: Don't assume EINTR means SIGALRMDag-Erling Smørgrav2025-11-191-0/+1
* sh: Fix a double free in a rare scenario with pipesJilles Tjoelker2025-11-171-0/+1
* sh(1): Do not interpret chdir to "" as equivalent to chdir with no argumentXin LI2025-07-021-0/+1
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sh: accept fc options grouped behind one '-'Piotr Pawel Stefaniak2022-08-201-0/+1
* read builtin: Empty variables on timeoutBryan Drewery2021-09-241-0/+2
* sh: Write absolute path in command -vV and typeJilles Tjoelker2020-09-011-0/+3
* sh: Don't treat % specially in CDPATHJilles Tjoelker2018-07-151-0/+1
* sh: Don't have [ match any [[:class:]]Jilles Tjoelker2018-04-291-0/+1
* sh: Ignore error when cd writes the directory actually switched to.Jilles Tjoelker2017-06-251-0/+1
* sh: Fix '-' from quoted arithmetic in case/glob pattern range.Jilles Tjoelker2017-05-141-0/+1
* sh: Add test for arithmetic expansion in [x-y] pattern range.Jilles Tjoelker2017-05-131-0/+1
* sh: Fix INTOFF leak after a builtin with different locale settings.Jilles Tjoelker2017-05-071-0/+1
* sh: Add some tests for non-standard features of the echo builtin.Jilles Tjoelker2016-09-021-0/+3
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-168/+165
* MFHGlen Barber2016-04-041-0/+1
|\
| * sh: Fix use-after-free if a trap replaces itself.Jilles Tjoelker2016-03-281-0/+1
* | MFHGlen Barber2016-03-101-0/+1
|\|
| * sh: Add test for 'set -o nolog'.Jilles Tjoelker2016-03-091-0/+1
* | 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-221-0/+1
* sh: Add already working test for local-readonly interaction.Jilles Tjoelker2016-01-221-0/+1
* sh: Update associated state when restoring locals while leaving a function.Jilles Tjoelker2016-01-101-0/+1
* sh: Add a test for 'cd -'.Jilles Tjoelker2016-01-071-0/+1
* sh: Ensure OPTIND=1 in subshell without forking does not affect outer env.Jilles Tjoelker2016-01-071-0/+1
* 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-301-0/+1
* sh: Fix out of bounds read when there is no ] after a [:class:].Jilles Tjoelker2015-08-251-0/+1
* sh: Backslash-newline should not affect field splitting in read builtin.Jilles Tjoelker2015-08-161-0/+1
* sh: Fix the trap builtin to be POSIX-compliant for 'trap exit SIG' and 'trap ...Bryan Drewery2015-04-181-0/+2
* sh: Fix break/continue/return in multiline eval.Jilles Tjoelker2014-10-121-0/+2
* sh: Fix LINENO and prompt after $'\0 and newline.Jilles Tjoelker2014-10-031-0/+1
* Convert bin/sh/tests to ATFEnji Cooper2014-08-131-3/+7
* sh: Allow arbitrarily large numbers in break and continue.Jilles Tjoelker2014-07-201-0/+1
* 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-101-0/+1
* sh: Add new tests to the Makefile.Jilles Tjoelker2014-05-101-0/+2
* sh: Add some tests for normal use of getopts.Jilles Tjoelker2014-05-071-0/+3
* sh: Allow kill %job on jobs started without job control.Jilles Tjoelker2014-03-151-1/+1
* sh: Successfully do nothing when killing a terminated job.Jilles Tjoelker2014-03-081-0/+1
* sh: Do not corrupt internal representation if LINENO inner expansion fails.Jilles Tjoelker2014-02-271-0/+1
* Migrate tools/regression/bin/ tests to the new layout.Julio Merino2013-12-111-0/+147