Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Added eflag fixes for trap and minusc. | herbert | 2005-09-26 | |
| | | | | | | Let evaltree handle traps from cmdloop. Reset evalskip after minusc is executed. Stop executing traps once SKIPEVAL is seen. | |||
* | Removed unnecessary inclusion of main.h from eval.c. | herbert | 2005-09-26 | |
| | ||||
* | Turn evalskip into a bit field. | herbert | 2005-09-26 | |
| | | | | This allows SKIPEVAL and SKIPFUNC to coexist which is needed for eval return 1. | |||
* | 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 | |