diff options
author | herbert <herbert@gondor.apana.org.au> | 2005-03-28 17:43:32 +1000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2005-09-26 18:33:05 +1000 |
commit | af234c46073f28918c8604a9fde0cc3405e04f85 (patch) | |
tree | 44289bb58f5e470682aebdbb5458fcf9edc89b04 /ChangeLog | |
parent | Removed unnecessary inclusion of main.h from eval.c. (diff) | |
download | dash-af234c46073f28918c8604a9fde0cc3405e04f85.tar.gz dash-af234c46073f28918c8604a9fde0cc3405e04f85.zip |
Handle SKIPEVAL in read_profile by exiting.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8cd48dc..66952e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ * Removed some unnecessary inclusions of input.h. * Removed unnecessary inclusion of main.h from eval.c. * Generalise setinputfile for use in read_profile/readcmdfile. + * Handle SKIPEVAL in read_profile by exiting. 2005-03-25 Gerrit Pape <pape@smarden.org> |