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
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: Expand here documents in the current process.
jilles
2013-02-03
1
-0
/
+35
*
sh: Move some stackmarks to fix high memory usage in some loops.
jilles
2013-01-20
1
-11
/
+5
*
sh: Pass $? to command substitution containing compound/multiple commands.
jilles
2013-01-14
1
-2
/
+1
*
sh: Detect and flag write errors on stdout in builtins.
jilles
2012-12-12
1
-0
/
+6
*
sh: Prefer internal nextopt() to libc getopt().
jilles
2012-09-15
1
-12
/
+5
*
sh: Expand assignment-like words specially for export/readonly/local.
jilles
2012-07-15
1
-3
/
+50
*
sh: Use vfork in a few common cases.
jilles
2012-02-04
1
-0
/
+9
*
sh: Fix $? in the first command of a 'for'.
jilles
2012-01-22
1
-1
/
+4
*
sh: Fix execution of multiple statements in a trap when evalskip is set
dumbbell
2012-01-16
1
-1
/
+1
*
sh: Fix some bugs with exit status from case containing ;&.
jilles
2012-01-15
1
-9
/
+24
*
sh: Fix two bugs with case and exit status:
jilles
2012-01-15
1
-1
/
+3
*
sh: Do not force special builtins non-special in optimized command subst.
jilles
2011-12-28
1
-2
/
+1
*
sh: Remove impossible evalskip check in 'for'.
jilles
2011-11-27
1
-3
/
+0
*
sh: Reduce one level of evaltree() recursion when executing 'case'.
jilles
2011-11-26
1
-11
/
+9
*
sh: Remove special support for background simple commands.
jilles
2011-06-18
1
-5
/
+3
*
sh: Add case statement fallthrough (with ';&' instead of ';;').
jilles
2011-06-17
1
-0
/
+8
*
sh: Reduce unnecessary forks with eval.
jilles
2011-06-16
1
-1
/
+2
*
sh: Save/restore changed variables in optimized command substitution.
jilles
2011-06-12
1
-7
/
+11
*
sh: Do parameter expansion before printing PS4 (set -x).
jilles
2011-06-09
1
-2
/
+3
*
sh: Fix $? in heredocs on simple commands.
jilles
2011-06-05
1
-1
/
+2
*
sh: Honour -n while processing -c string.
jilles
2011-06-04
1
-1
/
+1
*
sh: Expand aliases after assignments and redirections.
jilles
2011-05-21
1
-9
/
+3
*
sh: Avoid close(-1) when evaluating a multi-command pipeline.
jilles
2011-05-15
1
-1
/
+2
*
sh: Set $? to 0 for background commands.
jilles
2011-04-25
1
-3
/
+6
*
sh: Allow EV_EXIT through function calls, make {...} <redir more consistent.
jilles
2011-04-23
1
-12
/
+13
*
sh: Remove clearcmdentry()'s now unused argument.
jilles
2011-02-05
1
-3
/
+3
*
sh: Remove special code for shell scripts without magic number.
jilles
2011-02-04
1
-18
/
+10
*
sh: Do not call exitshell() from evalcommand() unless evalcommand() forked
jilles
2011-01-05
1
-4
/
+5
*
sh: Check readonly status for assignments on regular builtins.
jilles
2011-01-01
1
-2
/
+1
*
sh: Avoid side effects from builtins in optimized command substitution.
jilles
2010-12-30
1
-5
/
+27
*
sh: Don't do optimized command substitution if expansions have side effects.
jilles
2010-12-28
1
-1
/
+15
*
sh: Make expansion errors in optimized command substitution non-fatal.
jilles
2010-12-28
1
-1
/
+15
*
sh: Code size optimizations to "stack string" memory allocation:
jilles
2010-11-23
1
-2
/
+1
*
sh: Code size optimizations to buffered output.
jilles
2010-11-20
1
-6
/
+6
*
sh: Reindent evaltree().
jilles
2010-10-31
1
-76
/
+76
*
sh: Use iteration instead of recursion to evaluate semicolon lists.
jilles
2010-10-31
1
-5
/
+10
*
sh: Tweak some string constants to reduce code size.
jilles
2010-10-29
1
-1
/
+1
*
In the spirit of r90111, depend on c89 and remove the "STATIC" macro
obrien
2010-10-13
1
-18
/
+18
*
Consistently use "STATIC" for all functions in order to be able to set
obrien
2010-10-13
1
-2
/
+2
*
sh: Fix exit status if return is used within a loop condition.
jilles
2010-09-11
1
-0
/
+2
*
sh: Get rid of some magic numbers.
jilles
2010-09-04
1
-2
/
+2
*
sh: Add a forgotten const.
jilles
2010-08-13
1
-1
/
+1
*
sh: Return 0 from eval if no command was given.
jilles
2010-08-03
1
-1
/
+7
*
sh: Recognize "--" in . and exec.
jilles
2010-05-28
1
-0
/
+6
*
sh: Have only one copy of _PATH_STDPATH in the binary.
jilles
2010-05-08
1
-3
/
+2
*
sh: Apply locale vars on builtins, recognize LC_MESSAGES as a locale var.
jilles
2010-05-05
1
-0
/
+4
*
sh: Do not abort on a redirection error on a compound command.
jilles
2010-03-14
1
-4
/
+42
*
sh: Do not abort on a redirection error if there is no command word.
jilles
2010-03-13
1
-1
/
+7
*
sh: Make sure to popredir() even if a function caused an error.
jilles
2010-03-06
1
-1
/
+3
*
sh: Make sure to popredir() even if a special builtin caused an error.
jilles
2010-03-06
1
-2
/
+3
[next]