summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* sh: Do not test for digit_contig in mksyntax.jilles2013-02-051-46/+2
* sh: Expand here documents in the current process.jilles2013-02-035-24/+48
* sh: Prefer our character classification functions to <ctype.h>.jilles2013-01-312-3/+2
* sh: Show negated commands (!) in jobs output.jilles2013-01-311-0/+4
* Add FILES section.joel2013-01-221-2/+14
* Change the $ENV example to use .shrc instead of .shinit. This is consistentjoel2013-01-201-3/+3
* sh: Move some stackmarks to fix high memory usage in some loops.jilles2013-01-201-11/+5
* sh: Remove mkinit's initialization routine.jilles2013-01-205-35/+12
* sh: Replace an mkinit use with an initialization.jilles2013-01-191-10/+5
* sh: Simplify cd-hash interaction.jilles2013-01-142-40/+15
* sh: Pass $? to command substitution containing compound/multiple commands.jilles2013-01-141-2/+1
* sh: Fix crash when parsing '{ } &'.jilles2013-01-131-2/+2
* sh: Don't lose $? when backquoted command ends with semicolon or newline.jilles2013-01-131-1/+2
OpenPOWER on IntegriCloud