summary refs log tree commit diff
path: root/src/eval.h (follow)
Commit message (Collapse)AuthorAge
* Added eflag fixes for trap and minusc.herbert2005-09-26
| | | | | | Let evaltree handle traps from cmdloop. Reset evalskip after minusc is executed. Stop executing traps once SKIPEVAL is seen.
* Turn evalskip into a bit field.herbert2005-09-26
| | | | This allows SKIPEVAL and SKIPFUNC to coexist which is needed for eval return 1.
* Replaced EXEVAL with SKIPEVAL.herbert2005-09-26
|
* Initial import.Herbert Xu2005-09-26