diff options
author | herbert <herbert@gondor.apana.org.au> | 2005-03-28 20:28:01 +1000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2005-09-26 18:33:05 +1000 |
commit | 71d448c29c85afd16a4feb68b23fde6c8cf02875 (patch) | |
tree | 2414dda91f580f2c124522b41c244f0eb528acfa /ChangeLog | |
parent | Removed unnecessary inclusion of eval.h from parser.c. (diff) | |
download | dash-71d448c29c85afd16a4feb68b23fde6c8cf02875.tar.gz dash-71d448c29c85afd16a4feb68b23fde6c8cf02875.zip |
Added eflag fixes for trap and minusc.
Let evaltree handle traps from cmdloop. Reset evalskip after minusc is executed. Stop executing traps once SKIPEVAL is seen.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a6ba252..a01503a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ * Generalise setinputfile for use in read_profile/readcmdfile. * Handle SKIPEVAL in read_profile by exiting. * Let evaltree handle traps from cmdloop. + * Reset evalskip after minusc is executed. + * Stop executing traps once SKIPEVAL is seen. + * Only handle each signal once in dotrap. 2005-03-25 Gerrit Pape <pape@smarden.org> |