summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* Merge from headsjg2013-09-0526-847/+288
|\
| * 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
* | sync from headsjg2013-04-1216-66/+100
|\ \ | |/
| * 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
| * sh: Fix various compiler warnings.jilles2013-04-0111-32/+36
| * Minor mdoc fix.joel2013-03-291-1/+1
| * sh(1): Mention possible ambiguities with $(( and ((.jilles2013-03-241-1/+14
| * sh: Recognize "--" and explicitly reject options in wait builtin.jilles2013-03-151-3/+4
| * sh: When executing a trap, keep exit status along with evalskip.jilles2013-03-031-2/+3
| * sh: If a SIGINT or SIGQUIT interrupts "wait", return status 128+sig.jilles2013-02-235-20/+23
| * sh: Fix a crash with the stackmark code.jilles2013-02-191-0/+2
| * sh: Simplify mksyntax and make it fit for cross-compiling.jilles2013-02-071-88/+66
| * sh: Fix a comment.jilles2013-02-071-1/+1
| * Catch TRACE parameters up with r238888. This change is only needed whendelphij2013-02-071-1/+1
* | Updated dependenciessjg2013-03-111-0/+1
* | Updated dependenciessjg2013-02-161-2/+2
* | Sync with HEAD.obrien2013-02-0822-286/+236
|\ \ | |/
OpenPOWER on IntegriCloud