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
*
[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
*
[EXPAND] Removed herefd hack
Herbert Xu
2007-11-11
*
[SHELL] Replace shared illnum message by badnum function.
Herbert Xu
2007-10-17
*
[EXEC] Fixed execing of scripts with no hash-bang
Herbert Xu
2007-10-15
*
[EXPAND] Move parse-time quote flag detection to run-time
Herbert Xu
2007-09-25
*
[EVAL] Use dup2 instead of copyfd in evalbackcmd
Herbert Xu
2007-05-06
*
[EVAL] Make eval with empty arguments return 0
Herbert Xu
2006-01-12
*
Copyright/licence updates and remove all traces of sys/cdefs.h
Herbert Xu
2005-10-29
*
Added eflag fixes for trap and minusc.
herbert
2005-09-26
*
Removed unnecessary inclusion of main.h from eval.c.
herbert
2005-09-26
*
Turn evalskip into a bit field.
herbert
2005-09-26
*
Renamed error to sh_error.
herbert
2005-09-26
*
Only set skipcount for break and continue.
herbert
2005-09-26
*
Update funcnest atomically.
herbert
2005-09-26
*
Replaced EXEVAL with SKIPEVAL.
herbert
2005-09-26
*
Do not clobber exit status on EXEVAL.
herbert
2005-09-26
*
Catch set -e exits within built-in commands.
herbert
2005-09-26
*
Initial import.
Herbert Xu
2005-09-26