summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
...
* sh: Fix break/continue/return sometimes not skipping the rest of dot script.jilles2010-08-151-2/+3
* sh: Add a forgotten const.jilles2010-08-131-1/+1
* sh: Fix shadowing of sigset.jilles2010-08-131-3/+3
* sh: Fix heap-based buffer overflow in pathname generation.jilles2010-08-101-16/+15
* Remove unnecessary duplicate letters in mksyntax.c,jilles2010-08-081-2/+2
* sh: Return 0 from eval if no command was given.jilles2010-08-031-1/+7
* sh: Do not enter consecutive duplicates into the history.jilles2010-08-011-0/+1
* sh: Fix crash due to uninitialized here-document.jilles2010-07-251-0/+3
* sh: Allow a background command consisting solely of redirections.jilles2010-07-181-0/+1
* sh: There cannot be a TNOT in simplecmd(), remove checks.jilles2010-07-141-19/+3
* sh: Use $PWD instead of getcwd() for the \w and \W prompt expansions.jilles2010-07-021-12/+11
* sh: Forget about terminated background processes sooner.jilles2010-06-294-9/+66
* sh: Fix compilation with -DNO_HISTORY.jilles2010-06-191-0/+1
* sh: Add filename completion.jilles2010-06-151-0/+4
* sh: Pass through SIGINT from a child if interactive and job controljilles2010-06-061-0/+6
* sh: Pass TERM changes to libedit.jilles2010-06-024-0/+22
* sh: Fix a crash if a heredoc was not properly ended and parsing continued.jilles2010-05-301-0/+1
* sh: Change interaction of command substitution and here documents.jilles2010-05-301-4/+13
* sh: Recognize "--" in . and exec.jilles2010-05-282-2/+14
* sh(1): Rework documentation of shell variables.jilles2010-05-241-87/+118
* sh(1): Improve wording of 'Special Parameters' section.jilles2010-05-241-7/+3
* sh: Reap any zombies before forking for a background command.jilles2010-05-241-1/+13
* sh: Fix pathname expansion with quoted slashes like *\/.jilles2010-05-111-9/+15
* sh(1): Fix "reserved word" vs "keyword" inconsistency.jilles2010-05-091-9/+9
* sh: Have only one copy of _PATH_STDPATH in the binary.jilles2010-05-081-3/+2
* sh: Apply locale vars on builtins, recognize LC_MESSAGES as a locale var.jilles2010-05-053-7/+74
* sh: Use stalloc for arith variable names.jilles2010-04-253-24/+10
* sh: On startup of the shell, use PWD from the environment if it is valid.jilles2010-04-173-10/+24
* sh: Partially revert r206146, allowing double-quotes in arithmetic.jilles2010-04-112-1/+5
* sh: Automatically enable -o emacs in interactive shells with terminals.jilles2010-04-052-3/+7
* sh: Document the expansion changes in the man page.jilles2010-04-041-2/+20
* sh: Do tilde expansion in substitutions.jilles2010-04-031-3/+3
* sh: Allow quoting pattern match characters in ${v%pat} and ${v#pat}.jilles2010-04-031-1/+3
* sh: Remove special handling for ' and " in arithmetic.jilles2010-04-032-6/+1
* sh: Fix various things about expansions:jilles2010-04-031-73/+208
* sh: Treat unexpected newlines in substitutions as a syntax error.jilles2010-04-031-0/+4
* sh: Do not abort on a redirection error on a compound command.jilles2010-03-141-4/+42
* sh: Do not abort on a redirection error if there is no command word.jilles2010-03-131-1/+7
* sh: Fix longjmp clobber warnings in parser.c.jilles2010-03-131-166/+162
* sh: Make sure to popredir() even if a function caused an error.jilles2010-03-061-1/+3
* sh: Make sure to popredir() even if a special builtin caused an error.jilles2010-03-061-2/+3
* sh: Improve the command builtin:jilles2010-03-064-43/+90
* Fix expansion of \W in prompt strings when the working directory is "/".jh2010-02-241-1/+1
* sh: Do not stat() $MAIL/$MAILPATH in non-interactive shells.jilles2010-02-062-1/+8
* sh: Send the "not found" message for builtin <cmd> to redirected fd 2.jilles2010-01-031-5/+11
* sh: Fix some bugs with backquoted builtins:jilles2010-01-016-21/+23
* sh(1): document ulimit -w (swapuse rlimit).jilles2009-12-311-2/+5
* sh(1): Correct two places where "$@" lacked necessary quotes.jilles2009-12-311-2/+2
* sh: Use PATH= assignment in type.jilles2009-12-311-1/+1
* sh: Allow command -pv and command -pV (lookup using _PATH_STDPATH).jilles2009-12-313-7/+14
OpenPOWER on IntegriCloud