aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/builtins
Commit message (Expand)AuthorAgeFilesLines
* 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