summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* MFC r274254: sh(1): Mention portability issue with shifting zero positionaljilles2015-01-041-2/+3
* MFC r271936: sh(1): Clarify that assignments before commands do not affectjilles2015-01-041-2/+3
* MFC r276037: sh: Remove EXP_REDIR.jilles2014-12-293-15/+8
* MFC r274854: sh: Use DQSYNTAX only while expanding, not SQSYNTAX.jilles2014-12-291-1/+1
* MFC r273920: sh: Fix corruption of CTL* bytes in positional parameters injilles2014-12-293-1/+28
* MFC r268576: sh: Correctly handle positional parameters beyond INT_MAX onjilles2014-12-143-2/+19
* MFC r268429: Don't install locale1.0 if MK_NLS == no.jilles2014-08-201-0/+2
* MFC r263847: sh: Fix memory leak with an assignment before a regular builtinjilles2014-04-151-2/+8
* MFC r263846: sh: Fix memory leak when trying to set a read only variable.jilles2014-04-151-1/+4
* MFC refactoring of the *.test.mk files.jmmv2014-04-141-1/+1
* MFC r263777: sh: Fix possible memory leaks and double frees with unexpectedjilles2014-04-145-14/+31
* MFC r263195: sh: Add some consts.jilles2014-04-053-11/+11
* MFC r262755: sh: Make argstr() return where it stopped and simplify expari()jilles2014-04-051-21/+5
* Sync sh(1) in stable/10 to head.jmmv2014-03-09435-219/+6844
* MFC r262467: sh: Add -h option to SYNOPSISdaichi2014-02-251-3/+3
* sh: Make return return from the closest function or dot script.jilles2013-09-044-15/+10
* sh: Fix race condition with signals and wait or set -T.jilles2013-09-024-31/+20
* sh: Simplify list() in the parser.jilles2013-08-301-21/+22
* sh: Separate out nbinary allocation into a function.jilles2013-08-301-21/+22
* sh: Use makename() where possible.jilles2013-08-301-22/+5
* sh: Add a function for the case where one token is required in the parse.jilles2013-08-301-31/+23
* sh: Recognize "--" as end of options in type builtin.jilles2013-08-301-0/+2
* sh: Cast -1 to pointer rather than pointer to variable of wrong type.jilles2013-08-302-5/+3
* sh: Recognize "--" as end of options in alias builtin.jilles2013-08-251-3/+5
* sh: Disallow empty simple commands.jilles2013-08-251-8/+4
* sh: Reject ++ and -- in arithmetic.jilles2013-08-241-0/+4
* sh: Do not prematurely discard stopped jobs in a wait builtin.jilles2013-08-241-5/+1
* sh: Remove unnecessary reset functions.jilles2013-08-166-25/+1
* sh: Recognize "--" as end of options in bg/fg/jobid builtins.jilles2013-08-161-6/+9
* sh: Recognize "--" as end of options in local builtin.jilles2013-08-141-0/+1
* sh: Allow a lone redirection before '|', ';;' or ';&'.jilles2013-08-141-0/+3
* sh: Remove an incorrect comment.jilles2013-07-251-1/+1
* sh: Remove #define MKINIT.jilles2013-07-257-11/+9
* sh: Remove mkinit.jilles2013-07-2514-576/+32
* sh: Remove output.c's reset() handler.jilles2013-07-251-19/+0
* sh: Do not read from stdin if an error occurs during -i -c cmd.jilles2013-07-121-1/+1
* sh: Do not close(-1) if pipe() fails.jilles2013-06-281-1/+2
* sh(1): A subshell environment has its own rlimits (ulimit).jilles2013-06-141-1/+4
* sh(1): Document new features in wait builtin.jilles2013-06-051-4/+9
* sh: Return status 127 for unknown jobs in wait builtin.jilles2013-06-051-5/+19
* sh: Allow multiple operands in wait builtin.jilles2013-06-051-6/+18
* sh: Remove linked list of stack marks.jilles2013-05-112-18/+3
* Fix two typoseadler2013-05-091-2/+2
* sh: Use O_CLOEXEC and F_DUPFD_CLOEXEC instead of separate fcntl() call.jilles2013-05-054-17/+11
* sh: Improve error handling in read builtin:jilles2013-05-032-5/+29
* sh: Don't consider jobs -s/-p as reporting the status of jobs.jilles2013-04-271-7/+9
* Document a few expansions for the $PS1 and $PS2 environmental variables.joel2013-04-211-1/+25
* sh: Don't modify exit status when break/continue/return passes !.jilles2013-04-121-0/+2
* sh: Add const to nodesavestr().jilles2013-04-071-3/+3
* sh: Write as much into the heredoc pipe as possible, to avoid forking.jilles2013-04-021-5/+13
OpenPOWER on IntegriCloud