aboutsummaryrefslogtreecommitdiff
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* sh: Fix use-after-free when attempting to modify a read-only variable.Jilles Tjoelker2015-12-161-1/+1
* sh: Add limited test for ${#@} and ${#*}.Jilles Tjoelker2015-12-062-0/+19
* sh: Link tests/parameters/positional8.0 to the build.Jilles Tjoelker2015-12-051-0/+1
* sh: Remove global state from nodes.c.Jilles Tjoelker2015-11-242-38/+46
* sh: Fix ""$@, which should not use the special case for "$@".Jilles Tjoelker2015-11-182-1/+33
* sh: Avoid copying argv for simple commands.Jilles Tjoelker2015-11-013-11/+11
* Add more SUBDIR_PARALLEL.Bryan Drewery2015-10-151-0/+2
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* sh: Make struct arglist an array instead of a linked list.Jilles Tjoelker2015-10-116-215/+136
* wordexp: Rewrite to make WRDE_NOCMD reliable.Jilles Tjoelker2015-09-304-0/+89
* sh: Allow empty << EOF markers.Jilles Tjoelker2015-09-023-2/+30
* sh: Fix read with escaped IFS characters at the end.Jilles Tjoelker2015-08-303-12/+28
* sh: Add set -o nolog.Jilles Tjoelker2015-08-294-5/+15
* sh: Fix out of bounds read when there is no ] after a [:class:].Jilles Tjoelker2015-08-253-12/+17
* sh: Don't create bad parse result when postponing a bad substitution error.Jilles Tjoelker2015-08-234-2/+13
* sh: Avoid negative character values from $'\Uffffffff' etc.Jilles Tjoelker2015-08-203-5/+15
* sh: Add test for $'\u' without any digits.Jilles Tjoelker2015-08-202-0/+8
* sh: Backslash-newline should not affect field splitting in read builtin.Jilles Tjoelker2015-08-163-2/+21
* sh: When setting option via long name, don't go via letter.Jilles Tjoelker2015-08-141-13/+20
* sh(1): libedit has supported multibyte encodings for a while.Jilles Tjoelker2015-07-111-4/+2
* sh: Fix some arithmetic undefined behaviour.Jilles Tjoelker2015-06-242-4/+3
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+114
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-2740-192/+294
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-1956-419/+845
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-1923-96/+159
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge from headSimon J. Gerraty2014-05-085-1/+30
| |\ \ \
| * \ \ \ Merge headSimon J. Gerraty2014-04-28439-262/+6935
| |\ \ \ \
| * | | | | Updated dependenciesSimon J. Gerraty2013-10-131-2/+0
| * | | | | Merge from headSimon J. Gerraty2013-09-0526-847/+288
| |\ \ \ \ \
| * \ \ \ \ \ sync from headSimon J. Gerraty2013-04-1216-66/+100
| |\ \ \ \ \ \
| * | | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+2
| * | | | | | | Sync with HEAD.David E. O'Brien2013-02-0822-284/+234
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-0414-136/+187
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+115
* | | | | | | | | | sh: Pass along SIGINT from a child if job control is enabled, even when notJilles Tjoelker2015-04-251-1/+1
* | | | | | | | | | sh: Fix the trap builtin to be POSIX-compliant for 'trap exit SIG' and 'trap ...Bryan Drewery2015-04-185-4/+30
* | | | | | | | | | sh: Add more tests for exotic IFS splitting.Jilles Tjoelker2015-03-313-0/+13
* | | | | | | | | | sh: Fix more compiler warnings related to variable declarations.Jilles Tjoelker2015-03-035-6/+7
* | | | | | | | | | sh: Fix more compiler warnings.Jilles Tjoelker2015-03-016-13/+20
* | | | | | | | | | sh: Fix compiler warnings related to duplicate or missing declarations.Jilles Tjoelker2015-03-015-7/+6
* | | | | | | | | | Fix unitialized variable that broke sh on PowerPC starting with r278826.Nathan Whitehorn2015-02-261-1/+1
* | | | | | | | | | sh: Add details about importing the environment and initializing OPTIND.Jilles Tjoelker2015-02-221-7/+14
* | | | | | | | | | sh: Various cleanups to expand.c:Jilles Tjoelker2015-02-151-60/+55
* | | | | | | | | | sh: Prefer "" to nullstr where possible.Jilles Tjoelker2015-02-158-9/+8
* | | | | | | | | | sh: Add stsavestr(), like savestr() but allocates using stalloc().Jilles Tjoelker2015-02-154-12/+16
* | | | | | | | | | sh: Add simple tests for globbing/splitting command substitution.Jilles Tjoelker2015-02-153-0/+9