index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
sh
/
sh.1
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh(1): Improve documentation of shell patterns:
jilles
2011-06-24
1
-5
/
+10
*
sh(1): Document the case command better.
jilles
2011-06-24
1
-2
/
+13
*
sh: Add do-nothing -h option.
jilles
2011-06-18
1
-1
/
+5
*
sh: Add case statement fallthrough (with ';&' instead of ';;').
jilles
2011-06-17
1
-2
/
+7
*
sh: Add support for named character classes in bracket expressions.
jilles
2011-06-15
1
-1
/
+11
*
sh: Save/restore changed variables in optimized command substitution.
jilles
2011-06-12
1
-5
/
+2
*
sh: Do parameter expansion on ENV before using it.
jilles
2011-06-10
1
-3
/
+3
*
sh: Do parameter expansion before printing PS4 (set -x).
jilles
2011-06-09
1
-2
/
+2
*
sh: Expand aliases after assignments and redirections.
jilles
2011-05-21
1
-3
/
+3
*
sh: Implement the cd -e flag proposed for the next POSIX issue.
jilles
2011-05-20
1
-2
/
+11
*
sh: Add \u/\U support (in $'...') for UTF-8.
jilles
2011-05-08
1
-2
/
+2
*
sh(1): Update BUGS section for UTF-8 support.
jilles
2011-05-08
1
-2
/
+7
*
sh: Add $'quoting' (C-style escape sequences).
jilles
2011-05-05
1
-2
/
+71
*
sh(1): Describe subshell environment, command substitution more correctly.
jilles
2011-03-20
1
-7
/
+19
*
sh(1): Reduce excessive semicolon-separated sentences.
jilles
2011-03-06
1
-4
/
+4
*
sh(1): Update description of arithmetic.
jilles
2011-02-08
1
-8
/
+3
*
sh: Do not try to execute binary files as scripts.
jilles
2011-02-05
1
-0
/
+1
*
sh: Remove special code for shell scripts without magic number.
jilles
2011-02-04
1
-10
/
+4
*
sh(1): Document changes to 'exit' from traps.
jilles
2011-01-16
1
-2
/
+7
*
sh(1): Explain why it is a bad idea to use aliases in scripts.
jilles
2010-12-21
1
-3
/
+4
*
sh: Add kill builtin.
jilles
2010-12-21
1
-1
/
+6
*
sh(1): Clean up documentation of built-in commands.
jilles
2010-12-03
1
-11
/
+14
*
sh(1): Document that command's -p option also works with -v/-V.
jilles
2010-12-01
1
-2
/
+3
*
sh: Add printf builtin.
jilles
2010-11-19
1
-1
/
+5
*
sh(1): Document r214304 (special builtin is illegal function name).
jilles
2010-11-12
1
-0
/
+1
*
sh(1): Update for r214492. "${v+"hi}there"}".
jilles
2010-11-12
1
-5
/
+8
*
sh(1): Modernize the introduction a bit.
jilles
2010-11-12
1
-12
/
+5
*
sh(1): Correct synopsis and make precise how $0 is set.
jilles
2010-10-31
1
-4
/
+24
*
sh(1): Clarify subshells/processes for pipelines.
jilles
2010-10-16
1
-10
/
+8
*
sh(1): Remove xrefs for expr(1) and getopt(1).
jilles
2010-09-10
1
-3
/
+1
*
sh(1): Add a brief summary of arithmetic expressions.
jilles
2010-08-22
1
-5
/
+36
*
sh: Forget about terminated background processes sooner.
jilles
2010-06-29
1
-1
/
+5
*
sh(1): Rework documentation of shell variables.
jilles
2010-05-24
1
-87
/
+118
*
sh(1): Improve wording of 'Special Parameters' section.
jilles
2010-05-24
1
-7
/
+3
*
sh(1): Fix "reserved word" vs "keyword" inconsistency.
jilles
2010-05-09
1
-9
/
+9
*
sh: Automatically enable -o emacs in interactive shells with terminals.
jilles
2010-04-05
1
-2
/
+3
*
sh: Document the expansion changes in the man page.
jilles
2010-04-04
1
-2
/
+20
*
sh: Improve the command builtin:
jilles
2010-03-06
1
-4
/
+6
*
sh(1): document ulimit -w (swapuse rlimit).
jilles
2009-12-31
1
-2
/
+5
*
sh(1): Correct two places where "$@" lacked necessary quotes.
jilles
2009-12-31
1
-2
/
+2
*
sh: Exempt $@ and $* from set -u
jilles
2009-10-24
1
-2
/
+5
*
Clarify quoting of word in ${v=word} in sh(1).
jilles
2009-10-07
1
-0
/
+3
*
Mention that NUL characters are not allowed in sh(1) input.
jilles
2009-09-20
1
-0
/
+4
*
Designate special builtins as such in command -V and type.
jilles
2009-06-24
1
-3
/
+11
*
Mention the range for the exit status for the exit special builtin.
jilles
2009-06-07
1
-0
/
+1
*
sh: Make read's timeout (-t) apply to the entire line, not only the first
jilles
2009-05-31
1
-2
/
+2
*
Document the ulimit -p option in the sh(1) manual page.
ed
2008-08-30
1
-1
/
+3
*
Revise the markup.
ru
2007-12-05
1
-275
/
+382
*
The exit status of a case statement where none of the patterns is matched
stefanf
2007-10-04
1
-0
/
+4
*
Add the POSIX option -p to the jobs builtin command. It prints the PID of the
stefanf
2006-10-07
1
-3
/
+8
[next]