diff options
author | Peter Stephenson <p.stephenson@samsung.com> | 2018-08-08 17:11:54 +0100 |
---|---|---|
committer | Peter Stephenson <p.stephenson@samsung.com> | 2018-08-08 17:11:54 +0100 |
commit | 225b35c9070f94cf79c90c33ffcee84b281f894d (patch) | |
tree | 6b3d996d5c7ff8b9e7acb0fb9254da5e886e547e /ChangeLog | |
parent | bf8b61182043ec5457bfcc97f4969949678e0385 (diff) | |
download | zsh-225b35c9070f94cf79c90c33ffcee84b281f894d.tar.gz zsh-225b35c9070f94cf79c90c33ffcee84b281f894d.tar.xz zsh-225b35c9070f94cf79c90c33ffcee84b281f894d.zip |
43261: Fix unary minus with base.
Apply unary minus to a complete lexical constant rather than the first component that comes along.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7a4cb05a2..28f70f48a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-08-08 Peter Stephenson <p.stephenson@samsung.com> + + * 43261: Src/math.c, Test/C01arith.ztst: Apply unary minus to + entire lexical constant, so base doesn't get treated as negative. + 2018-08-07 Peter Stephenson <p.stephenson@samsung.com> * Anton Shestakov: 43254: Completion/Unix/Command/_hg: Remove hg |