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
/
expand.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: Fix some dead stores.
jilles
2016-03-06
1
-2
/
+1
*
sh: Constify internal representation in expand.c.
jilles
2016-01-24
1
-22
/
+28
*
sh: Reduce size of options table.
jilles
2016-01-07
1
-2
/
+2
*
sh: Remove redundant CTLQUOTEMARK checks.
jilles
2015-12-31
1
-18
/
+2
*
sh: Reindent expandmeta().
jilles
2015-12-31
1
-21
/
+21
*
sh: Perform pathname generation during the first expansion phases.
jilles
2015-12-31
1
-51
/
+53
*
sh: Perform IFS splitting during the first expansion phases.
jilles
2015-12-31
1
-362
/
+253
*
sh: Split subevalvar() in #/##/%/%% and =/? parts.
jilles
2015-12-29
1
-28
/
+45
*
sh: Fix ""$@, which should not use the special case for "$@".
jilles
2015-11-18
1
-1
/
+2
*
sh: Avoid copying argv for simple commands.
jilles
2015-11-01
1
-2
/
+1
*
sh: Make struct arglist an array instead of a linked list.
jilles
2015-10-11
1
-141
/
+74
*
wordexp: Rewrite to make WRDE_NOCMD reliable.
jilles
2015-09-30
1
-0
/
+54
*
sh: Add set -o nolog.
jilles
2015-08-29
1
-1
/
+1
*
sh: Fix out of bounds read when there is no ] after a [:class:].
jilles
2015-08-25
1
-12
/
+7
*
Fix unitialized variable that broke sh on PowerPC starting with r278826.
nwhitehorn
2015-02-26
1
-1
/
+1
*
sh: Various cleanups to expand.c:
jilles
2015-02-15
1
-60
/
+55
*
sh: Prefer "" to nullstr where possible.
jilles
2015-02-15
1
-2
/
+1
*
sh: Add stsavestr(), like savestr() but allocates using stalloc().
jilles
2015-02-15
1
-4
/
+1
*
sh: Remove EXP_REDIR.
jilles
2014-12-21
1
-12
/
+6
*
sh: Use DQSYNTAX only while expanding, not SQSYNTAX.
jilles
2014-11-22
1
-1
/
+1
*
sh: Fix corruption of CTL* bytes in positional parameters in redirection.
jilles
2014-10-31
1
-1
/
+1
*
Treat IFS separators in "$*" as quoted.
jilles
2014-10-28
1
-5
/
+8
*
sh: Remove more gotos.
jilles
2014-10-15
1
-23
/
+21
*
sh: Eliminate some gotos.
jilles
2014-10-05
1
-10
/
+5
*
sh: Correctly handle positional parameters beyond INT_MAX on 64-bit systems.
jilles
2014-07-12
1
-2
/
+4
*
sh: Consistently treat ${01} like $1.
jilles
2014-07-12
1
-7
/
+6
*
sh: Fix possible memory leaks and double frees with unexpected SIGINT.
jilles
2014-03-26
1
-0
/
+3
*
sh: Add some consts.
jilles
2014-03-14
1
-5
/
+5
*
sh: Make argstr() return where it stopped and simplify expari() using this.
jilles
2014-03-04
1
-21
/
+5
*
sh: Simplify expari().
jilles
2014-03-02
1
-48
/
+46
*
sh: Do not corrupt internal representation if LINENO inner expansion fails.
jilles
2014-02-27
1
-6
/
+6
*
sh: Make expari() static.
jilles
2014-02-26
1
-1
/
+2
*
sh: Prefer memcpy() to strcpy() in most cases. Remove the scopy macro.
jilles
2013-11-30
1
-2
/
+4
*
sh: Fix various compiler warnings.
jilles
2013-04-01
1
-6
/
+7
*
sh: Expand here documents in the current process.
jilles
2013-02-03
1
-13
/
+0
*
sh: Make various functions static.
jilles
2012-01-01
1
-1
/
+2
*
sh: Make patmatch() non-recursive.
jilles
2012-01-01
1
-37
/
+58
*
sh: Use dirent.d_type in pathname generation.
jilles
2011-12-28
1
-0
/
+4
*
sh: Cache de->d_namlen in a local variable.
jilles
2011-12-28
1
-6
/
+8
*
sh: Add support for named character classes in bracket expressions.
jilles
2011-06-15
1
-1
/
+37
*
sh: Fix duplicate prototypes for builtins.
jilles
2011-06-13
1
-0
/
+1
*
sh: Save/restore changed variables in optimized command substitution.
jilles
2011-06-12
1
-72
/
+0
*
sh: Fix locale-dependent ranges in bracket expressions.
jilles
2011-06-12
1
-4
/
+4
*
sh: Do parameter expansion before printing PS4 (set -x).
jilles
2011-06-09
1
-0
/
+1
*
sh: Fix unquoted $@/$* if IFS=''.
jilles
2011-05-27
1
-2
/
+5
*
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
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
sh: Remove comment mentioning herefd, which is gone.
jilles
2011-02-02
1
-2
/
+1
*
sh: Don't do optimized command substitution if expansions have side effects.
jilles
2010-12-28
1
-0
/
+72
[next]