diff options
author | Peter Stephenson <pws@zsh.org> | 2017-09-05 13:15:30 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2017-09-05 13:15:30 +0100 |
commit | ea5b38935a17af38a328c8013e7eaf3c8de7ba09 (patch) | |
tree | c91701390f945d17ba5c69ad04198d577c88aaeb /ChangeLog | |
parent | 5a8155f7b7ab8f3cab1f95d4dba5ed49de0ab77c (diff) | |
download | zsh-ea5b38935a17af38a328c8013e7eaf3c8de7ba09.tar.gz zsh-ea5b38935a17af38a328c8013e7eaf3c8de7ba09.tar.xz zsh-ea5b38935a17af38a328c8013e7eaf3c8de7ba09.zip |
41641: Some math operations shouldn't be lvalues.
This includes pre- and post- increment and decrement. Simply mark all values after operations as rvalues.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e51e5c47d..ea7a644b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-09-05 Peter Stephenson <p.stephenson@samsung.com> + + * 41641: Src/math.c: more arithmetic operations need to be + marked as rvalues, in particular increment and decrement. + 2017-09-04 Peter Stephenson <p.w.stephenson@ntlworld.com> * 41633: Src/parse.c: make sure function definitions including |