aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/sh.1
Commit message (Expand)AuthorAgeFilesLines
...
* mdoc: fix column names, indentation, column separation within each row, andJoel Dahl2012-04-071-1/+1
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
* sh(1): Improve documentation of field splitting.Jilles Tjoelker2011-11-051-11/+55
* sh(1): Extend documentation about subshells.Jilles Tjoelker2011-07-101-8/+46
* sh(1): Improve documentation of shell patterns:Jilles Tjoelker2011-06-241-5/+10
* sh(1): Document the case command better.Jilles Tjoelker2011-06-241-2/+13
* sh: Add do-nothing -h option.Jilles Tjoelker2011-06-181-1/+5
* sh: Add case statement fallthrough (with ';&' instead of ';;').Jilles Tjoelker2011-06-171-2/+7
* sh: Add support for named character classes in bracket expressions.Jilles Tjoelker2011-06-151-1/+11
* sh: Save/restore changed variables in optimized command substitution.Jilles Tjoelker2011-06-121-5/+2
* sh: Do parameter expansion on ENV before using it.Jilles Tjoelker2011-06-101-3/+3
* sh: Do parameter expansion before printing PS4 (set -x).Jilles Tjoelker2011-06-091-2/+2
* sh: Expand aliases after assignments and redirections.Jilles Tjoelker2011-05-211-3/+3
* sh: Implement the cd -e flag proposed for the next POSIX issue.Jilles Tjoelker2011-05-201-2/+11
* sh: Add \u/\U support (in $'...') for UTF-8.Jilles Tjoelker2011-05-081-2/+2
* sh(1): Update BUGS section for UTF-8 support.Jilles Tjoelker2011-05-081-2/+7
* sh: Add $'quoting' (C-style escape sequences).Jilles Tjoelker2011-05-051-2/+71
* sh(1): Describe subshell environment, command substitution more correctly.Jilles Tjoelker2011-03-201-7/+19
* sh(1): Reduce excessive semicolon-separated sentences.Jilles Tjoelker2011-03-061-4/+4
* sh(1): Update description of arithmetic.Jilles Tjoelker2011-02-081-8/+3
* sh: Do not try to execute binary files as scripts.Jilles Tjoelker2011-02-051-0/+1
* sh: Remove special code for shell scripts without magic number.Jilles Tjoelker2011-02-041-10/+4
* sh(1): Document changes to 'exit' from traps.Jilles Tjoelker2011-01-161-2/+7
* sh(1): Explain why it is a bad idea to use aliases in scripts.Jilles Tjoelker2010-12-211-3/+4
* sh: Add kill builtin.Jilles Tjoelker2010-12-211-1/+6
* sh(1): Clean up documentation of built-in commands.Jilles Tjoelker2010-12-031-11/+14
* sh(1): Document that command's -p option also works with -v/-V.Jilles Tjoelker2010-12-011-2/+3
* sh: Add printf builtin.Jilles Tjoelker2010-11-191-1/+5
* sh(1): Document r214304 (special builtin is illegal function name).Jilles Tjoelker2010-11-121-0/+1
* sh(1): Update for r214492. "${v+"hi}there"}".Jilles Tjoelker2010-11-121-5/+8
* sh(1): Modernize the introduction a bit.Jilles Tjoelker2010-11-121-12/+5
* sh(1): Correct synopsis and make precise how $0 is set.Jilles Tjoelker2010-10-311-4/+24
* sh(1): Clarify subshells/processes for pipelines.Jilles Tjoelker2010-10-161-10/+8
* sh(1): Remove xrefs for expr(1) and getopt(1).Jilles Tjoelker2010-09-101-3/+1
* sh(1): Add a brief summary of arithmetic expressions.Jilles Tjoelker2010-08-221-5/+36
* sh: Forget about terminated background processes sooner.Jilles Tjoelker2010-06-291-1/+5
* sh(1): Rework documentation of shell variables.Jilles Tjoelker2010-05-241-87/+118
* sh(1): Improve wording of 'Special Parameters' section.Jilles Tjoelker2010-05-241-7/+3
* sh(1): Fix "reserved word" vs "keyword" inconsistency.Jilles Tjoelker2010-05-091-9/+9
* sh: Automatically enable -o emacs in interactive shells with terminals.Jilles Tjoelker2010-04-051-2/+3
* sh: Document the expansion changes in the man page.Jilles Tjoelker2010-04-041-2/+20
* sh: Improve the command builtin:Jilles Tjoelker2010-03-061-4/+6
* sh(1): document ulimit -w (swapuse rlimit).Jilles Tjoelker2009-12-311-2/+5
* sh(1): Correct two places where "$@" lacked necessary quotes.Jilles Tjoelker2009-12-311-2/+2
* sh: Exempt $@ and $* from set -uJilles Tjoelker2009-10-241-2/+5
* Clarify quoting of word in ${v=word} in sh(1).Jilles Tjoelker2009-10-071-0/+3
* Mention that NUL characters are not allowed in sh(1) input.Jilles Tjoelker2009-09-201-0/+4
* Designate special builtins as such in command -V and type.Jilles Tjoelker2009-06-241-3/+11
* Mention the range for the exit status for the exit special builtin.Jilles Tjoelker2009-06-071-0/+1