diff options
| author | Peter Stephenson <pws@zsh.org> | 2018-01-31 09:14:40 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2018-01-31 09:14:40 +0000 |
| commit | 2cbf6b6a19716cd4f03c820929710499576aa809 (patch) | |
| tree | 00e4ebe379b3d670bea164665f9b0af1c3bc92ae /ChangeLog | |
| parent | Add ChangeLog entry for previous commit (diff) | |
| download | zsh-2cbf6b6a19716cd4f03c820929710499576aa809.tar zsh-2cbf6b6a19716cd4f03c820929710499576aa809.tar.gz zsh-2cbf6b6a19716cd4f03c820929710499576aa809.tar.bz2 zsh-2cbf6b6a19716cd4f03c820929710499576aa809.tar.lz zsh-2cbf6b6a19716cd4f03c820929710499576aa809.tar.xz zsh-2cbf6b6a19716cd4f03c820929710499576aa809.tar.zst zsh-2cbf6b6a19716cd4f03c820929710499576aa809.zip | |
42332: Special case unsigned printf formats.
For constants we can avoid a conversion to signed by examining
the expression before passing to math eval.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2018-01-31 Peter Stephenson <p.stephenson@samsung.com> + + * 42332: Src/builtin.c, Src/utils.c: special case printf for + unsigned integers by looking for constansts, avoiding conversion + to unsigned. + 2018-01-24 Daniel Hahler <zsh@thequod.de> * 42323: Completion/Unix/Command/_git: _git: move "local" statement |
