summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sh: Prefer strsignal() to accessing sys_siglist directly.jilles2012-12-251-8/+13
* sh: Detect and flag write errors on stdout in builtins.jilles2012-12-123-0/+22
* sh: Remove an unused variable.jilles2012-11-142-2/+0
* sh: Forward-declare struct alias instead of giving up type safety via void *jilles2012-11-112-4/+5
* sh: Fix two issues when an alias is redefined:jilles2012-11-081-0/+11
* sh: Change cmdtype in tblentry from short to signed char.jilles2012-11-051-1/+1
* sh: Use C99 flexible array instead of accessing array beyond bounds.jilles2012-11-031-3/+2
* mdoc: don't nest displays. The markup here isn't adding anything anyway.joel2012-10-141-2/+2
* sh: Prefer internal nextopt() to libc getopt().jilles2012-09-155-83/+37
* sh: Reduce code duplication: use setinputfile instead of open/setinputfdjilles2012-09-141-8/+1
* Minor mdoc fix.joel2012-09-111-1/+2
* sh: Remove XXX comment about removing nextopt().jilles2012-09-081-4/+0
* sh: Fix EINTR race condition in "wait" and "set -T" using sigsuspend().jilles2012-07-293-4/+49
* sh: Do not ask for stopped/continued processes if we do not need themjilles2012-07-281-6/+5
* sh: Inline waitproc() into its only caller.jilles2012-07-281-22/+9
* sh: Track continued jobs (even if not continued by bg or fg).jilles2012-07-281-3/+8
OpenPOWER on IntegriCloud