summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | | | sh: Add simple tests for globbing/splitting command substitution.jilles2015-02-153-0/+9
* | | | | | | | | | sh: Abort a wait builtin on any trapped signal.jilles2015-01-312-5/+6
* | | | | | | | | | sh: Move some code from onint() to onsig(), making onint() noreturn.jilles2014-12-214-21/+21
* | | | | | | | | | sh: Remove EXP_REDIR.jilles2014-12-213-15/+8
* | | | | | | | | | sh: Make sure output suitable as shell input is also printable.jilles2014-12-143-22/+76
* | | | | | | | | | sh: Remove special case for '=' in set -x; always quote it in outqstr().jilles2014-11-302-11/+2
* | | | | | | | | | Convert bin/ to LIBADD, reduce overlinking allow to build all components asbapt2014-11-251-2/+1
* | | | | | | | | | sh: Prepend "$0: " to error messages if there is no command name.jilles2014-11-222-0/+4
* | | | | | | | | | sh: Use DQSYNTAX only while expanding, not SQSYNTAX.jilles2014-11-221-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | sh(1): Add/improve information about exit status of commands.jilles2014-11-141-10/+24
* | | | | | | | | sh(1): Mention portability issue with shifting zero positional parameters.jilles2014-11-071-2/+3
* | | | | | | | | sh: Fix corruption of CTL* bytes in positional parameters in redirection.jilles2014-10-313-1/+28
* | | | | | | | | Treat IFS separators in "$*" as quoted.jilles2014-10-284-5/+25
* | | | | | | | | sh: Make getopts memory-safe if with changing arguments.jilles2014-10-265-6/+39
* | | | | | | | | sh: Allow backslash-newline continuation in more places:jilles2014-10-1910-32/+156
* | | | | | | | | sh: Add some tests for backslash-newline continuation.jilles2014-10-174-0/+30
* | | | | | | | | sh: Make parseredir() a proper function instead of an emulated nestedjilles2014-10-151-59/+58
* | | | | | | | | sh: Remove more gotos.jilles2014-10-153-73/+86
* | | | | | | | | sh: Fix break/continue/return in multiline eval.jilles2014-10-124-0/+20
* | | | | | | | | sh: Eliminate some gotos.jilles2014-10-055-56/+43
* | | | | | | | | sh: Fix LINENO and prompt after $'\0 and newline.jilles2014-10-034-0/+16
* | | | | | | | | sh(1): Clarify that assignments before commands do not affect expansions.jilles2014-09-211-2/+3
OpenPOWER on IntegriCloud