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: 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
*
[VAR] Fix poplocalvar on abnormal exit from function
Herbert Xu
2010-05-27
*
[VAR] Replace cmdenviron with localvars
Herbert Xu
2010-05-26
*
[VAR] Add localvars nesting
Herbert Xu
2010-05-26
*
[EVAL] Fix command -- crash
Gerrit Pape
2010-05-03
*
[EVAL] Revert SKIPEVAL into EXEXIT
Herbert Xu
2009-08-11
*
[EVAL] Pass EV_TESTED into evalcmd
Herbert Xu
2009-08-11
*
[SIGNAL] Remove EXSIG
Herbert Xu
2009-02-22
*
[BUILD] Fixed build on OS X
Mark Mentovai
2009-01-13
*
[EVAL] Fix bad pointer arithmetic in evalcommand
Steve Langasek
2007-12-23
[next]