index
:
dash
this commit
master
patched shell with cmake build
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
eval.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
eval: Do not cache value of eflag in evaltree
Herbert Xu
2021-06-04
*
redir: Clear saved redirections in subshell
Herbert Xu
2020-04-29
*
eval: Reset handler when entering a subshell
Herbert Xu
2019-03-28
*
shell: Fix clang warnings about "string plus integer"
Antonio Ospite
2019-02-25
*
eval: Only restore exit status on exit/return
Herbert Xu
2019-02-25
*
eval: avoid leaking memory associated with redirections
Herbert Xu
2019-02-25
*
eval: Use sh_warnx instead of warnx
Herbert Xu
2018-12-14
*
eval: Use the correct expansion mode for fd redirection
Herbert Xu
2018-12-14
*
eval: Silence compiler warning about missing parentheses
Antonio Ospite
2018-12-14
*
eval: make traps work when "set -e" is enabled
Antonio Ospite
2018-12-14
*
eval: Report I/O error on stdout
Gerrit Pape
2018-11-19
*
eval: Always set localvar_stop
Herbert Xu
2018-08-29
*
eval: Add vfork support
Herbert Xu
2018-05-28
*
eval: Replace with listsetvar with mklocal/setvareq
Herbert Xu
2018-05-28
*
eval: Fail immediately with redirections errors for simple command
Herbert Xu
2018-05-28
*
eval: Add assignment built-in support again
Herbert Xu
2018-05-28
*
mkinit: Split reset into exitreset and reset
Herbert Xu
2018-05-28
*
jobs - Do not block when waiting on SIGCHLD
Herbert Xu
2018-05-09
*
eval: Variable assignments on functions are no longer persistent
Herbert Xu
2018-04-19
*
eval: Restore input files in evalcommand
Herbert Xu
2018-04-19
*
eval: Reap zombies after built-in commands and functions
Herbert Xu
2018-04-19
*
eval: Return status in eval functions
Herbert Xu
2016-09-02
*
eval: Fix exit status when calling eval/dot with no commands
Harald van Dijk
2016-06-07
*
[BUILTIN] Return without arguments in a trap should use status outside traps
Herbert Xu
2014-10-06
*
[BUILTIN] Allow return in loop conditional to set exit status
Herbert Xu
2014-10-06
*
[EVAL] Move common skipcount logic into skiploop
Herbert Xu
2014-10-06
*
[BUILTIN] Do not allow break to break across function calls
Herbert Xu
2014-10-06
*
[BUILTIN] Exit without arguments in a trap should use status outside traps
Herbert Xu
2014-10-06
*
[EVAL] Do not clobber exitstatus in evalcommand
Herbert Xu
2014-10-03
*
[ERROR] Set exitstatus in onint
Herbert Xu
2014-10-02
*
[TRAP] Make sure evalskip is zero before running traps
Herbert Xu
2014-10-02
*
[EVAL] Fix use-after-free in dotrap/evalstring
Herbert Xu
2014-10-02
*
[BUILTIN] Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving dotcmd
Herbert Xu
2011-07-09
*
[EVAL] Avoid using undefined handler
Jim Meyering
2011-07-08
*
[SHELL] Optimize dash -c "command" to avoid a fork
Herbert Xu
2011-07-07
*
[EVAL] Remove unused EV_BACKCMD flag
Jonathan Nieder
2011-07-07
*
[SHELL] Improve LINENO support
Harald van Dijk
2011-03-15
*
[EVAL] Let funcnode refer to a function definition, not its first command
Harald van Dijk
2011-03-15
*
[EXPAND] Free IFS state in evalbackcmd
Herbert Xu
2010-11-28
*
[BUILTIN] Use EXEXIT in place of EXEXEC
Jonathan Nieder
2010-11-28
*
[ERROR] Allow the originator of EXERROR to set the exit status
Herbert Xu
2010-11-28
*
[EVAL] Fixed trap/return regression due to SKIPEVAL removal
Herbert Xu
2010-11-28
*
[BUILTIN] Fix EXEXEC status clobbering
Herbert Xu
2010-10-07
*
[EVAL] Check exit for eval NSUBSHELL
Gerrit Pape
2010-07-06
*
[EVAL] Removed dead code for eval NPIPE
Herbert Xu
2010-07-06
*
[EVAL] Don't clear eflag in evalbackcmd
Gerrit Pape
2010-06-28
*
[EVAL] Force fork if any trap is set, not just on EXIT
Jilles Tjoelker
2010-05-27
*
[REDIR] Fix popredir on abnormal exit from built-in
Herbert Xu
2010-05-27
*
[REDIR] Move null redirect checks into caller
Herbert Xu
2010-05-27
*
[VAR] Do not poplocalvars prematurely on regular utilities
Herbert Xu
2010-05-27
[next]