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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: Add case statement fallthrough (with ';&' instead of ';;').
jilles
2011-06-17
5
-7
/
+28
*
sh: Skip variables with invalid names in "set", "export -p", "readonly -p".
jilles
2011-06-17
1
-0
/
+13
*
sh: Reduce unnecessary forks with eval.
jilles
2011-06-16
1
-1
/
+2
*
sh: Add support for named character classes in bracket expressions.
jilles
2011-06-15
2
-2
/
+48
*
sh: Fix duplicate prototypes for builtins.
jilles
2011-06-13
23
-41
/
+14
*
sh: Save/restore changed variables in optimized command substitution.
jilles
2011-06-12
7
-89
/
+25
*
sh: Fix locale-dependent ranges in bracket expressions.
jilles
2011-06-12
1
-4
/
+4
*
sh: Read .profile from the home directory (or / if HOME is not set).
jilles
2011-06-12
1
-1
/
+1
*
sh: Do parameter expansion on ENV before using it.
jilles
2011-06-10
2
-7
/
+13
*
sh: Do parameter expansion before printing PS4 (set -x).
jilles
2011-06-09
5
-4
/
+51
*
sh: Fix $? in heredocs on simple commands.
jilles
2011-06-05
1
-1
/
+2
*
sh: Improve error message if the script cannot be opened.
jilles
2011-06-04
1
-2
/
+4
*
sh: Reduce more needless differences between error messages.
jilles
2011-06-04
4
-5
/
+5
*
sh: Honour -n while processing -c string.
jilles
2011-06-04
1
-1
/
+1
*
sh: Remove the "exp" builtin.
jilles
2011-05-27
2
-2
/
+2
*
sh: Correct criterion for using CDPATH in cd.
jilles
2011-05-27
1
-1
/
+4
*
sh: Various updates to the TOUR document.
jilles
2011-05-27
1
-29
/
+8
*
sh: Fix unquoted $@/$* if IFS=''.
jilles
2011-05-27
1
-2
/
+5
*
sh: Show errno messages in cd.
jilles
2011-05-25
1
-1
/
+4
*
sh: Remove obsolete token type TENDBQUOTE.
jilles
2011-05-22
1
-1
/
+0
*
Fix some typos under bin/
uqs
2011-05-22
1
-1
/
+1
*
sh: Fix bss-based buffer overflow in . builtin.
jilles
2011-05-22
1
-4
/
+7
*
sh: Expand aliases after assignments and redirections.
jilles
2011-05-21
4
-12
/
+29
*
sh: Implement the cd -e flag proposed for the next POSIX issue.
jilles
2011-05-20
2
-10
/
+28
*
sh: Allow terminating a heredoc with a terminator at EOF without a newline.
jilles
2011-05-20
1
-3
/
+5
*
sh: Minor optimization to output from ulimit/export/readonly.
jilles
2011-05-15
2
-8
/
+7
*
sh: Avoid close(-1) when evaluating a multi-command pipeline.
jilles
2011-05-15
1
-1
/
+2
*
sh: Add \u/\U support (in $'...') for UTF-8.
jilles
2011-05-08
5
-4
/
+37
*
sh: Optimize variable code by storing the length of the name.
jilles
2011-05-08
2
-124
/
+125
*
sh(1): Update BUGS section for UTF-8 support.
jilles
2011-05-08
1
-2
/
+7
*
sh: Add UTF-8 support to pattern matching.
jilles
2011-05-08
1
-12
/
+50
*
sh: Add UTF-8 support to ${#var}.
jilles
2011-05-07
1
-3
/
+13
*
sh: Track if the current locale's charset is UTF-8 or not.
jilles
2011-05-06
3
-0
/
+24
*
sh: Change the CTL* bytes to ones invalid in UTF-8.
jilles
2011-05-06
1
-8
/
+8
*
sh: Add $'quoting' (C-style escape sequences).
jilles
2011-05-05
3
-8
/
+212
*
sh: Apply set -u to variables in arithmetic.
jilles
2011-05-04
1
-0
/
+2
*
sh: Detect an error for ${#var<GARBAGE>}.
jilles
2011-05-04
1
-0
/
+2
*
sh: Set $? to 0 for background commands.
jilles
2011-04-25
1
-3
/
+6
*
sh: Check setuid()/setgid() return values.
jilles
2011-04-25
1
-2
/
+4
*
sh: Remove duplicate code resetting uid/gid for set +p/+o privileged.
jilles
2011-04-25
1
-10
/
+5
*
sh: Allow EV_EXIT through function calls, make {...} <redir more consistent.
jilles
2011-04-23
3
-13
/
+16
*
sh: Do not word split "${#parameter}".
jilles
2011-04-20
1
-2
/
+2
*
sh(1): Describe subshell environment, command substitution more correctly.
jilles
2011-03-20
1
-7
/
+19
*
sh: Fix some parameter expansion variants ${#...}.
jilles
2011-03-13
1
-19
/
+30
*
Remove unnecessary cast.
stefanf
2011-03-07
1
-1
/
+1
*
sh(1): Reduce excessive semicolon-separated sentences.
jilles
2011-03-06
1
-4
/
+4
*
sh: Fix some warnings in code for arithmetic expressions.
jilles
2011-03-05
2
-3
/
+5
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
sh: Detect dividing the smallest integer by -1.
jilles
2011-02-12
2
-0
/
+4
*
sh(1): Update description of arithmetic.
jilles
2011-02-08
1
-8
/
+3
[next]