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